C# Class Dse.Auth.DseGssapiAuthProvider.GssapiAuthenticator

Inheritance: BaseAuthenticator, IDisposable
显示文件 Open project: datastax/csharp-driver-dse

Public Methods

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

Protected Methods

Method Description
GetInitialServerChallenge ( ) : byte[]
GetMechanism ( ) : byte[]

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EvaluateChallenge() public method

public EvaluateChallenge ( byte challenge ) : byte[]
challenge byte
return byte[]

GetInitialServerChallenge() protected method

protected GetInitialServerChallenge ( ) : byte[]
return byte[]

GetMechanism() protected method

protected GetMechanism ( ) : byte[]
return byte[]

GssapiAuthenticator() public method

public GssapiAuthenticator ( string authenticatorName, string hostName, string service ) : System
authenticatorName string
hostName string
service string
return System

InitialResponse() public method

public InitialResponse ( ) : byte[]
return byte[]