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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.