'Declaration
Public Overloads Sub LoadKey( _ ByVal filePath As System.String, _ ByVal password As System.String _ )
'Usage
Dim instance As Credential Dim filePath As System.String Dim password As System.String instance.LoadKey(filePath, password)
Parameters
- filePath
- The path to the file which should be loaded.
- password
- The password which was used to encrypt the key (if needed).