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 ( _
	output As Stream _
)
C#
public void SavePublicKey(
	Stream output
)

Parameters

output
Type: System.IO..::..Stream
A stream to which to save the public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also