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

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated. Please use Save(string, string, SshPrivateKeyFormat) instead.",  _
	False)> _
Public Sub Save ( _
	path As String, _
	password As String, _
	encryptionAlgorithm As Object _
)
C#
[ObsoleteAttribute("This method has been deprecated. Please use Save(string, string, SshPrivateKeyFormat) instead.", 
	false)]
public void Save(
	string path,
	string password,
	Object encryptionAlgorithm
)

Parameters

path
Type: System..::..String
password
Type: System..::..String
encryptionAlgorithm
Type: System..::..Object

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also