BootstrapContext::TokenBytes Property

.NET Framework (current version)
 

Gets the array that was used to initialize the context.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property array<unsigned char>^ TokenBytes {
	array<unsigned char>^ get();
}

Property Value

Type: array<System::Byte>^

The array that was used to initialize the context or null.

This property is only set if the BootstrapContext::BootstrapContext(array<Byte>^) constructor was used; otherwise it is null.

.NET Framework
Available since 4.5
Return to top
Show: