SPSecurityTokenServiceManager.ImplicitFlowTokenLifetime property

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

Syntax

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

value = instance.ImplicitFlowTokenLifetime

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

Property value

Type: System.TimeSpan

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace