IManagementCertificateOperations.GetAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse> GetAsync (string thumbprint, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse>
Public Function GetAsync (thumbprint As String, cancellationToken As CancellationToken) As Task(Of ManagementCertificateGetResponse)

Parameters

thumbprint
String

The thumbprint value of the certificate to retrieve information about.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Management Certificate operation response.

Applies to