DefaultSignatureServiceProviderSignBytes Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Signs the given byte array and returns the digest.

Namespace:  Apitron.PDF.Kit.Interactive.Forms.Signature
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public virtual byte[] SignBytes(
	byte[] bytesToSign
)

Parameters

bytesToSign
Type: SystemByte
Sign these bytes

Return Value

Type: Byte
The calculated signature

Implements

ISignatureServiceProviderSignBytes(Byte)
See Also

Reference