SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SaveToStreams Method

Saves the keyring to streams.

Syntax

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

Remarks

Use this method to save the keyring to streams. PGP software typically uses two files to store keyrings, public and private.

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