PdfPKCS1Formatter
Sign Method
|
Sign.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] Sign(
byte[] content
)
Public Function Sign (
content As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Sign(
array<unsigned char>^ content
) sealed
abstract Sign :
content : byte[] -> byte[]
override Sign :
content : byte[] -> byte[]
Parameters
-
content
-
Type:
System
Byte
The data to be signed.
Return Value
Type:
Byte
The signature.
Implements
IPdfSignatureFormatter
Sign(
Byte
)
IPdfSignatureFormatter
Sign(
Byte
)
See Also