AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DeleteCertificate operation. Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by Amazon Web Services services integrated with ACM.

You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, the certificate association must first be removed.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CertificateManager.AmazonCertificateManagerRequest
      Amazon.CertificateManager.Model.DeleteCertificateRequest

Namespace: Amazon.CertificateManager.Model
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteCertificateRequest : AmazonCertificateManagerRequest
         IAmazonWebServiceRequest

The DeleteCertificateRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteCertificateRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method DeleteCertificateRequest(string)

Instantiates DeleteCertificateRequest with the parameterized properties

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5