SPSecurityTokenServiceManager.IdentityTokenLifetime property

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IdentityTokenLifetime As TimeSpan
    Get
    Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As TimeSpan

value = instance.IdentityTokenLifetime

instance.IdentityTokenLifetime = value
public TimeSpan IdentityTokenLifetime { get; set; }

Property value

Type: System.TimeSpan

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace