Freigeben über


IClaimsIdentity.BootstrapToken Property

Gets or sets the token that this identity was originally created from.

Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As IClaimsIdentity
Dim value As SecurityToken

value = instance.BootstrapToken

instance.BootstrapToken = value

Syntax

'Declaration
Property BootstrapToken As SecurityToken
SecurityToken BootstrapToken { get; set; }
property SecurityToken^ BootstrapToken {
    SecurityToken^ get ();
    void set (SecurityToken^ value);
}
/** @property */
SecurityToken get_BootstrapToken ()

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

function set BootstrapToken (value : SecurityToken)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

IClaimsIdentity Interface
IClaimsIdentity Members
Microsoft.IdentityModel.Claims Namespace