Method SetKeyFromRSAPrivatePem
SetKeyFromRSAPrivatePem(String)
Parses a PEM file for the private RSA key stored therein that is to be used for for the real time decryption of the biometrical data captured by the signature device.
Declaration
Error SetKeyFromRSAPrivatePem(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
The kind of files that can be parsed with this are text files that start with lines like
-----BEGIN RSA PRIVATE KEY-----
and-----BEGIN PRIVATE KEY-----
if it contains a private RSA key.