|
|
| SaslInit (Symbol mechanism, IProtonBuffer initialResponse, string hostname) |
| |
| void | Invoke< T > (ISaslPerformativeHandler< T > handler, T context) |
| | Invokes the appropriate handler method for the type where this method was called. Provides a context object type that is passed to aid in the event processing.
|
| |
|
object | Clone () |
| |
|
SaslInit | Copy () |
| |
|
override string | ToString () |
| |
|
|
static readonly ulong | DescriptorCode = 0x0000000000000041UL |
| |
|
static readonly Symbol | DescriptorSymbol = Symbol.Lookup("amqp:sasl-init:list") |
| |
|
|
Symbol | Mechanism [get, set] |
| | The SASL mechanism that the remote has selected to use for the authentication.
|
| |
|
IProtonBuffer | InitialResponse [get, set] |
| | The initial response value for use in the authentication exchange.
|
| |
|
string | Hostname [get, set] |
| | The hostname value for use in the authentication exchange.
|
| |
| SaslPerformativeType | Type [get] |
| | Provides the enumeration value that identifies this type.
|
| |
◆ Invoke< T >()
Invokes the appropriate handler method for the type where this method was called. Provides a context object type that is passed to aid in the event processing.
- Template Parameters
-
| T | context type to provide to the event handler |
- Parameters
-
| handler | The SASL performative handler to invoke |
| context | The context object to provide to the handler |
Implements Apache.Qpid.Proton.Types.Security.ISaslPerformative.
◆ Type
The documentation for this class was generated from the following file:
- src/Proton/Types/Security/SaslInit.cs