Class PasswordEvidence
Evidence of a MongoIdentity via a shared secret.
- Inheritance
-
Password
Evidence
- Inherited Members
Constructors
- Password
Evidence(Secure String) Initializes a new instance of the Password
Evidence class. Less secure when used in conjunction with SCRAM-SHA-256, due to the need to store the password in a managed string in order to SaslPrep it. See Driver Authentication: SCRAM-SHA-256 for additional details.
- Password
Evidence(string) Initializes a new instance of the Password
Evidence class.
Properties
- Secure
Password Gets the password.
Methods
- Equals(object)
Determines whether the specified object is equal to this instance.
- Get
Hash Code() Returns a hash code for this instance.