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)

Inheritance Hierarchy

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

Syntax

public class ExtensionCertificateConfiguration
public ref class ExtensionCertificateConfiguration 
type ExtensionCertificateConfiguration = class end
Public Class ExtensionCertificateConfiguration

Constructors

Name Description
System_CAPS_pubmethod ExtensionCertificateConfiguration()

Initializes a new instance of the ExtensionCertificateConfiguration class.

System_CAPS_pubmethod ExtensionCertificateConfiguration(String)

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

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty StoreName

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_pubproperty ThumbprintAlgorithm

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

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top