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.3.1 build 666 for .NET 4.5
Syntaxpublic 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