IPdfSignatureFormatter
Sign Method
|
Sign.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Byte
The data to be signed.
Return Value
Type:
Byte
The signature.
See Also