Property SaslPreppedPassword
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
SaslPreppedPassword
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.
public SecureString SaslPreppedPassword { get; }
Property Value
- SecureString
The SASLprepped password.