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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic PdfRSASignaturePadding RSASignaturePadding { get; set; }
Public Property RSASignaturePadding As PdfRSASignaturePadding
Get
Set
Property Value
PdfRSASignaturePadding
The RSA signature padding to use if signer's certificate has an 'RSA' public key.
ExceptionsException | Condition |
---|
ArgumentException | Signer's certificate doesn't have an 'RSA' public key so RSA signature padding must be . |
See Also