passthroughExtensions property

CertificateExtensionConstraints? passthroughExtensions
getter/setter pair

Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.

If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.

Optional.

Implementation

CertificateExtensionConstraints? passthroughExtensions;