Share via


ClientRootCertificateListResponse.ClientRootCertificate.ExpirationTime Property

 

Optional. Specifies the time that the certificate will expire.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public DateTime ExpirationTime { get; set; }
public:
property DateTime ExpirationTime {
    DateTime get();
    void set(DateTime value);
}
member ExpirationTime : DateTime with get, set
Public Property ExpirationTime As Date

Property Value

Type: System.DateTime

See Also

ClientRootCertificateListResponse.ClientRootCertificate Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top