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.
Gets or sets the instant in time when this key expires.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property NotAfter As DateTime
Get
Set
'Usage
Dim instance As AppPrincipalCredentialReference
Dim value As DateTime
value = instance.NotAfter
instance.NotAfter = value
public DateTime NotAfter { get; set; }
Property value
Type: System.DateTime
The instant in time when the key expires.
See also
Reference
AppPrincipalCredentialReference class