Click or drag to resize
MongoCredential.CreateGssapiCredential Method (String, SecureString)
Creates a GSSAPI credential.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public static MongoCredential CreateGssapiCredential(
	string username,
	SecureString password
)

Parameters

username
Type: System.String
The username.
password
Type: System.Security.SecureString
The password.

Return Value

Type: MongoCredential
A credential for GSSAPI.
See Also