C# Class CqlSharp.Authentication.PasswordAuthenticator

org.apache.cassandra.auth.PasswordAuthenticator
Inheritance: IAuthenticator
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
Authenticate ( byte protocolVersion, byte finalResponse ) : bool
Authenticate ( byte protocolVersion, byte challenge, byte &response ) : bool

Method Details

Authenticate() public méthode

public Authenticate ( byte protocolVersion, byte finalResponse ) : bool
protocolVersion byte
finalResponse byte
Résultat bool

Authenticate() public méthode

public Authenticate ( byte protocolVersion, byte challenge, byte &response ) : bool
protocolVersion byte
challenge byte
response byte
Résultat bool