Gets the the SASLprepped password.
May create a cleartext copy of the password in managed memory the first time it is accessed.
Use only as needed e.g. for SCRAM-SHA-256.
Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic SecureString SaslPreppedPassword { get; }
Public ReadOnly Property SaslPreppedPassword As SecureString
Get
member SaslPreppedPassword : SecureString with get
Return Value
Type:
SecureStringThe SASLprepped password.
See Also