Table of Contents

Class GssapiAuthenticator

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

A GSSAPI SASL authenticator.

public sealed class GssapiAuthenticator : SaslAuthenticator, IAuthenticator
Inheritance
GssapiAuthenticator
Implements
Inherited Members

Constructors

GssapiAuthenticator(UsernamePasswordCredential, IEnumerable<KeyValuePair<string, string>>)

Initializes a new instance of the GssapiAuthenticator class.

GssapiAuthenticator(UsernamePasswordCredential, IEnumerable<KeyValuePair<string, string>>, ServerApi)

Initializes a new instance of the GssapiAuthenticator class.

GssapiAuthenticator(string, IEnumerable<KeyValuePair<string, string>>)

Initializes a new instance of the GssapiAuthenticator class.

GssapiAuthenticator(string, IEnumerable<KeyValuePair<string, string>>, ServerApi)

Initializes a new instance of the GssapiAuthenticator class.

Properties

CanonicalizeHostNamePropertyName

Gets the name of the canonicalize host name property.

DatabaseName

Gets the name of the database.

DefaultServiceName

Gets the default service name.

MechanismName

Gets the name of the mechanism.

RealmPropertyName

Gets the name of the realm property.

ServiceNamePropertyName

Gets the name of the service name property.

ServiceRealmPropertyName

Gets the name of the service realm property.