SecureBlackbox Lite 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 into another stream.

Specify the decryption key in Key property before calling this method.

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