Click or drag to resize

IDocumentSigner Interface

Obecné rozhraní pro implementaci podpisu dokumentů

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

The IDocumentSigner type exposes the following members.

Methods
  NameDescription
Public methodConfigure
Nakonfiguruje podpis
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