MailKit Documentation
MailKit Documentation
API Reference
MailKit.Security
SaslMechanismPlain Class
SaslMechanismPlain Constructor
SaslMechanismPlain(NetworkCredential) Constructor
SaslMechanismPlain(Encoding, NetworkCredential) Constructor
SaslMechanismPlain(String, String) Constructor
SaslMechanismPlain(Encoding, String, String) Constructor
Sasl
Mechanism
Plain(Network
Credential) Constructor
Initializes a new instance of the
SaslMechanismPlain
class.
Namespace:
MailKit.Security
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
SaslMechanismPlain
(
NetworkCredential
credentials
)
Parameters
credentials
NetworkCredential
The user's credentials.
Exceptions
Exception
Condition
ArgumentNullException
credentials
is
null
.
Remarks
Creates a new PLAIN SASL context.
See Also
Reference
SaslMechanismPlain Class
SaslMechanismPlain Overload
MailKit.Security Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast