C# 클래스 Dse.Auth.DsePlainTextAuthProvider.PlainTextAuthenticator

상속: BaseAuthenticator
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
EvaluateChallenge ( byte challenge ) : byte[]
PlainTextAuthenticator ( string authenticatorName, string username, string password ) : System

보호된 메소드들

메소드 설명
GetInitialServerChallenge ( ) : byte[]
GetMechanism ( ) : byte[]

메소드 상세

EvaluateChallenge() 공개 메소드

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

GetInitialServerChallenge() 보호된 메소드

protected GetInitialServerChallenge ( ) : byte[]
리턴 byte[]

GetMechanism() 보호된 메소드

protected GetMechanism ( ) : byte[]
리턴 byte[]

PlainTextAuthenticator() 공개 메소드

public PlainTextAuthenticator ( string authenticatorName, string username, string password ) : System
authenticatorName string
username string
password string
리턴 System