Share via


IManagementCertificateOperations.GetAsync Method (String, CancellationToken)

 

Asynchronously retrieves information about the management certificate with the specified thumbprint.

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

Syntax

Task<ManagementCertificateGetResponse> GetAsync(
    string thumbprint,
    CancellationToken cancellationToken
)
Task<ManagementCertificateGetResponse^>^ GetAsync(
    String^ thumbprint,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        thumbprint:string *
        cancellationToken:CancellationToken -> Task<ManagementCertificateGetResponse>
Function GetAsync (
    thumbprint As String,
    cancellationToken As CancellationToken
) As Task(Of ManagementCertificateGetResponse)

Parameters

  • thumbprint
    Type: System.String

    The thumbprint of the certificate.

Return Value

Type: System.Threading.Tasks.Task<ManagementCertificateGetResponse>

An ManagementCertificateGetResponse object that contains information about the certificate.

Remarks

For more information about retrieving information about a management certificate, see Get Management Certificate.

See Also

IManagementCertificateOperations Interface
Microsoft.WindowsAzure.Management Namespace

Return to top