Loads a SSH2 public key from the specified stream.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	input As Stream _
)
C#
public SshPublicKey(
	Stream input
)

Parameters

input
Type: System.IO..::..Stream
A stream with the public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also