Click or drag to resize

PdfSignerRSASignaturePadding Property

Gets or sets the RSA signature padding to use if signer's certificate has an 'RSA' public key.

Default value: . If signer's certificate has an 'RSA' public key, Pkcs1 is used.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public PdfRSASignaturePadding RSASignaturePadding { get; set; }

Property Value

PdfRSASignaturePadding
The RSA signature padding to use if signer's certificate has an 'RSA' public key.
Exceptions
ExceptionCondition
ArgumentExceptionSigner's certificate doesn't have an 'RSA' public key so RSA signature padding must be .
See Also