Click or drag to resize

PdfSignaturePolicyIdentifier(String, String) Constructor

Initializes a new instance of the PdfSignaturePolicyIdentifier class.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
Syntax
public PdfSignaturePolicyIdentifier(
	string oid,
	string uri
)

Parameters

oid  String
The OID of the signature policy.
uri  String
The optional URI or URL where a copy of the signature policy document can be obtained.
See Also