SecureBlackbox 2020 .NET Edition

Questions / Feedback?

DecryptStream Method

Decrypts a stream.

Syntax

public void DecryptStream(System.IO.Stream sourceStream, System.IO.Stream destStream);
Public Sub DecryptStream(ByVal SourceStream As System.IO.Stream, ByVal DestStream As System.IO.Stream)

Remarks

Use this method to decrypt a stream and save the decrypted message to another stream.

Specify the decryption key in Key property before commencing the decryption.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]