Loads key from file.
public void ImportFromFile(string path, string password);
Public Sub ImportFromFile(ByVal Path As String, ByVal Password As String)
Use this method to read a key stored in a file. Path specifies the full path to the file, Password is a password to decrypt the private key.