C# Class 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.
Inheritance: ISaslAuthenticationProvider
显示文件 Open project: xianrendzw/LightFramework.Net Class Usage Examples

Private Properties

Property Type Description
CreateAuthData byte[]
ISaslAuthenticationProvider byte[]
ISaslAuthenticationProvider byte[]
ISaslAuthenticationProvider void

Public Methods

Method Description
PlainTextAuthenticator ( ) : System
PlainTextAuthenticator ( string zone, string userName, string password ) : System

Private Methods

Method Description
CreateAuthData ( string zone, string userName, string password ) : byte[]
ISaslAuthenticationProvider ( ) : byte[]
ISaslAuthenticationProvider ( byte data ) : byte[]
ISaslAuthenticationProvider ( object>.Dictionary parameters ) : void

Method Details

PlainTextAuthenticator() public method

public PlainTextAuthenticator ( ) : System
return System

PlainTextAuthenticator() public method

public PlainTextAuthenticator ( string zone, string userName, string password ) : System
zone string
userName string
password string
return System