Table of Contents

Enum ChannelBindingStatus

Namespace
Ubiety.Scram.Core
Assembly
Ubiety.Scram.Core.dll

Represents the status of channel binding used in SCRAM authentication.

public enum ChannelBindingStatus

Fields

Required = 0

Channel binding is required for the authentication process.

NotSupported = 1

Indicates that channel binding is not supported for the authentication process.

ClientSupport = 2

Indicates that the client supports channel binding for the authentication process.