Constructor PdfSigningOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfSigningOptions(string, string)
Creates a new signing options instance using specified key store file.
public PdfSigningOptions(string path, string password)
Parameters
path
stringPath to PFX / PKCS #12 file used for signing.
password
stringThe 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.
PdfSigningOptions(Stream, string)
Creates a new signing options instance using specified stream with key store contents.
public PdfSigningOptions(Stream stream, string password)