IManagementCertificateOperations.DeleteAsync Method (String, CancellationToken)

 

Asynchonously deletes a management certificate from a subscription.

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

Task<AzureOperationResponse> DeleteAsync(
	string thumbprint,
	CancellationToken cancellationToken
)

Parameters

thumbprint
Type: System.String

The thumbprint of the certificate to delete.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

An OperationResponse object that includes an HTTP status code and request ID.

For more information about deleting management certificates, see Delete Management Certificate.

Return to top
Show: