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