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 ListCertificateAuthorities operation. Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ACMPCA.AmazonACMPCARequest
      Amazon.ACMPCA.Model.ListCertificateAuthoritiesRequest

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

Syntax

C#
public class ListCertificateAuthoritiesRequest : AmazonACMPCARequest
         IAmazonWebServiceRequest

The ListCertificateAuthoritiesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. 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.

Although the maximum value is 1000, the action only returns a maximum of 100 items.

Public Property NextToken System.String

Gets and sets the property NextToken.

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

Public Property ResourceOwner Amazon.ACMPCA.ResourceOwner

Gets and sets the property ResourceOwner.

Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.

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