Click or drag to resize

PdfCertifier Class

Defines a class which specifies settings and provides resources needed to certify and digitally sign a document when saving the output PDF.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfCertifier

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public class PdfCertifier

The PdfCertifier type exposes the following members.

Constructors
  NameDescription
Public methodPdfCertifier(CspParameters)
Create a new signature provider using a persisted key.
Public methodPdfCertifier(X509Certificate2)
Create a new signature provider using an X.509 certificate.
Public methodPdfCertifier(String)
Create a new signature provider using a PKCS#12 certificate file.
Public methodPdfCertifier(String, String)
Create a new signature provider using a PKCS#12 certificate file.
Top
Properties
  NameDescription
Public propertyContactInfo
Gets or sets a value representing the contact info (e.g. an email address) for the Signer.
Public propertyLocation
Gets or sets a value representing the location where the signing is certified.
Public propertyReason
Gets or sets a value representing the reason this document is being certified.
Public propertySigner
Gets or sets a value representing the "signer" of this document.
Public propertySilent
Gets or sets a value representing the state of the silent parameter of the method called when computing the signature.
Public propertyTimeStampUsing
Gets or sets a value resenting the time stamping authority and settings which should be used when certifying this document with a digital signature.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also