Aspose::Pdf::Plugins::SignOptions::SignOptions constructor
SignOptions::SignOptions(System::SharedPtr<System::IO::Stream>, System::String) constructor
Initializes new instance of the SignOptions object with default options.
Aspose::Pdf::Plugins::SignOptions::SignOptions(System::SharedPtr<System::IO::Stream> pfx, System::String password)
| Parameter | Type | Description |
|---|---|---|
| pfx | System::SharedPtr<System::IO::Stream> | The stream with the pfx file. |
| password | System::String | The password to the pfx file. |
See Also
- Typedef SharedPtr
- Class Stream
- Class String
- Class SignOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++
SignOptions::SignOptions(System::String, System::String) constructor
Initializes new instance of the SignOptions object with default options.
Aspose::Pdf::Plugins::SignOptions::SignOptions(System::String pfx, System::String password)
| Parameter | Type | Description |
|---|---|---|
| pfx | System::String | The path to the pfx file. |
| password | System::String | The password to the pfx file. |
See Also
- Class String
- Class SignOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++