DigitalSignature()

DigitalSignature::DigitalSignature(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>) constructor

Creates a new DigitalSignature object with the specified certificate.

Aspose::Slides::DigitalSignature::DigitalSignature(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2> certificate)

Arguments

ParameterTypeDescription
certificateSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>Certificate that will be used to sign the presentation.

DigitalSignature::DigitalSignature(System::String, System::String) constructor

Creates a new DigitalSignature object with the specified certificate file path and password.

Aspose::Slides::DigitalSignature::DigitalSignature(System::String filePath, System::String password)

Arguments

ParameterTypeDescription
filePathSystem::StringPath to the file with certificate.
passwordSystem::StringPassword required to access certificate.

See Also