AppPrincipalCredentialReference.NotBefore property
Gets or sets the earliest instant in time when this key is valid.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property NotBefore As DateTime
Get
Set
'Usage
Dim instance As AppPrincipalCredentialReference
Dim value As DateTime
value = instance.NotBefore
instance.NotBefore = value
public DateTime NotBefore { get; set; }
Property value
Type: System.DateTime
The instant in time when the key becomes valid.
See also
Reference
AppPrincipalCredentialReference class