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.

Container for the parameters to the ListCertificates operation. Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate. Default filtering returns only RSA_2048 certificates. For more information, see Filters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CertificateManager.AmazonCertificateManagerRequest
      Amazon.CertificateManager.Model.ListCertificatesRequest

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

Syntax

C#
public class ListCertificatesRequest : AmazonCertificateManagerRequest
         IAmazonWebServiceRequest

The ListCertificatesRequest type exposes the following members

Constructors

NameDescription
Public Method ListCertificatesRequest()

Properties

NameTypeDescription
Public Property CertificateStatuses System.Collections.Generic.List<System.String>

Gets and sets the property CertificateStatuses.

Filter the certificate list by status value.

Public Property Includes Amazon.CertificateManager.Model.Filters

Gets and sets the property Includes.

Filter the certificate list. For more information, see the Filters structure.

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

Public Property NextToken System.String

Gets and sets the property NextToken.

Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

Public Property SortBy Amazon.CertificateManager.SortBy

Gets and sets the property SortBy.

Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

Public Property SortOrder Amazon.CertificateManager.SortOrder

Gets and sets the property SortOrder.

Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

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