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.

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.CertificateOptions

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

Syntax

C#
public class CertificateOptions

The CertificateOptions type exposes the following members

Constructors

NameDescription
Public Method CertificateOptions()

Properties

NameTypeDescription
Public Property CertificateTransparencyLoggingPreference Amazon.CertificateManager.CertificateTransparencyLoggingPreference

Gets and sets the property CertificateTransparencyLoggingPreference.

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

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