Saves the public key into the supplied stream in Base64-encoded SSH2 public key format.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Sub SavePublicKey ( _ path As String _ ) |
| C# |
|---|
public void SavePublicKey( string path ) |
Parameters
- path
- Type: System..::..String
A path to a file to which to save the public key.