Apitron.PDF.Kit library for .NET
Top
Overload List
Name | Description | |
---|---|---|
CAdESSignature(X509Certificate2) |
Creates a new CAdESSignature and uses the given certificate to sign the document.
| |
CAdESSignature(X509Chain) |
Creates a new Pkcs7DetachedSignature and uses the given chain to sign the document.
| |
CAdESSignature(ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store) |
Creates a new CAdESSignature and uses the first key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store, ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store, String, ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
|
See Also