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.

A CA certificate for an Amazon Web Services account.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.Certificate

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

Syntax

C#
public class Certificate

The Certificate type exposes the following members

Constructors

NameDescription
Public Method Certificate()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The Amazon Resource Name (ARN) for the certificate.

Public Property CertificateIdentifier System.String

Gets and sets the property CertificateIdentifier.

The unique key that identifies a certificate.

Public Property CertificateType System.String

Gets and sets the property CertificateType.

The type of the certificate.

Public Property CustomerOverride System.Boolean

Gets and sets the property CustomerOverride.

Indicates whether there is an override for the default certificate identifier.

Public Property CustomerOverrideValidTill System.DateTime

Gets and sets the property CustomerOverrideValidTill.

If there is an override for the default certificate identifier, when the override expires.

Public Property Thumbprint System.String

Gets and sets the property Thumbprint.

The thumbprint of the certificate.

Public Property ValidFrom System.DateTime

Gets and sets the property ValidFrom.

The starting date from which the certificate is valid.

Public Property ValidTill System.DateTime

Gets and sets the property ValidTill.

The final date that the certificate continues to be valid.

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