Click or drag to resize

X509CrlOptions Enumeration

Options to create Certificate Revocation List (CRL)

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
[FlagsAttribute]
public enum CrlOptions
Members
Member nameDescription
Default Default options
Ecdsa_Deterministic Use the deterministic digital signature generation procedure of [RFC6979] for an ECDSA signature.
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]
See Also