Method FromRSAPrivatePem
FromRSAPrivatePem(String)
Parses a PEM file for the private RSA key stored therein that is to be used for cryptographically signing the final document hash.
Declaration
Error FromRSAPrivatePem(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The file to read from. |
Returns
Type | Description |
---|---|
Error |