ITlsTokenBindingFeature.GetProvidedTokenBindingId Method
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.
Gets the 'provided' token binding identifier associated with the request.
public:
cli::array <System::Byte> ^ GetProvidedTokenBindingId();
public byte[] GetProvidedTokenBindingId ();
abstract member GetProvidedTokenBindingId : unit -> byte[]
Public Function GetProvidedTokenBindingId () As Byte()
Returns
Byte[]
The token binding identifier, or null if the client did not supply a 'provided' 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.