Click or drag to resize

IDocumentSigner<TConfiguration> Methods

The IDocumentSigner<TConfiguration> generic 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