AuthenticationRequest Class

Defines the authentication request.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class AuthenticationRequest
Inheritance
Object    AuthenticationRequest

Constructors

AuthenticationRequest Default constructor.

Properties

AccountIdentifier The identifier of the account that should be authenticated.
AssemblyName The assembly name of the plugin.
BridgeClassName The class name of the COM bridge.
Configuration The plugin configuration.
IsDefault Is default plugin.
IsScopeIndependent Is usable independently of any scope.
Name Name of the authentication configuration.
RepositoryDiplayName The target repository name.
RepositoryId The target repository id.

See Also