ChannelBindingKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown channel binding type. |
Unique | 25 | A channel binding completely unique to a given channel (a TLS session key, for example). |
Endpoint | 26 | A channel binding unique to a given endpoint (a TLS server certificate, for example). |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.