Gets or sets the token that was
originally used to create this identity.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As ClaimsIdentity
Dim value As SecurityToken
value = instance.BootstrapToken
instance.BootstrapToken = value
|
Syntax
Visual Basic |
Public Property BootstrapToken As SecurityToken
|
C# |
public SecurityToken BootstrapToken { get; set; }
|
C++ |
public:
virtual property SecurityToken^ BootstrapToken {
SecurityToken^ get () sealed;
void set (SecurityToken^ value) sealed;
}
|
J# |
/** @property */
public final SecurityToken get_BootstrapToken ()
/** @property */
public final void set_BootstrapToken (SecurityToken value)
|
JScript |
public final function get BootstrapToken () : SecurityToken
public final function set BootstrapToken (value : SecurityToken)
|
Exceptions
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