Click or drag to resize

IDocumentSignerTConfiguration Interface

Obecné rozhraní pro implementaci podpisu dokumentů s typovou konfigurací

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public interface IDocumentSigner<in TConfiguration> : IDocumentSigner, 
	ILocalDocumentSigner, IRemoteDocumentSigner
where TConfiguration : IDocumentSignerConfiguration

Type Parameters

TConfiguration

The IDocumentSignerTConfiguration type exposes the following members.

Methods
  NameDescription
Public methodConfigure(TConfiguration)
Nakonfiguruje podpis
Public methodConfigure(IDocumentSignerConfiguration)
Nakonfiguruje podpis
(Inherited from IDocumentSigner.)
Public methodCreateExternalSign
Podepíše hash připraveného dokumentu
(Inherited from ILocalDocumentSigner.)
Public methodPrepareForExternalSign(Byte, Byte)
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from IRemoteDocumentSigner.)
Public methodPrepareForExternalSign(Stream, Stream, Byte)
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from IRemoteDocumentSigner.)
Public methodSetExternalSign(Byte, Byte) (Inherited from IRemoteDocumentSigner.)
Public methodSetExternalSign(Stream, Stream, Byte) (Inherited from IRemoteDocumentSigner.)
Public methodSign(Byte)
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from ILocalDocumentSigner.)
Public methodSign(Stream, Stream)
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from ILocalDocumentSigner.)
Top
See Also