SecurityTokenServiceConfiguration.MaximumTokenLifetime Property
Gets or sets the maximum token lifetime for issued tokens.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenServiceConfiguration Dim value As TimeSpan value = instance.MaximumTokenLifetime instance.MaximumTokenLifetime = value
Syntax
'Declaration
Public Property MaximumTokenLifetime As TimeSpan
public TimeSpan MaximumTokenLifetime { get; set; }
public:
property TimeSpan MaximumTokenLifetime {
TimeSpan get ();
void set (TimeSpan value);
}
/** @property */
public TimeSpan get_MaximumTokenLifetime ()
/** @property */
public void set_MaximumTokenLifetime (TimeSpan value)
public function get MaximumTokenLifetime () : TimeSpan
public function set MaximumTokenLifetime (value : TimeSpan)
Eigenschaftenwert
Returns TimeSpan.
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
SecurityTokenServiceConfiguration Class
SecurityTokenServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace