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 ImportCertificate operation. Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

Inheritance Hierarchy

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

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

Syntax

C#
public class ImportCertificateRequest : AmazonCertificateManagerRequest
         IAmazonWebServiceRequest

The ImportCertificateRequest type exposes the following members

Constructors

NameDescription
Public Method ImportCertificateRequest()

Properties

NameTypeDescription
Public Property Certificate System.IO.MemoryStream

Gets and sets the property Certificate.

The certificate to import.

Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

Public Property CertificateChain System.IO.MemoryStream

Gets and sets the property CertificateChain.

The PEM encoded certificate chain.

Public Property PrivateKey System.IO.MemoryStream

Gets and sets the property PrivateKey.

The private key that matches the public key in the certificate.

Public Property Tags System.Collections.Generic.List<Amazon.CertificateManager.Model.Tag>

Gets and sets the property Tags.

One or more resource tags to associate with the imported certificate.

Note: You cannot apply tags when reimporting a certificate.

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