C# 클래스 Dse.Auth.SspiClient

A Windows-only IGssapiClient implementation.
상속: IGssapiClient
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
Dispose ( ) : void
EvaluateChallenge ( byte challenge ) : byte[]
Init ( string service, string host ) : void
SspiClient ( ) : System

비공개 메소드들

메소드 설명
FirstTransition ( byte challenge ) : byte[]
SecondTransition ( byte challenge ) : byte[]
ThirdTransition ( byte challenge ) : byte[]

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EvaluateChallenge() 공개 메소드

public EvaluateChallenge ( byte challenge ) : byte[]
challenge byte
리턴 byte[]

Init() 공개 메소드

public Init ( string service, string host ) : void
service string
host string
리턴 void

SspiClient() 공개 메소드

public SspiClient ( ) : System
리턴 System