Decrypts data from a source stream into a target stream.

Namespace:  Rebex.Security
Assembly:  Rebex.Security (in Rebex.Security.dll)

Syntax

Visual Basic
Public Sub Decrypt ( _
	sourceStream As Stream, _
	targetStream As Stream _
)
C#
public void Decrypt(
	Stream sourceStream,
	Stream targetStream
)

Parameters

sourceStream
Type: System.IO..::..Stream
Readable stream with encrypted data.
targetStream
Type: System.IO..::..Stream
Writable stream that will receive the decrypted data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also