SPAppPrincipalCredentialReference.NotBefore property
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