Click or drag to resize
MimeKit

SaslMechanismScramSha256Plus(String, String) Constructor

Initializes a new instance of the SaslMechanismScramSha256Plus class.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SaslMechanismScramSha256Plus(
	string userName,
	string password
)

Parameters

userName  String
The user name.
password  String
The password.
Exceptions
ExceptionCondition
ArgumentNullException

userName is null.

-or-

password is null.

Remarks
Creates a new SCRAM-SHA-256-PLUS SASL context.
See Also