|
EngineSaslState | SaslState [get] |
| Returns a SaslState that indicates the current operating state of the SASL negotiation process or conversely if no SASL layer is configured this method should return the disabled state. This method must never return a null result. More...
|
|
SaslAuthOutcome? | SaslOutcome [get] |
| Provides a low level outcome value for the SASL authentication process. If the SASL exchange is ongoing or the SASL layer was skipped because a particular engine configuration allows such behavior then this method should return null to indicate no SASL outcome is available. More...
|
|
uint | MaxFrameSize [get, set] |
| Provides access to the SASL drivers configured max frame size value, the max frame size can be updated before the engine has been started but is locked for updates following an engine start. More...
|
|
◆ Client()
◆ Server()
◆ MaxFrameSize
uint Apache.Qpid.Proton.Engine.IEngineSaslDriver.MaxFrameSize |
|
getset |
Provides access to the SASL drivers configured max frame size value, the max frame size can be updated before the engine has been started but is locked for updates following an engine start.
◆ SaslOutcome
Provides a low level outcome value for the SASL authentication process. If the SASL exchange is ongoing or the SASL layer was skipped because a particular engine configuration allows such behavior then this method should return null to indicate no SASL outcome is available.
◆ SaslState
Returns a SaslState that indicates the current operating state of the SASL negotiation process or conversely if no SASL layer is configured this method should return the disabled state. This method must never return a null result.
The documentation for this interface was generated from the following file:
- src/Proton/Engine/IEngineSaslDriver.cs