DigitalSignature Constructor (String, String)

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public DigitalSignature(
	string filePath,
	string password
)

Parameters

filePath
Type: SystemString
Path to the file with certificate.
password
Type: SystemString
Password required to access certificate.
See Also