C# Class Dse.Auth.DsePlainTextAuthProvider.PlainTextAuthenticator

Inheritance: BaseAuthenticator
ファイルを表示 Open project: datastax/csharp-driver-dse

Public Methods

Method Description
EvaluateChallenge ( byte challenge ) : byte[]
PlainTextAuthenticator ( string authenticatorName, string username, string password ) : System

Protected Methods

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

Method Details

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[]

PlainTextAuthenticator() public method

public PlainTextAuthenticator ( string authenticatorName, string username, string password ) : System
authenticatorName string
username string
password string
return System