BootstrapContext::Token Property

.NET Framework (current version)
 

Gets the string that was used to initialize the context.

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

public:
property String^ Token {
	String^ get();
}

Property Value

Type: System::String^

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

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

.NET Framework
Available since 4.5
Return to top
Show: