Gets or sets the token that this identity was originally created from.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As IClaimsIdentity
Dim value As SecurityToken

value = instance.BootstrapToken

instance.BootstrapToken = value

Syntax

Visual Basic
Property BootstrapToken As SecurityToken
C#
SecurityToken BootstrapToken { get; set; }
C++
property SecurityToken^ BootstrapToken {
		SecurityToken^ get ();
		void set (SecurityToken^ value);
}
J#
/** @property */
SecurityToken get_BootstrapToken ()

/** @property */
void set_BootstrapToken (SecurityToken value)
JScript
function get BootstrapToken () : SecurityToken

function set BootstrapToken (value : SecurityToken)

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also