ManagementCertificateGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AzureOperationResponseManagementCertificateGetResponse
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
Azure SDK for .NET