AuthenticateUserAuthenticationOptions Property |
List of authentication requests.
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic List<AuthenticationRequest> AuthenticationOptions { get; set; }
Public Property AuthenticationOptions As List(Of AuthenticationRequest)
Get
Set
public:
property List<AuthenticationRequest^>^ AuthenticationOptions {
List<AuthenticationRequest^>^ get ();
void set (List<AuthenticationRequest^>^ value);
}
Property Value
Type:
ListAuthenticationRequest
See Also