PdfSignaturePolicyIdentifier Class
A signature policy defines the rules for creation and validation of an electronic signature, and is included as a signed attribute with every PAdES Enhanced Explicit Policy Electronic Signature (PAdES-E-EPES and legacy PAdES-E-EPES).
public sealed class PdfSignaturePolicyIdentifier
Public NotInheritable Class PdfSignaturePolicyIdentifier
- Inheritance:
- System.ObjectPdfSignaturePolicyIdentifier
Constructors
PdfSignaturePolicyIdentifier(String)
Initializes a new instance of the PdfSignaturePolicyIdentifier class.
Parameters
oid
- System.String
The OID of the signature policy.
PdfSignaturePolicyIdentifier(String, String)
Initializes a new instance of the PdfSignaturePolicyIdentifier class.
public PdfSignaturePolicyIdentifier(string oid, string uri)
Public Sub New(oid As String, uri As String)
Parameters
oid
- System.String
The OID of the signature policy.
uri
- System.String
The optional URI or URL where a copy of the signature policy document can be obtained.
Properties
Oid
Gets the OID of the signature policy.
Property Value
- System.String
The OID of the signature policy.