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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.