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.

This structure can be used in the ListCertificates action to filter the output of the certificate list.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.Filters

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

Syntax

C#
public class Filters

The Filters type exposes the following members

Constructors

NameDescription
Public Method Filters()

Properties

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

Gets and sets the property ExtendedKeyUsage.

Specify one or more ExtendedKeyUsage extension values.

Public Property KeyTypes System.Collections.Generic.List<System.String>

Gets and sets the property KeyTypes.

Specify one or more algorithms that can be used to generate key pairs.

Default filtering returns only RSA_1024 and RSA_2048 certificates that have at least one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"] returns both RSA_2048 and RSA_4096 certificates.

Public Property KeyUsage System.Collections.Generic.List<System.String>

Gets and sets the property KeyUsage.

Specify one or more KeyUsage extension values.

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