Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CqlSharp
Authentication
PasswordAuthenticatorFactory
C# Class CqlSharp.Authentication.PasswordAuthenticatorFactory
Factory for username/password authentication. Matches org.apache.cassandra.auth.PasswordAuthenticator
Inheritance:
IAuthenticatorFactory
Mostra file
Open project: reuzel/CqlSharp
Public Methods
Method
Description
CreateAuthenticator
(
CqlConnectionStringBuilder
config
) :
IAuthenticator
Method Details
CreateAuthenticator()
public
method
public
CreateAuthenticator
(
CqlConnectionStringBuilder
config
) :
IAuthenticator
config
CqlConnectionStringBuilder
return
IAuthenticator