ICertificateDetails.NotBefore Property

Definition

Date Certificate is valid from.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Date Certificate is valid from.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="notBefore", Update=false)]
public DateTime? NotBefore { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Date Certificate is valid from.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="notBefore", Update=false)>]
member this.NotBefore : Nullable<DateTime>
Public ReadOnly Property NotBefore As Nullable(Of DateTime)

Property Value

Attributes

Applies to