Click or drag to resize
MimeKit

AuthenticationResults Constructor

Initialize a new instance of the AuthenticationResults class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public AuthenticationResults(
	string authservid
)

Parameters

authservid  String
The authentication service identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionauthservid is null.
Remarks
Creates a new AuthenticationResults.
See Also