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.

Contains X.509 extension information for a certificate.

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.Extensions

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

Syntax

C#
public class Extensions

The Extensions type exposes the following members

Constructors

NameDescription
Public Method Extensions()

Properties

NameTypeDescription
Public Property CertificatePolicies System.Collections.Generic.List<Amazon.ACMPCA.Model.PolicyInformation>

Gets and sets the property CertificatePolicies.

Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID).

In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.

Public Property CustomExtensions System.Collections.Generic.List<Amazon.ACMPCA.Model.CustomExtension>

Gets and sets the property CustomExtensions.

Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.

Public Property ExtendedKeyUsage System.Collections.Generic.List<Amazon.ACMPCA.Model.ExtendedKeyUsage>

Gets and sets the property ExtendedKeyUsage.

Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the KeyUsage extension.

Public Property KeyUsage Amazon.ACMPCA.Model.KeyUsage

Gets and sets the property KeyUsage.

Public Property SubjectAlternativeNames System.Collections.Generic.List<Amazon.ACMPCA.Model.GeneralName>

Gets and sets the property SubjectAlternativeNames.

The subject alternative name extension allows identities to be bound to the subject of the certificate. These identities may be included in addition to or in place of the identity in the subject field of the certificate.

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