IManagementCertificateOperations.ListAsync(CancellationToken) Method

Definition

The List Management Certificates operation lists and returns basic information about all of the management certificates associated with the specified subscription. 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/jj154105.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of ManagementCertificateListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Management Certificates operation response.

Applies to