'Declaration
Public Overloads Sub SavePublicKey( _ ByVal filePath As System.String, _ ByVal format As SshPublicKeyFormat _ )
'Usage
Dim instance As Credential Dim filePath As System.String Dim format As SshPublicKeyFormat instance.SavePublicKey(filePath, format)
public void SavePublicKey( System.string filePath, SshPublicKeyFormat format )
Parameters
- filePath
- The path to the file to be written.
- format
- The format that the SSH Public Key is in.