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 the properties of a certificate.

Inheritance Hierarchy

System.Object
  Amazon.Transfer.Model.ListedCertificate

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

Syntax

C#
public class ListedCertificate

The ListedCertificate type exposes the following members

Constructors

NameDescription
Public Method ListedCertificate()

Properties

NameTypeDescription
Public Property ActiveDate System.DateTime

Gets and sets the property ActiveDate.

An optional date that specifies when the certificate becomes active.

Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the specified certificate.

Public Property CertificateId System.String

Gets and sets the property CertificateId.

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Public Property Description System.String

Gets and sets the property Description.

The name or short description that's used to identify the certificate.

Public Property InactiveDate System.DateTime

Gets and sets the property InactiveDate.

An optional date that specifies when the certificate becomes inactive.

Public Property Status Amazon.Transfer.CertificateStatusType

Gets and sets the property Status.

The certificate can be either ACTIVE, PENDING_ROTATION, or INACTIVE. PENDING_ROTATION means that this certificate will replace the current certificate when it expires.

Public Property Type Amazon.Transfer.CertificateType

Gets and sets the property Type.

The type for the certificate. If a private key has been specified for the certificate, its type is CERTIFICATE_WITH_PRIVATE_KEY. If there is no private key, the type is CERTIFICATE.

Public Property Usage Amazon.Transfer.CertificateUsageType

Gets and sets the property Usage.

Specifies how this certificate is used. It can be used in the following ways:

  • SIGNING: For signing AS2 messages

  • ENCRYPTION: For encrypting AS2 messages

  • TLS: For securing AS2 communications sent over HTTPS

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5