ManagementCertificateOperationsExtensions.GetAsync Method (IManagementCertificateOperations, String)
Asynchronously retrieves information about the management certificate with the specified thumbprint.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public static Task<ManagementCertificateGetResponse> GetAsync( this IManagementCertificateOperations operations, string thumbprint )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.IManagementCertificateOperations
The IManagementCertificateOperations object that specifies the operations.
- 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.
For more information about retrieving information about a management certificate, see Get Management Certificate.
Show: