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 information to enable and configure Online Certificate Status Protocol (OCSP) for validating certificate revocation status.

When you revoke a certificate, OCSP responses may take up to 60 minutes to reflect the new status.

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.OcspConfiguration

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

Syntax

C#
public class OcspConfiguration

The OcspConfiguration type exposes the following members

Constructors

NameDescription
Public Method OcspConfiguration()

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.

Public Property OcspCustomCname System.String

Gets and sets the property OcspCustomCname.

By default, Amazon Web Services Private CA injects an Amazon Web Services domain into certificates being validated by the Online Certificate Status Protocol (OCSP). A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain.

The content of a Canonical Name (CNAME) record must conform to RFC2396 restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".

For more information, see Customizing Online Certificate Status Protocol (OCSP) in the Amazon Web Services Private Certificate Authority User Guide.

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