C# Class Dse.Auth.DseGssapiAuthProvider.GssapiAuthenticator

Inheritance: BaseAuthenticator, IDisposable
Afficher le fichier Open project: datastax/csharp-driver-dse

Méthodes publiques

Méthode Description
Dispose ( ) : void
EvaluateChallenge ( byte challenge ) : byte[]
GssapiAuthenticator ( string authenticatorName, string hostName, string service ) : System
InitialResponse ( ) : byte[]

Méthodes protégées

Méthode Description
GetInitialServerChallenge ( ) : byte[]
GetMechanism ( ) : byte[]

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EvaluateChallenge() public méthode

public EvaluateChallenge ( byte challenge ) : byte[]
challenge byte
Résultat byte[]

GetInitialServerChallenge() protected méthode

protected GetInitialServerChallenge ( ) : byte[]
Résultat byte[]

GetMechanism() protected méthode

protected GetMechanism ( ) : byte[]
Résultat byte[]

GssapiAuthenticator() public méthode

public GssapiAuthenticator ( string authenticatorName, string hostName, string service ) : System
authenticatorName string
hostName string
service string
Résultat System

InitialResponse() public méthode

public InitialResponse ( ) : byte[]
Résultat byte[]