Click or drag to resize

MongoCredentialCreateCredential Method

Overload List
  NameDescription
Public methodStatic memberCreateCredential(String, String, SecureString)
Creates a default credential. 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.
Public methodStatic memberCreateCredential(String, String, String)
Creates a default credential.
Top
See Also