DigitalSignatureElementPfxData Property

Gets or sets the binary data of a PFX file containing the certificate used for signing. The PFX file is expected to contain both the private and public key

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public byte[] PfxData { get; set; }

Property Value

Byte

See Also