ManagementCertificateOperationsExtensions.Get Method (IManagementCertificateOperations, String)

 

Retrieves information about the management certificate with the specified thumbprint.

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

<ExtensionAttribute>
Public Shared Function Get (
	operations As IManagementCertificateOperations,
	thumbprint As String
) As ManagementCertificateGetResponse

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: Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse

An ManagementCertificateGetResponse object that contains information about the certificate.

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

Return to top
Show: