SPSecurityTokenServiceManager.AuthenticatorTokenLifetime property
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AuthenticatorTokenLifetime As TimeSpan
Get
Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As TimeSpan
value = instance.AuthenticatorTokenLifetime
instance.AuthenticatorTokenLifetime = value
public TimeSpan AuthenticatorTokenLifetime { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPSecurityTokenServiceManager class