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.

Information about a certificate.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.Certificate

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

Syntax

C#
public class Certificate

The Certificate type exposes the following members

Constructors

NameDescription
Public Method Certificate()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The ARN of the certificate.

Public Property CertificateId System.String

Gets and sets the property CertificateId.

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Public Property CertificateMode Amazon.IoT.CertificateMode

Gets and sets the property CertificateMode.

The mode of the certificate.

DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.

SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time the certificate was created.

Public Property Status Amazon.IoT.CertificateStatus

Gets and sets the property Status.

The status of the 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