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)
Syntaxpublic DigitalSignature(
string filePath,
string password
)
Public Sub New (
filePath As String,
password As String
)
public:
DigitalSignature(
String^ filePath,
String^ password
)
new :
filePath : string *
password : string -> DigitalSignature
Parameters
- filePath
- Type: SystemString
Path to the file with certificate. - password
- Type: SystemString
Password required to access certificate.
See Also