Enum ChannelBindingStatus
Represents the status of channel binding used in SCRAM authentication.
public enum ChannelBindingStatus
Fields
Required = 0Channel binding is required for the authentication process.
NotSupported = 1Indicates that channel binding is not supported for the authentication process.
ClientSupport = 2Indicates that the client supports channel binding for the authentication process.