Options to create X.509 certificate.
[FlagsAttribute] public enum CertOptions
<FlagsAttribute> _ Public Enumeration CertOptions
Member name | Description | |
---|---|---|
Default | Default options | |
FormatPem | Create in PEM-encoded text file [default = binary DER-encoded] | |
UTF8String | Encode distinguished name as UTF8String [default = PrintableString] | |
NoBasicConstraints | Disable the BasicConstraints extension [default = include] | |
SetAsCA | Set the BasicConstraints subject type to be a CA [default = End Entity] | |
VersionOne | Create a Version 1 certificate, i.e. no extensions [default = Version 3] | |
AuthKeyId | Add the issuer's KeyIdentifier, if present, as an AuthorityKeyIdentifer [default = do not add] | |
Pss_SaltLenZero | Use a zero-length salt in an RSA-PSS signature [default = hLen the length of the digest output] | |
Ecdsa_Deterministic | Use the deterministic digital signature generation procedure of [RFC6979] for an ECDSA signature. |