TokenBinding.GetRawTokenBindingId Method

Definition

Gets the raw token binding Id.

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

Returns

Byte[]

The raw token binding Id. The first byte of the raw Id, which represents the binding type, is removed.

Applies to