ServiceConfiguration.SaveBootstrapTokens Property
Gets or sets whether bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceConfiguration Dim value As Boolean value = instance.SaveBootstrapTokens instance.SaveBootstrapTokens = value
Syntax
'Declaration
Public Property SaveBootstrapTokens As Boolean
public bool SaveBootstrapTokens { get; set; }
public:
property bool SaveBootstrapTokens {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_SaveBootstrapTokens ()
/** @property */
public void set_SaveBootstrapTokens (boolean value)
public function get SaveBootstrapTokens () : boolean
public function set SaveBootstrapTokens (value : boolean)
Eigenschaftenwert
true if bootstrap tokens are saved in the IClaimsIdentity and Sessions after token validation; otherwise, false.
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
ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace