Creates an SSH private key from the specified RSA parameters.

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

Syntax

Visual Basic
Public Shared Function CreateFrom ( _
	parameters As RSAParameters _
) As SshPrivateKey
C#
public static SshPrivateKey CreateFrom(
	RSAParameters parameters
)

Parameters

parameters
Type: System.Security.Cryptography..::..RSAParameters

Return Value

SSH private key object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also