SecureBlackbox 2020 .NET Edition

Questions / Feedback?

ImportFromStream Method

Loads key from stream.

Syntax

public void ImportFromStream(System.IO.Stream stream, string password);
Public Sub ImportFromStream(ByVal Stream As System.IO.Stream, ByVal Password As String)

Remarks

Use this method to read a key stored in a stream. Password specifies a password to decrypt the private key.

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