Property | Type | Description | |
---|---|---|---|
SaslSettings | System | ||
TryGetMechanism | bool |
Method | Description | |
---|---|---|
EnablePlainMechanism ( string userName, string password ) : void |
Enables SASL PLAIN mechanism.
|
Method | Description | |
---|---|---|
SaslSettings ( ) : System | ||
TryGetMechanism ( Amqp.Types.Symbol name, SaslMechanism &mechanism ) : bool |
public EnablePlainMechanism ( string userName, string password ) : void | ||
userName | string | |
password | string | |
return | void |