ITlsTokenBindingFeature.GetReferredTokenBindingId Method

Definition

Gets the 'referred' token binding identifier associated with the request.

public:
 cli::array <System::Byte> ^ GetReferredTokenBindingId();
public byte[] GetReferredTokenBindingId ();
abstract member GetReferredTokenBindingId : unit -> byte[]
Public Function GetReferredTokenBindingId () As Byte()

Returns

Byte[]

The token binding identifier, or null if the client did not supply a 'referred' token binding or valid proof of possession of the associated private key. The caller should treat this identifier as an opaque blob and should not try to parse it.

Applies to