Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the earliest instant in time when this key is valid.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property NotBefore As DateTime
Get
'Usage
Dim instance As SPAppPrincipalCredentialReference
Dim value As DateTime
value = instance.NotBefore
public DateTime NotBefore { get; }
Property value
Type: System.DateTime
The time when the key becomes valid.
See also
Reference
SPAppPrincipalCredentialReference class