SPSecurityTokenServiceManager.LoopbackTokenLifetime property

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

Syntax

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

value = instance.LoopbackTokenLifetime

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

Property value

Type: System.TimeSpan

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace