SPIdentityProofToken.ValidFrom property
This member overrides SecurityToken.ValidFrom.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ValidFrom As DateTime
Get
'Usage
Dim instance As SPIdentityProofToken
Dim value As DateTime
value = instance.ValidFrom
public override DateTime ValidFrom { get; }
Property value
Type: System.DateTime