Options to create Certificate Revocation List (CRL)
[FlagsAttribute] public enum CrlOptions
<FlagsAttribute> _ Public Enumeration CrlOptions
Member name | Description | |
---|---|---|
Default | Default options | |
FormatPem | Create in PEM-encoded text file [default = binary DER-encoded] | |
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. |