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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.