PdfDigitalSignaturePfxCertificatePassword Property

Gets or sets the PFX certificate password provided in the constructor. It can be null if no password is required

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public string PfxCertificatePassword { get; set; }

Property Value

String

See Also