Edit

Share via


ChannelBindingKind Enum

Definition

The ChannelBindingKind enumeration represents the kinds of channel bindings that can be queried from secure channels.

public enum class ChannelBindingKind
public enum ChannelBindingKind
type ChannelBindingKind = 
Public Enum ChannelBindingKind
Inheritance
ChannelBindingKind

Fields

Endpoint 26

A channel binding unique to a given endpoint (a TLS server certificate, for example).

Unique 25

A channel binding completely unique to a given channel (a TLS session key, for example).

Unknown 0

An unknown channel binding type.

Applies to