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.

Describes the certificate extensions to be added to the certificate signing request (CSR).

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.CsrExtensions

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

Syntax

C#
public class CsrExtensions

The CsrExtensions type exposes the following members

Constructors

NameDescription
Public Method CsrExtensions()

Properties

NameTypeDescription
Public Property KeyUsage Amazon.ACMPCA.Model.KeyUsage

Gets and sets the property KeyUsage.

Indicates the purpose of the certificate and of the key contained in the certificate.

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

Gets and sets the property SubjectInformationAccess.

For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.

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