Click or drag to resize

PdfRSASignaturePaddingPss Property

Gets the object that represents Probabilistic Signature Scheme (RSASSA-PSS) of the PKCS #1: RSA Encryption Standard that is recommended for new applications.

Parameters of the RSASSA-PSS are set to the following default values:

  • hashAlgorithm: value of HashAlgorithm.
  • maskGenAlgorithm: MGF1 (a mask generation function based on a hash function) with HashAlgorithm.
  • saltLength: the octet length of the hash value produced by HashAlgorithm.
  • trailerField: default (DER-encoded integer 1 which is hexadecimal value 0xBC).

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public static PdfRSASignaturePadding Pss { get; }

Property Value

PdfRSASignaturePadding
The object that represents Probabilistic Signature Scheme (RSASSA-PSS) of the PKCS #1: RSA Encryption Standard that is recommended for new applications.
See Also