ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.SignTools
DocumentSignerBase Class
DocumentSignerBase Methods
PrepareForExternalSign Method
PrepareForExternalSign Method (Byte[], Byte[])
PrepareForExternalSign Method (Stream, Stream, Byte[])
DocumentSignerBase
PrepareForExternalSign Method (
Byte
,
Byte
)
Příprava dokumentu pro vytvoření podpisu včetně výpočtu hash pro podpis.
Namespace:
ASDSoft.SignTools
Assembly:
ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
Copy
public
byte
[]
PrepareForExternalSign
(
byte
[]
documentSourceData
,
out
byte
[]
hashValue
)
Parameters
documentSourceData
Type:
System
Byte
Binární podoba dokumentu, který má být podepsán
hashValue
Type:
System
Byte
Vypočtený hash podepisovaného dokumentu
Return Value
Type:
Byte
Binární podoba připraveného dokumentu pro podpis
Implements
IRemoteDocumentSigner
PrepareForExternalSign(
Byte
,
Byte
)
See Also
Reference
DocumentSignerBase Class
PrepareForExternalSign Overload
ASDSoft.SignTools Namespace