ExtensionCertificateConfiguration Properties

 

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

NameDescription
System_CAPS_pubpropertyStoreLocation

Required. Required for certificate declaration. The Windows certificate store location to install the certificate for encryption, if required. Its value has to be 'LocalMachine' if present.

System_CAPS_pubpropertyStoreName

Optional. Optional. The Windows certificate store name to install the certificate for encryption, if required. Its value has to be 'My' if present.

System_CAPS_pubpropertyThumbprintAlgorithm

Optional. Optional. The thumbprint algorithm of the certificate for encryption, if required. Its value has to be 'sha1' if present.

System_CAPS_pubpropertyThumbprintRequired

Optional. Optional. Whether thumbprint is required for the certificate for encryption or not. Its value has to be 'true' or 'false' (case-sensitive) if present.

Return to top
Show: