Click or drag to resize

DocumentSignerBaseSetExternalSign Method (Byte, Byte)

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public byte[] SetExternalSign(
	byte[] documentSourceData,
	byte[] signature
)

Parameters

documentSourceData
Type: SystemByte
Binární podoba připraveného dokumentu pro podpis
signature
Type: SystemByte
Externě vytvořený podpis

Return Value

Type: Byte
Binární podoba podepsaného dokumentu

Implements

IRemoteDocumentSignerSetExternalSign(Byte, Byte)
See Also