Generates an SSH private key using the RSA algorithm with a key size of 1024.

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

Syntax

Visual Basic
Public Shared Function Generate As SshPrivateKey
C#
public static SshPrivateKey Generate()

Return Value

SSH private key object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also