Property | Type | Description | |
---|---|---|---|
CreateAuthData | byte[] | ||
ISaslAuthenticationProvider | byte[] | ||
ISaslAuthenticationProvider | byte[] | ||
ISaslAuthenticationProvider | void |
Method | Description | |
---|---|---|
PlainTextAuthenticator ( ) : System | ||
PlainTextAuthenticator ( string zone, string userName, string password ) : System |
Method | Description | |
---|---|---|
CreateAuthData ( string zone, string userName, string password ) : byte[] | ||
ISaslAuthenticationProvider ( ) : byte[] | ||
ISaslAuthenticationProvider ( byte data ) : byte[] | ||
ISaslAuthenticationProvider ( object>.Dictionary |
public PlainTextAuthenticator ( string zone, string userName, string password ) : System | ||
zone | string | |
userName | string | |
password | string | |
return | System |