Click or drag to resize
MimeKit

AuthenticationMethodResult Class

An authentication method results.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyAuthenticationMethodResult

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class AuthenticationMethodResult

The AuthenticationMethodResult type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticationMethodResult Initialize a new instance of the AuthenticationMethodResult class.
Top
Properties
 NameDescription
Public propertyAction Get the action taken for the authentication method result.
Public propertyMethod Get the authentication method.
Public propertyOffice365AuthenticationServiceIdentifier Get the Office365 method-specific authserv-id.
Public propertyProperties Get the properties used by the authentication method.
Public propertyReason Get the reason for the authentication method result.
Public propertyResult Get the authentication method results.
Public propertyResultComment Get the comment regarding the authentication method result.
Public propertyVersion Get the authentication method version.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Serializes the AuthenticationMethodResult to a string.
(Overrides ObjectToString)
Top
Remarks
An authentication method results.
See Also