Method FromPKCS12File
FromPKCS12File(String, String)
Retrieves a private RSA key from an encrypted pkcs12 file This key is used for cryptographically signing the final document hash.
Declaration
Error FromPKCS12File(string path, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.String | password |
Returns
Type | Description |
---|---|
Error |