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.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListCertificatesAsync.

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

Syntax

C#
public abstract ListCertificatesResponse ListCertificates(
         ListCertificatesRequest request
)

Parameters

request
Type: Amazon.CertificateManager.Model.ListCertificatesRequest

Container for the necessary parameters to execute the ListCertificates service method.

Return Value


The response from the ListCertificates service method, as returned by CertificateManager.

Exceptions

ExceptionCondition
InvalidArgsException One or more of of request parameters specified is not valid.
ValidationException The supplied input failed to satisfy constraints of an Amazon Web Services service.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also