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.

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

Inheritance Hierarchy

System.Object
  Amazon.APIGateway.Model.ClientCertificate

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

Syntax

C#
public class ClientCertificate

The ClientCertificate type exposes the following members

Constructors

NameDescription
Public Method ClientCertificate()

Properties

NameTypeDescription
Public Property ClientCertificateId System.String

Gets and sets the property ClientCertificateId.

The identifier of the client certificate.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The timestamp when the client certificate was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the client certificate.

Public Property ExpirationDate System.DateTime

Gets and sets the property ExpirationDate.

The timestamp when the client certificate will expire.

Public Property PemEncodedCertificate System.String

Gets and sets the property PemEncodedCertificate.

The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The collection of tags. Each tag element is associated with a given resource.

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