Options to create PKCS#10 certificate signing request (CSR)
[FlagsAttribute] public enum CsrOptions
<FlagsAttribute> _ Public Enumeration CsrOptions
Member name | Description | |
---|---|---|
Default | Default options | |
FormatBinary | Create in binary format [default = PEM-encoded text file] | |
UTF8String | Encode distinguished name as UTF8String [default = PrintableString] | |
RequestKludge | Create a request with the "kludge" that omits the strictly mandatory attributes completely [default = include attributes with zero-length field] | |
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. |