ManagementCertificateGetResponse Class

Definition

The Get Management Certificate operation response.

public class ManagementCertificateGetResponse : Microsoft.Azure.AzureOperationResponse
type ManagementCertificateGetResponse = class
    inherit AzureOperationResponse
Public Class ManagementCertificateGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
ManagementCertificateGetResponse

Constructors

ManagementCertificateGetResponse()

Initializes a new instance of the ManagementCertificateGetResponse class.

Properties

Created

Optional. The time that the management certificate was created, in UTC.

Data

Optional. A base-64 representation of the raw data contained in the management certificate, in cer format.

PublicKey

Optional. A base-64 representation of the management certificate public key.

Thumbprint

Optional. The thumbprint that uniquely identifies the management certificate. This thumbprint is the same value as the one specified by the request URI.

Applies to