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 configuration information for your private certificate authority (CA). This includes information about the class of public key algorithm and the key pair that your private CA creates when it issues a certificate. It also includes the signature algorithm that it uses when issuing certificates, and its X.500 distinguished name. You must specify this information when you call the CreateCertificateAuthority action.

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.CertificateAuthorityConfiguration

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

Syntax

C#
public class CertificateAuthorityConfiguration

The CertificateAuthorityConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CsrExtensions Amazon.ACMPCA.Model.CsrExtensions

Gets and sets the property CsrExtensions.

Specifies information to be added to the extension section of the certificate signing request (CSR).

Public Property KeyAlgorithm Amazon.ACMPCA.KeyAlgorithm

Gets and sets the property KeyAlgorithm.

Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate. When you create a subordinate CA, you must use a key algorithm supported by the parent CA.

Public Property SigningAlgorithm Amazon.ACMPCA.SigningAlgorithm

Gets and sets the property SigningAlgorithm.

Name of the algorithm your private CA uses to sign certificate requests.

This parameter should not be confused with the SigningAlgorithm parameter used to sign certificates when they are issued.

Public Property Subject Amazon.ACMPCA.Model.ASN1Subject

Gets and sets the property Subject.

Structure that contains X.500 distinguished name information for your private CA.

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