ICryptoCertificate.ExpirationDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expiration date for the certificate.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Expiration date for the certificate.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expirationDate", Update=true)]
public DateTime? ExpirationDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Expiration date for the certificate.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expirationDate", Update=true)>]
member this.ExpirationDate : Nullable<DateTime> with get, set
Public Property ExpirationDate As Nullable(Of DateTime)
Property Value
- Attributes