![]() | IDocumentSigner Interface |
Namespace: ASDSoft.SignTools
public interface IDocumentSigner : ILocalDocumentSigner, IRemoteDocumentSigner
The IDocumentSigner type exposes the following members.
Name | Description | |
---|---|---|
![]() | Configure |
Nakonfiguruje podpis
|
![]() | CreateExternalSign |
Podepíše hash připraveného dokumentu
(Inherited from ILocalDocumentSigner.) |
![]() | PrepareForExternalSign(Byte, Byte) |
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from IRemoteDocumentSigner.) |
![]() | PrepareForExternalSign(Stream, Stream, Byte) |
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from IRemoteDocumentSigner.) |
![]() | SetExternalSign(Byte, Byte) |
Vložení externě vytvořeného podpisu do dokumentu připraveníého pomocí PrepareForExternalSign(Byte, Byte) (Inherited from IRemoteDocumentSigner.) |
![]() | SetExternalSign(Stream, Stream, Byte) |
Vložení externě vytvořeného podpisu do dokumentu připraveníého pomocí PrepareForExternalSign(Byte, Byte) (Inherited from IRemoteDocumentSigner.) |
![]() | Sign(Byte) |
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from ILocalDocumentSigner.) |
![]() | Sign(Stream, Stream) |
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from ILocalDocumentSigner.) |