Click or drag to resize
MimeKit

AuthenticationMethodResult Constructor

Initialize a new instance of the AuthenticationMethodResult class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public AuthenticationMethodResult(
	string method,
	string result
)

Parameters

method  String
The method used for authentication.
result  String
The result of the authentication method.
Exceptions
ExceptionCondition
ArgumentNullException

method is null.

-or-

result is null.

Remarks
See Also