ITlsTokenBindingFeature Interface
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.
Provides information regarding TLS token binding parameters.
public interface class ITlsTokenBindingFeature
public interface ITlsTokenBindingFeature
type ITlsTokenBindingFeature = interface
Public Interface ITlsTokenBindingFeature
Remarks
TLS token bindings help mitigate the risk of impersonation by an attacker in the event an authenticated client's bearer tokens are somehow exfiltrated from the client's machine. See https://datatracker.ietf.org/doc/draft-popov-token-binding/ for more information.
Methods
GetProvidedTokenBindingId() |
Gets the 'provided' token binding identifier associated with the request. |
GetReferredTokenBindingId() |
Gets the 'referred' token binding identifier associated with the request. |