IManagementCertificateOperations.ListAsync Method (CancellationToken)

 

Asynchronously lists information about all of the management certificates associated with the specified subscription.

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

Function ListAsync (
	cancellationToken As CancellationToken
) As Task(Of ManagementCertificateListResponse)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of ManagementCertificateListResponse)

An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.

For more information about listing management certificates, see List Management Certificates.

Return to top
Show: