PdfRSASignaturePaddingPkcs1 Property |
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.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic static PdfRSASignaturePadding Pkcs1 { get; }
Public Shared ReadOnly Property Pkcs1 As PdfRSASignaturePadding
Get
Property Value
PdfRSASignaturePadding
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.
See Also