ExtensionCertificateConfiguration Class
Optional. Parameters of the the certificate for encrypting the private configuration data. Supported on WebRole or WorkerRole, but ignored on VmRole.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
| Name | Description | |
|---|---|---|
![]() | ExtensionCertificateConfiguration() | Initializes a new instance of the ExtensionCertificateConfiguration class. |
![]() | ExtensionCertificateConfiguration(String^) | Initializes a new instance of the ExtensionCertificateConfiguration class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | StoreLocation | 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. |
![]() | StoreName | Optional. Optional. The Windows certificate store name to install the certificate for encryption, if required. Its value has to be 'My' if present. |
![]() | ThumbprintAlgorithm | Optional. Optional. The thumbprint algorithm of the certificate for encryption, if required. Its value has to be 'sha1' if present. |
![]() | ThumbprintRequired | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


