Click or drag to resize

DocumentSignerProvider Class

Základní provider pro poskytování instancí tříd pro podpis dokumentů
Inheritance Hierarchy
SystemObject
  ASDSoft.SignToolsDocumentSignerProvider

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public sealed class DocumentSignerProvider

The DocumentSignerProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateSigner(String, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(String, String)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(Type, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSigner(Type, String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSigner(String, IPersonalCertificate, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(String, IPersonalCertificate, String)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(String, X509Certificate2, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(String, X509Certificate2, String)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodCreateSigner(Type, IPersonalCertificate, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSigner(Type, IPersonalCertificate, String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSigner(Type, X509Certificate2, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSigner(Type, X509Certificate2, String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(IPersonalCertificate, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(IPersonalCertificate, String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(X509Certificate2, IDocumentSignerConfiguration)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodCreateSignerTSigner(X509Certificate2, String)
Vytvoří novou instanci třídy daného typu pro podpis
Public methodGetDocumentSignerConfiguration
Získá konfiguraci pro podpis z konfiguračního souboru z elemetu ASDSoft.SignTools/documentSigner
Public methodGetLocalSigner(String, String, String, ActionIDocumentSigner)
Vytvoří novou instanci třídy pro podpis daného typu dokumentu
Public methodGetLocalSigner(Type, String, String, ActionIDocumentSigner)
Vytvoří novou instanci třídy daného typu pro lokální podpis
Public methodGetLocalSignerTSigner(String, String, ActionTSigner)
Vytvoří novou instanci třídy daného typu pro lokální podpis
Public methodGetValidRegisteredDocumentFilesExtensions
Získá seznam podporovaných (zaregistrovaných) koncovek souborů s dokumenty
Public methodRegisterSigner(String, String)
Zaregistruje typ třídy implementující podepisování pro nový typ dokumentu
Public methodRegisterSigner(String, Type)
Zaregistruje typ třídy implementující podepisování pro nový typ dokumentu
Public methodRegisterSignerTSigner(String)
Zaregistruje typ třídy implementující podepisování pro nový typ dokumentu
Top
Fields
  NameDescription
Public fieldStatic memberInstance
Singleton instance s poskytovatelem instancí tříd pro podpis dokumentů
Top
See Also