Click or drag to resize

DocumentSignerBaseTConfiguration Methods

The DocumentSignerBaseTConfiguration generic type exposes the following members.

Methods
  NameDescription
Public methodConfigure
Nakonfiguruje podpis
Public methodCreateExternalSign
Podepíše hash připraveného dokumentu
(Inherited from DocumentSignerBase.)
Public methodPrepareForExternalSign(Byte, Byte)
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from DocumentSignerBase.)
Public methodPrepareForExternalSign(Stream, Stream, Byte)
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
(Inherited from DocumentSignerBase.)
Public methodSetExternalSign(Byte, Byte) (Inherited from DocumentSignerBase.)
Public methodSetExternalSign(Stream, Stream, Byte) (Inherited from DocumentSignerBase.)
Public methodSetExternalTimestamper
Nastavení externí implementace získávající vlastní časové razítko
(Inherited from DocumentSignerBase.)
Public methodSign(Byte)
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from DocumentSignerBase.)
Public methodSign(Stream, Stream)
Vytvoření podpisu a jeho vložení do dokumentu
(Inherited from DocumentSignerBase.)
Protected methodVerifyCertificate
Ověří, že byl předán podepisující certifikát pro podpis včetně privátního klíče v konstruktoru
(Inherited from DocumentSignerBase.)
Protected methodVerifyNotNullCertificate
Ověří, že byla předána alepsoň veřejná část podepisujícího certifikátu
(Inherited from DocumentSignerBase.)
Top
See Also