Sign.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
byte[] Sign(
	byte[] content
)
Function Sign ( 
	content As Byte()
) As Byte()
array<unsigned char>^ Sign(
	array<unsigned char>^ content
)
abstract Sign : 
        content : byte[] -> byte[] 

Parameters

content
array<Byte>[]()[][]
The data to be signed.

Return Value

array<Byte>[]()[][]
The signature.

See Also