GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfSignaturePolicyIdentifier Class

    Namespace:
    GemBox.Pdf.Forms
    Assembly:
    GemBox.Pdf.dll

    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).

    • C#
    • VB.NET
    public sealed class PdfSignaturePolicyIdentifier
    Public NotInheritable Class PdfSignaturePolicyIdentifier
    Inheritance:
    System.Object
    PdfSignaturePolicyIdentifier

    Constructors

    PdfSignaturePolicyIdentifier(String)

    Initializes a new instance of the PdfSignaturePolicyIdentifier class.

    • C#
    • VB.NET
    public PdfSignaturePolicyIdentifier(string oid)
    Public Sub New(oid As String)
    Parameters
    oid
    System.String

    The OID of the signature policy.

    PdfSignaturePolicyIdentifier(String, String)

    Initializes a new instance of the PdfSignaturePolicyIdentifier class.

    • C#
    • VB.NET
    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.

    • C#
    • VB.NET
    public string Oid { get; }
    Public ReadOnly Property Oid As String
    Property Value
    System.String

    The OID of the signature policy.

    See Also

    ETSI EN 319 122-1 V1.0.0 (2015-06)
    ETSI TS 101 733 V2.2.1 (2013-04)
    RFC 5126: CMS Advanced Electronic Signatures (CAdES), section '5.8.1. signature-policy-identifier'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.