Click or drag to resize

DocumentSignerBase.CreateExternalSign Method

Podepíše hash připraveného dokumentu

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

Parameters

hashValue
Type:System.Byte[]
Hash dokumentu připraveného pro podpis

Return Value

Type:Byte[]
Vytvořený podpis

Implements

ILocalDocumentSigner.CreateExternalSign(Byte[])
See Also