Pkcs7DetachedSignature Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Overload List

  NameDescription
Public methodPkcs7DetachedSignature(X509Certificate2)
Creates a new Pkcs7DetachedSignature and uses the given certificate to sign the document.
Public methodPkcs7DetachedSignature(X509Chain)
Creates a new Pkcs7DetachedSignature and uses the given chain to sign the document.
Public methodPkcs7DetachedSignature(ISignatureServiceProvider)
Creates a new Pkcs7DetachedSignature and uses the given key from the store to sign the document.
Public methodPkcs7DetachedSignature(Pkcs12Store)
Creates a new Pkcs7DetachedSignature and uses the first key from the store to sign the document.
Public methodPkcs7DetachedSignature(Pkcs12Store, ISignatureServiceProvider)
Creates a new Pkcs7DetachedSignature and uses the given key from the store to sign the document.
Public methodPkcs7DetachedSignature(Pkcs12Store, String, ISignatureServiceProvider)
Creates a new Pkcs7DetachedSignature and uses the given key from the store to sign the document.
Top
See Also

Reference