ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.SignTools
DocumentSignerBase Class
DocumentSignerBase Methods
SetExternalSign Method
SetExternalSign Method (Byte[], Byte[])
SetExternalSign Method (Stream, Stream, Byte[])
DocumentSignerBase
SetExternalSign Method (
Byte
,
Byte
)
Vložení externě vytvořeného podpisu do dokumentu připraveníého pomocí
PrepareForExternalSign(
Byte
,
Byte
)
Namespace:
ASDSoft.SignTools
Assembly:
ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
Copy
public
byte
[]
SetExternalSign
(
byte
[]
documentSourceData
,
byte
[]
signature
)
Parameters
documentSourceData
Type:
System
Byte
Binární podoba připraveného dokumentu pro podpis
signature
Type:
System
Byte
Externě vytvořený podpis
Return Value
Type:
Byte
Binární podoba podepsaného dokumentu
Implements
IRemoteDocumentSigner
SetExternalSign(
Byte
,
Byte
)
See Also
Reference
DocumentSignerBase Class
SetExternalSign Overload
ASDSoft.SignTools Namespace