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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also