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.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic static PdfRSASignaturePadding Pss { get; }
Public Shared ReadOnly Property Pss As PdfRSASignaturePadding
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