Свойство | Тип | Описание | |
---|---|---|---|
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 |
public PlainTextAuthenticator ( ) : System | ||
Результат | System |
public PlainTextAuthenticator ( string zone, string userName, string password ) : System | ||
zone | string | |
userName | string | |
password | string | |
Результат | System |