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.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
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