predefinedValues property

X509Parameters? predefinedValues
getter/setter pair

A set of X.509 values that will be applied to all issued certificates that use this template.

If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.

Optional.

Implementation

X509Parameters? predefinedValues;