BootstrapContext Constructor (String^)

.NET Framework (current version)
 

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

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

public:
BootstrapContext(
	String^ token
)

Parameters

token
Type: System::String^

A string that represents the token.

Exception Condition
ArgumentNullException

token is null.

.NET Framework
Available since 4.5
Return to top
Show: