'Declaration
Public Overloads Sub SavePrivateKey( _ 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.SavePrivateKey(filePath, password)
Parameters
- filePath
- The path to the file to be written.
- password
- A password which will be used to encrypt the key.