M-Files Vault Application Framework
C#
Show/Hide TOC
Authenticate
User Class
Defines a directive to authenticate a user.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
[
SerializableAttribute
]
public
class
AuthenticateUser
:
IClientDirective
Inheritance
Object
AuthenticateUser
Implements
IClientDirective
Constructors
AuthenticateUser
Constructor.
Properties
AuthenticationOptions
List of authentication requests.
Type
Indicates the directive type defined.
See Also
Reference
MFiles.VAF.Configuration.Domain.ClientDirective Namespace
In This Article
Definition
Constructors
Properties
See Also