ManagementCertificateCreateParameters Class

 

Represents the parameters that are used to a create a management certificate.

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

System.Object
  Microsoft.WindowsAzure.Management.Models.ManagementCertificateCreateParameters

type ManagementCertificateCreateParameters = class end

NameDescription
System_CAPS_pubmethodManagementCertificateCreateParameters()

Initializes a new instance of the ManagementCertificateCreateParameters class.

NameDescription
System_CAPS_pubpropertyData

Gets or sets the base-64 encoded data of the management certificate.

System_CAPS_pubpropertyPublicKey

Gets or sets a base-64 encoded public key.

System_CAPS_pubpropertyThumbprint

Gets or sets the thumbprint of the management certificate.

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: