SecureBlackbox 2020 .NET Edition

Questions / Feedback?

AddFromStreams Method

Adds a collection of keys to the keyring.

Syntax

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

Remarks

Use this method to add keys stored in two separate keyring streams to the keyring.

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