Click or drag to resize
MimeKit

SaslMechanismDigestMd5(NetworkCredential) Constructor

Initializes a new instance of the SaslMechanismDigestMd5 class.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SaslMechanismDigestMd5(
	NetworkCredential credentials
)

Parameters

credentials  NetworkCredential
The user's credentials.
Exceptions
ExceptionCondition
ArgumentNullExceptioncredentials is null.
Remarks
Creates a new DIGEST-MD5 SASL context.
See Also