DefaultSignatureServiceProvider Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class implements a default behaviour for signing functionality.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Forms.SignatureDefaultSignatureServiceProvider

Namespace:  Apitron.PDF.Kit.Interactive.Forms.Signature
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class DefaultSignatureServiceProvider : ISignatureServiceProvider

The DefaultSignatureServiceProvider type exposes the following members.

Constructors

  NameDescription
Public methodDefaultSignatureServiceProvider
Initializes a new instance of the DefaultSignatureServiceProvider class.
Public methodDefaultSignatureServiceProvider(ITimeStampingAuthority)
Initializes a new instance of the DefaultSignatureServiceProvider class.
Top
Properties

  NameDescription
Public propertyDistinguishedName
The subject Distinguished Name (DN) that shall be present within the certificate for it to be acceptable for signing, described in RFC 3280.
Public propertyName
The subject name in the signing certificate (the element "CN")
Public propertyTimeStampingAuthority
Gets the time stamp autority.
Top
Methods

  NameDescription
Public methodGetCRLs
Gets the CRLs. Revocation checking is done on all of the certificates in every chain.
Public methodGetOCSPResponse
Gets the OCSP response. Revocation checking is done on all of the certificates in every chain.
Public methodSetCRLs
Sets the concatenated CRLs.
Public methodSetOCSPResponse
Sets the concatenated OCSP response.
Public methodSignBytes
Signs the given byte array and returns the digest.
Top
See Also

Reference