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 certificate that has been transferred but not yet accepted.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.OutgoingCertificate

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

Syntax

C#
public class OutgoingCertificate

The OutgoingCertificate type exposes the following members

Constructors

NameDescription
Public Method OutgoingCertificate()

Properties

NameTypeDescription
Public Property CertificateArn System.String

Gets and sets the property CertificateArn.

The certificate ARN.

Public Property CertificateId System.String

Gets and sets the property CertificateId.

The certificate ID.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The certificate creation date.

Public Property TransferDate System.DateTime

Gets and sets the property TransferDate.

The date the transfer was initiated.

Public Property TransferMessage System.String

Gets and sets the property TransferMessage.

The transfer message.

Public Property TransferredTo System.String

Gets and sets the property TransferredTo.

The Amazon Web Services account to which the transfer was made.

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