Creates a new signing options instance using specified stream with key store contents.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSigningOptions(
Stream stream,
string password
)
VB
Public Sub New (
stream As Stream,
password As String
)
Parameters
- stream
- Type: System.IO.Stream
Stream with PFX / PKCS #12 contents used for signing. - password
- Type: System.String
The password to read the key store stream.
See Also