Click or drag to resize

PdfRSASignaturePadding Properties

The PdfRSASignaturePadding type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberPkcs1 Gets the object that represents RSASSA-PKCS1-v1.5 signature scheme of the PKCS #1: RSA Encryption Standard that is supported for compatibility with existing applications.
Public propertyStatic memberPss

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).
Top
See Also