ManagementCertificateOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse Get (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations, string thumbprint);
static member Get : Microsoft.WindowsAzure.Management.IManagementCertificateOperations * string -> Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse
<Extension()>
Public Function Get (operations As IManagementCertificateOperations, thumbprint As String) As ManagementCertificateGetResponse
Parameters
- operations
- IManagementCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.IManagementCertificateOperations.
- thumbprint
- String
Required. The thumbprint value of the certificate to retrieve information about.
Returns
The Get Management Certificate operation response.