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

Syntax

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

Parameters

output
Type: System.IO..::..Stream
password
Type: System..::..String
encryptionAlgorithm
Type: System..::..Object

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also