C# 클래스 Dse.Auth.DsePlainTextAuthProvider

AuthProvider that provides plain text authenticator instances for clients to connect to DSE clusters secured with the DseAuthenticator.
상속: IAuthProviderNamed
파일 보기 프로젝트 열기: datastax/csharp-driver-dse 1 사용 예제들

공개 메소드들

메소드 설명
DsePlainTextAuthProvider ( string username, string password ) : System

Creates a new instance of DsePlainTextAuthProvider

NewAuthenticator ( IPEndPoint host ) : IAuthenticator
SetName ( string name ) : void

메소드 상세

DsePlainTextAuthProvider() 공개 메소드

Creates a new instance of DsePlainTextAuthProvider
public DsePlainTextAuthProvider ( string username, string password ) : System
username string
password string
리턴 System

NewAuthenticator() 공개 메소드

public NewAuthenticator ( IPEndPoint host ) : IAuthenticator
host System.Net.IPEndPoint
리턴 IAuthenticator

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void