Pkcs1Signature Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
The PKCS#1 standard supports several public-key cryptographic algorithms and digest methods, including RSA encryption, DSA signatures, and SHA-1 and MD5 digests (see the Bibliography in PDF spec for references). For signing PDF files using PKCS#1, it's only allowed to use RSA encryption algorithm and SHA-1 digest method.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Forms.SignatureSignatureHandler
    Apitron.PDF.Kit.Interactive.Forms.SignatureSignature
      Apitron.PDF.Kit.Interactive.Forms.SignaturePkcs1Signature

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 sealed class Pkcs1Signature : Signature

The Pkcs1Signature type exposes the following members.

Constructors

  NameDescription
Public methodPkcs1Signature(X509Certificate2)
Creates a new Pkcs1Signature and uses the given certificate to sign the document.
Public methodPkcs1Signature(X509Chain)
Creates a new Pkcs1Signature and uses the given chain to sign the document.
Public methodPkcs1Signature(Pkcs12Store)
Creates a new Pkcs1Signature and uses the first key from the store to sign the document.
Public methodPkcs1Signature(Pkcs12Store, String, ISignatureServiceProvider)
Creates a new Pkcs1Signature and uses the given key from the store to sign the document.
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.
(Inherited from Signature.)
Public propertyName
The subject name in the signing certificate (the element "CN")
(Inherited from Signature.)
Public propertySignDate
The time of signing. Depending on the signature handler, this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server. This value should be used only when the time of signing is not available in the signature.
(Inherited from Signature.)
Public propertySoftwareModuleName
Gets or sets the name of the software module used to create the signature. Has meaning only for Pkcs7DetachedSignature.
(Inherited from SignatureHandler.)
Public propertyTimeStampingAuthority
Gets the time stamping authority.
(Inherited from SignatureHandler.)
Top
See Also

Reference