Click or drag to resize

PdfSignature DigitalSigner Property

Note: This API is now obsolete.

The name of the person or authority signing the document, usually called signer.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future, please use the Name property instead.")]
public string DigitalSigner { get; set; }

Property Value

Type: String
See Also