Share via


ManagementCertificateOperationsExtensions.GetAsync Method

Definition

The Get Management Certificate operation retrieves information about the management certificate with the specified thumbprint. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations, string thumbprint);

Parameters

operations
IManagementCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.IManagementCertificateOperations.

thumbprint
String

Required. The thumbprint value of the certificate to retrieve information about.

Returns

The Get Management Certificate operation response.

Applies to