Share via


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)

Syntax

public static ManagementCertificateGetResponse Get(
    this IManagementCertificateOperations operations,
    string thumbprint
)
public:
[ExtensionAttribute]
static ManagementCertificateGetResponse^ Get(
    IManagementCertificateOperations^ operations,
    String^ thumbprint
)
static member Get : 
        operations:IManagementCertificateOperations *
        thumbprint:string -> ManagementCertificateGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IManagementCertificateOperations,
    thumbprint As String
) As ManagementCertificateGetResponse

Parameters

  • 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.

Remarks

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

See Also

ManagementCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top