Click or drag to resize

PdfSignerSignaturePolicyIdentifier Property

Gets or sets the signature policy identifier to use when creating PAdES Enhanced Explicit Policy Electronic Signature (PAdES-E-EPES and legacy PAdES-E-EPES).

The SignaturePolicyIdentifier and Reason cannot both be specified if SignatureLevel is set to PAdES_B_B or higher.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfSignaturePolicyIdentifier SignaturePolicyIdentifier { get; set; }

Property Value

PdfSignaturePolicyIdentifier
The signature policy identifier.
Exceptions
ExceptionCondition
InvalidOperationExceptionValue cannot be set if Reason is specified and SignatureLevel is PAdES_B_B or higher.
See Also