DigitalSignatureUtil Methods |
Name | Description | |
---|---|---|
![]() ![]() ![]() | LoadSignatures(Stream) |
Loads digital signatures from document using stream.
|
![]() ![]() ![]() | LoadSignatures(String) |
Loads digital signatures from document.
|
![]() ![]() ![]() | RemoveAllSignatures(Stream, Stream) |
Removes all digital signatures from document in source stream and writes unsigned document to destination stream.
Output will be written to the start of stream and stream size will be updated with content length. |
![]() ![]() ![]() | RemoveAllSignatures(String, String) |
Removes all digital signatures from source file and writes unsigned file to destination file.
|
![]() ![]() ![]() | Sign(Stream, Stream, CertificateHolder) |
Signs source document using given CertificateHolder with digital signature
and writes signed document to destination stream.
Document should be either Doc or Docx. Output will be written to the start of stream and stream size will be updated with content length. |
![]() ![]() ![]() | Sign(String, String, CertificateHolder) |
Signs source document using given CertificateHolder with digital signature
and writes signed document to destination file.
|
![]() ![]() ![]() | Sign(Stream, Stream, CertificateHolder, SignOptions) |
Signs source document using given CertificateHolder and SignOptions
with digital signature and writes signed document to destination stream.
Document should be either Doc or Docx. Output will be written to the start of stream and stream size will be updated with content length. |
![]() ![]() ![]() | Sign(String, String, CertificateHolder, SignOptions) |
Signs source document using given CertificateHolder and SignOptions
with digital signature and writes signed document to destination file.
|