C# Class Dse.Auth.SspiClient

A Windows-only IGssapiClient implementation.
Inheritance: IGssapiClient
Show file Open project: datastax/csharp-driver-dse

Public Methods

Method Description
Dispose ( ) : void
EvaluateChallenge ( byte challenge ) : byte[]
Init ( string service, string host ) : void
SspiClient ( ) : System

Private Methods

Method Description
FirstTransition ( byte challenge ) : byte[]
SecondTransition ( byte challenge ) : byte[]
ThirdTransition ( byte challenge ) : byte[]

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EvaluateChallenge() public method

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

Init() public method

public Init ( string service, string host ) : void
service string
host string
return void

SspiClient() public method

public SspiClient ( ) : System
return System