Creates a new signing options instance using specified key store file.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSigningOptions(
string path,
string password
)
VB
Public Sub New (
path As String,
password As String
)
Parameters
- path
- Type: System.String
Path to PFX / PKCS #12 file used for signing. - password
- Type: System.String
The password to read the key store file.
Remarks
PFX files are expected to have .pfx extension. PKCS #12 files are expected to have
.p12 extension.
See Also