ManagementCertificateGetResponse::Created Property

 

Gets or sets the time that the management certificate was created, in UTC.

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

public:
property DateTime Created {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The creation time.

Return to top
Show: