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)
ParameterTypeDescription
pfxSystem::SharedPtr<System::IO::Stream>The stream with the pfx file.
passwordSystem::StringThe password to the pfx file.

See Also

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)
ParameterTypeDescription
pfxSystem::StringThe path to the pfx file.
passwordSystem::StringThe password to the pfx file.

See Also