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.

The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.Certificate

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.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 CertificateCreationDate System.DateTime

Gets and sets the property CertificateCreationDate.

The date that the certificate was created.

Public Property CertificateIdentifier System.String

Gets and sets the property CertificateIdentifier.

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

Public Property CertificateOwner System.String

Gets and sets the property CertificateOwner.

The owner of the certificate.

Public Property CertificatePem System.String

Gets and sets the property CertificatePem.

The contents of a .pem file, which contains an X.509 certificate.

Public Property CertificateWallet System.IO.MemoryStream

Gets and sets the property CertificateWallet.

The location of an imported Oracle Wallet certificate for use with SSL. Example: filebase64("${path.root}/rds-ca-2019-root.sso")

Public Property KeyLength System.Int32

Gets and sets the property KeyLength.

The key length of the cryptographic algorithm being used.

Public Property SigningAlgorithm System.String

Gets and sets the property SigningAlgorithm.

The signing algorithm for the certificate.

Public Property ValidFromDate System.DateTime

Gets and sets the property ValidFromDate.

The beginning date that the certificate is valid.

Public Property ValidToDate System.DateTime

Gets and sets the property ValidToDate.

The final date that the certificate is 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