IDocumentSignerTConfiguration Interface |
Namespace: ASDSoft.SignTools
public interface IDocumentSigner<in TConfiguration> : IDocumentSigner, ILocalDocumentSigner, IRemoteDocumentSigner where TConfiguration : IDocumentSignerConfiguration
The IDocumentSignerTConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Configure(TConfiguration) |
Nakonfiguruje podpis
| |
Configure(IDocumentSignerConfiguration) |
Nakonfiguruje podpis
(Inherited from IDocumentSigner.) | |
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.) |