ExtensionImage::Certificate Property

 

Optional. Optional. Parameters of the the certificate for encrypting the private configuration data. Supported on WebRole or WorkerRole, but ignored on VmRole.

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

public:
property ExtensionCertificateConfiguration^ Certificate {
	ExtensionCertificateConfiguration^ get();
	void set(ExtensionCertificateConfiguration^ value);
}
Return to top
Show: