SecureBlackbox 2020 .NET Edition

Questions / Feedback?

LoadFromStreams Method

Loads a keyring from two streams.

Syntax

public void LoadFromStreams(System.IO.Stream publicKeyringStream, System.IO.Stream secretKeyringStream);
Public Sub LoadFromStreams(ByVal PublicKeyringStream As System.IO.Stream, ByVal SecretKeyringStream As System.IO.Stream)

Remarks

Use this method to load a keyring (usually stored in two objects, public and secret) to the keyring object. If you only one keyring object/file, pass null as the second parameter.

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