BootstrapContext Constructor (array<Byte>^)

.NET Framework (current version)
 

Initializes a new instance of the BootstrapContext class by using the specified array.

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

public:
BootstrapContext(
	array<unsigned char>^ token
)

Parameters

token
Type: array<System::Byte>^

An array that represents the token.

Exception Condition
ArgumentNullException

token is null.

.NET Framework
Available since 4.5
Return to top
Show: