Click or drag to resize

PasswordEvidence Class

Evidence of a MongoIdentity via a shared secret.
Inheritance Hierarchy

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public sealed class PasswordEvidence : MongoIdentityEvidence

The PasswordEvidence type exposes the following members.

Constructors
  NameDescription
Public methodPasswordEvidence(SecureString)
Initializes a new instance of the PasswordEvidence 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.
Public methodPasswordEvidence(String)
Initializes a new instance of the PasswordEvidence class.
Top
Properties
  NameDescription
Public propertySecurePassword
Gets the password.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also