| SaslMechanismSaslPrep Method |
Prepare the user name or password string.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static string SaslPrep(
string s
)
Parameters
- s String
- The string to prepare.
Return Value
StringThe prepared string.
Exceptions Remarks
Prepares a user name or password string according to the rules of rfc4013.
See Also