Click or drag to resize

DocumentSignerBaseSign Method (Byte)

Vytvoření podpisu a jeho vložení do dokumentu

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

Parameters

documentSourceData
Type: SystemByte
Binární podoba dokumentu, který má být podepsán

Return Value

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

Implements

ILocalDocumentSignerSign(Byte)
See Also