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 RegisterCACertificate operation. Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA certificates you can register in your Amazon Web Services account. You can register up to 10 CA certificates with the same CA subject field per Amazon Web Services account.

Requires permission to access the RegisterCACertificate action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.RegisterCACertificateRequest

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

Syntax

C#
public class RegisterCACertificateRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The RegisterCACertificateRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowAutoRegistration System.Boolean

Gets and sets the property AllowAutoRegistration.

Allows this CA certificate to be used for auto registration of device certificates.

Public Property CaCertificate System.String

Gets and sets the property CaCertificate.

The CA certificate.

Public Property CertificateMode Amazon.IoT.CertificateMode

Gets and sets the property CertificateMode.

Describes the certificate mode in which the Certificate Authority (CA) will be registered. If the verificationCertificate field is not provided, set certificateMode to be SNI_ONLY. If the verificationCertificate field is provided, set certificateMode to be DEFAULT. When certificateMode is not provided, it defaults to DEFAULT. All the device certificates that are registered using this CA will be registered in the same certificate mode as the CA. For more information about certificate mode for device certificates, see certificate mode.

Public Property RegistrationConfig Amazon.IoT.Model.RegistrationConfig

Gets and sets the property RegistrationConfig.

Information about the registration configuration.

Public Property SetAsActive System.Boolean

Gets and sets the property SetAsActive.

A boolean value that specifies if the CA certificate is set to active.

Valid values: ACTIVE | INACTIVE

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

Gets and sets the property Tags.

Metadata which can be used to manage the CA certificate.

For URI Request parameters use format: ...key1=value1&key2=value2...

For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."

For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

Public Property VerificationCertificate System.String

Gets and sets the property VerificationCertificate.

The private key verification certificate. If certificateMode is SNI_ONLY, the verificationCertificate field must be empty. If certificateMode is DEFAULT or not provided, the verificationCertificate field must not be empty.

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