IManagementCertificateOperations.GetAsync Method (String, CancellationToken)
Asynchronously retrieves information about the management certificate with the specified thumbprint.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Function GetAsync ( thumbprint As String, cancellationToken As CancellationToken ) As Task(Of ManagementCertificateGetResponse)
Parameters
- thumbprint
-
Type:
System.String
The thumbprint of the certificate.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ManagementCertificateGetResponse)An ManagementCertificateGetResponse object that contains information about the certificate.
For more information about retrieving information about a management certificate, see Get Management Certificate.
Show: