Click or drag to resize
MimeKit

SaslMechanismCredentials Property

Get the user's credentials.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public NetworkCredential Credentials { get; }

Property Value

NetworkCredential
The user's credentials.
Remarks
Gets the user's credentials.
See Also