C# 클래스 Enyim.Caching.Memcached.PlainTextAuthenticator

Implements the default plain text ("PLAIN") Memcached authentication.
Either use the parametrized constructor, or pass the "userName" and "password" parameters during initalization.
상속: ISaslAuthenticationProvider
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateAuthData byte[]
ISaslAuthenticationProvider byte[]
ISaslAuthenticationProvider byte[]
ISaslAuthenticationProvider void

공개 메소드들

메소드 설명
PlainTextAuthenticator ( ) : System
PlainTextAuthenticator ( string zone, string userName, string password ) : System

비공개 메소드들

메소드 설명
CreateAuthData ( string zone, string userName, string password ) : byte[]
ISaslAuthenticationProvider ( ) : byte[]
ISaslAuthenticationProvider ( byte data ) : byte[]
ISaslAuthenticationProvider ( object>.Dictionary parameters ) : void

메소드 상세

PlainTextAuthenticator() 공개 메소드

public PlainTextAuthenticator ( ) : System
리턴 System

PlainTextAuthenticator() 공개 메소드

public PlainTextAuthenticator ( string zone, string userName, string password ) : System
zone string
userName string
password string
리턴 System