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.

Describes a certificate.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.CertificateDescription

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

Syntax

C#
public class CertificateDescription

The CertificateDescription type exposes the following members

Constructors

NameDescription
Public Method CertificateDescription()

Properties

NameTypeDescription
Public Property CaCertificateId System.String

Gets and sets the property CaCertificateId.

The certificate ID of the CA certificate used to sign this certificate.

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.

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.

For more information about the value for SNI extension, see Transport security in IoT.

Public Property CertificatePem System.String

Gets and sets the property CertificatePem.

The certificate data, in PEM format.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time the certificate was created.

Public Property CustomerVersion System.Int32

Gets and sets the property CustomerVersion.

The customer version of the certificate.

Public Property GenerationId System.String

Gets and sets the property GenerationId.

The generation ID of the certificate.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The date and time the certificate was last modified.

Public Property OwnedBy System.String

Gets and sets the property OwnedBy.

The ID of the Amazon Web Services account that owns the certificate.

Public Property PreviousOwnedBy System.String

Gets and sets the property PreviousOwnedBy.

The ID of the Amazon Web Services account of the previous owner of the certificate.

Public Property Status Amazon.IoT.CertificateStatus

Gets and sets the property Status.

The status of the certificate.

Public Property TransferData Amazon.IoT.Model.TransferData

Gets and sets the property TransferData.

The transfer data.

Public Property Validity Amazon.IoT.Model.CertificateValidity

Gets and sets the property Validity.

When the certificate is valid.

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