SPSessionSecurityTokenCookieValue.AuthenticationValidFromUtc property
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationValidFromUtc As Nullable(Of DateTime)
Get
'Usage
Dim instance As SPSessionSecurityTokenCookieValue
Dim value As Nullable(Of DateTime)
value = instance.AuthenticationValidFromUtc
public Nullable<DateTime> AuthenticationValidFromUtc { get; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
SPSessionSecurityTokenCookieValue class