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.

A CA certificate.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.CACertificate

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

Syntax

C#
public class CACertificate

The CACertificate type exposes the following members

Constructors

NameDescription
Public Method CACertificate()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The ARN of the CA certificate.

Public Property CertificateId System.String

Gets and sets the property CertificateId.

The ID of the CA certificate.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date the CA certificate was created.

Public Property Status Amazon.IoT.CACertificateStatus

Gets and sets the property Status.

The status of the CA certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

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