MailBeeLoginNoSupportedMethodsExceptionRequestedMethods Property |
Gets a set of authentication methods which were requested by the application
as allowed for the login process.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public AuthenticationMethods RequestedMethods { get; }
Public ReadOnly Property RequestedMethods As AuthenticationMethods
Get
Property Value
Type:
AuthenticationMethodsAn
AuthenticationMethods value containing bitwise combination
of values of individual authentication methods allowed for the login process by the application.
See Also