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