ITlsTokenBindingFeature Interface

Definition

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.

Applies to