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 RegisterCertificate operation. Registers a device certificate with IoT in the same certificate mode as the signing CA. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered.

Requires permission to access the RegisterCertificate action.

Inheritance Hierarchy

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

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

Syntax

C#
public class RegisterCertificateRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The RegisterCertificateRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CaCertificatePem System.String

Gets and sets the property CaCertificatePem.

The CA certificate used to sign the device certificate being registered.

Public Property CertificatePem System.String

Gets and sets the property CertificatePem.

The certificate data, in PEM format.

Public Property SetAsActive System.Boolean

Gets and sets the property SetAsActive.

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

Valid values: ACTIVE | INACTIVE

Public Property Status Amazon.IoT.CertificateStatus

Gets and sets the property Status.

The status of the register certificate request. Valid values that you can use include ACTIVE, INACTIVE, and REVOKED.

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