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.

Fields

DefaultServiceName

The default service name.

MechanismName

The name of the mechanism.

Properties

CanonicalizeHostNamePropertyName

Gets the name of the canonicalize host name property.

DatabaseName

Gets the name of the database.

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.