ManagementCertificateOperationsExtensions.Delete Method (IManagementCertificateOperations, String)

 

Deletes a management certificate from a subscription.

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

public static AzureOperationResponse Delete(
	this IManagementCertificateOperations operations,
	string thumbprint
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperations

The IManagementCertificateOperations object that specifies the operations.

thumbprint
Type: System.String

The thumbprint of the certificate to delete.

Return Value

Type: Microsoft.Azure.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: