PdfSignature.Contents Property

Gets the signature contents object.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignatureContents Contents { get; }
VB
Public ReadOnly Property Contents As PdfSignatureContents
	Get

Property Value

Type: PdfSignatureContents
The signature contents object.

Remarks

The contents object can be used to access signature certificates and to validate or verify the signature.

See Also