CryptoSys PKI Pro Manual

Sig.SigOptions Enumeration

Specialist options for signatures.

Syntax

[C#]
public enum SigOptions
[VB]
Public Enumeration SigOptions

Members

Member nameDescription
Default Use default options for signature.
PssSaltLenHlen RSA-PSS only: Set the salt length to hLen, the length of the output of the hash function [default].
UseDeterministic ECDSA only: Use the deterministic digital signature generation procedure of [RFC6979] for ECDSA signature [default=random k].
Asn1DERStructure ECDSA only: Form ECDSA signature value as a DER-encoded ASN.1 structure [default=r||s].
PssSaltLenMax RSA-PSS only: Set the salt length to the maximum possible (like OpenSSL).
PssSaltLen20 RSA-PSS only: Set the salt length to be exactly 20 bytes regardless of the hash algorithm.
PssSaltLenZero RSA-PSS only: Set the salt length to be zero.
Mgf1Sha1 RSA-PSS only: Force the MGF hash function to be SHA-1 [default = same as signature hash algorithm]

[Contents] [Index]

[PREV: Sig.Encoding Enumeration...]   [Contents]   [Index]   
   [NEXT: Sig.VerifyOpts Enumeration...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-17T11:18:15Z.