Proton DotNet
Classes | Enumerations
Apache.Qpid.Proton.Types.Security Namespace Reference

Classes

interface  ISaslPerformative
 
interface  ISaslPerformativeHandler
 Handler Interface that can be used to implement a visitor pattern of processing the SASL exchange process. More...
 
class  SaslChallenge
 
class  SaslInit
 
class  SaslMechanisms
 
class  SaslOutcome
 
class  SaslResponse
 

Enumerations

enum class  SaslCode : byte {
  Ok , Auth , Sys , SysPerm ,
  SysTemp
}
 Defines the possible outcomes of the SASL authentication process More...
 
enum class  SaslPerformativeType {
  Init , Mechanisms , Challenge , Response ,
  Outcome
}
 Enumeration of the SASL Performatives that make up the SASL authentication exchange flow. More...
 

Enumeration Type Documentation

◆ SaslCode

Defines the possible outcomes of the SASL authentication process

◆ SaslPerformativeType

Enumeration of the SASL Performatives that make up the SASL authentication exchange flow.