CryptoSys PKI Pro Manual

X509.CsrOptions Enumeration

Options to create PKCS#10 certificate signing request (CSR)

Syntax

[C#]
[FlagsAttribute] public enum CsrOptions
[VB]
<FlagsAttribute> Public Enumeration CsrOptions

Members

Member nameDescription
Default Default options
Ecdsa_Deterministic Use the deterministic digital signature generation procedure of [RFC6979] for an ECDSA signature.
FormatBinary Create in binary format [default = PEM-encoded text file]
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]
UTF8String Encode distinguished name as UTF8String [default = PrintableString]

[Contents] [Index]

[PREV: X509.CrlOptions Enumeration...]   [Contents]   [Index]   
   [NEXT: X509.KeyUsageOptions Enumeration...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.