ExtensionCertificateConfiguration Class

 

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)

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.ExtensionCertificateConfiguration

type ExtensionCertificateConfiguration = class end

NameDescription
System_CAPS_pubmethodExtensionCertificateConfiguration()

Initializes a new instance of the ExtensionCertificateConfiguration class.

System_CAPS_pubmethodExtensionCertificateConfiguration(String)

Initializes a new instance of the ExtensionCertificateConfiguration class with required arguments.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: