Propriété IClaimsIdentity.BootstrapToken
Gets or sets the token that this identity was originally created from.
Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As IClaimsIdentity Dim value As SecurityToken value = instance.BootstrapToken instance.BootstrapToken = value
Syntaxe
'Déclaration
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)
Exceptions
Type d'exception | Condition |
---|
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Interface IClaimsIdentity
Membres IClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims