Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Authentication.ExtendedProtection.ChannelBindingKind
Assembly: System.Net.Primitives
The <see cref="T:System.Security.Authentication.ExtendedProtection.ChannelBindingKind" /> enumeration represents the kinds of channel bindings that can be queried from secure channels.
Values
Unknown
An unknown channel binding type.
Unique
A channel binding completely unique to a given channel (a TLS session key, for example).
Endpoint
A channel binding unique to a given endpoint (a TLS server certificate, for example).