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.

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.CertificateDetail

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

Syntax

C#
public class CertificateDetail

The CertificateDetail type exposes the following members

Constructors

NameDescription
Public Method CertificateDetail()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Public Property CertificateAuthorityArn System.String

Gets and sets the property CertificateAuthorityArn.

The Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time at which the certificate was requested.

Public Property DomainName System.String

Gets and sets the property DomainName.

The fully qualified domain name for the certificate, such as www.example.com or example.com.

Public Property DomainValidationOptions System.Collections.Generic.List<Amazon.CertificateManager.Model.DomainValidation>

Gets and sets the property DomainValidationOptions.

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

Public Property ExtendedKeyUsages System.Collections.Generic.List<Amazon.CertificateManager.Model.ExtendedKeyUsage>

Gets and sets the property ExtendedKeyUsages.

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

Public Property FailureReason Amazon.CertificateManager.FailureReason

Gets and sets the property FailureReason.

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the Certificate Manager User Guide.

Public Property ImportedAt System.DateTime

Gets and sets the property ImportedAt.

The date and time when the certificate was imported. This value exists only when the certificate type is IMPORTED.

Public Property InUseBy System.Collections.Generic.List<System.String>

Gets and sets the property InUseBy.

A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.

Public Property IssuedAt System.DateTime

Gets and sets the property IssuedAt.

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

Public Property Issuer System.String

Gets and sets the property Issuer.

The name of the certificate authority that issued and signed the certificate.

Public Property KeyAlgorithm Amazon.CertificateManager.KeyAlgorithm

Gets and sets the property KeyAlgorithm.

The algorithm that was used to generate the public-private key pair.

Public Property KeyUsages System.Collections.Generic.List<Amazon.CertificateManager.Model.KeyUsage>

Gets and sets the property KeyUsages.

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

Public Property NotAfter System.DateTime

Gets and sets the property NotAfter.

The time after which the certificate is not valid.

Public Property NotBefore System.DateTime

Gets and sets the property NotBefore.

The time before which the certificate is not valid.

Public Property Options Amazon.CertificateManager.Model.CertificateOptions

Gets and sets the property Options.

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

Public Property RenewalEligibility Amazon.CertificateManager.RenewalEligibility

Gets and sets the property RenewalEligibility.

Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.

Public Property RenewalSummary Amazon.CertificateManager.Model.RenewalSummary

Gets and sets the property RenewalSummary.

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

Public Property RevocationReason Amazon.CertificateManager.RevocationReason

Gets and sets the property RevocationReason.

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

Public Property RevokedAt System.DateTime

Gets and sets the property RevokedAt.

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

Public Property Serial System.String

Gets and sets the property Serial.

The serial number of the certificate.

Public Property SignatureAlgorithm System.String

Gets and sets the property SignatureAlgorithm.

The algorithm that was used to sign the certificate.

Public Property Status Amazon.CertificateManager.CertificateStatus

Gets and sets the property Status.

The status of the certificate.

A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.

Public Property Subject System.String

Gets and sets the property Subject.

The name of the entity that is associated with the public key contained in the certificate.

Public Property SubjectAlternativeNames System.Collections.Generic.List<System.String>

Gets and sets the property SubjectAlternativeNames.

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

Public Property Type Amazon.CertificateManager.CertificateType

Gets and sets the property Type.

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.

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