SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Load Method

Loads a keyring from disk.

Syntax

public void Load(string publicKeyringFile, string secretKeyringFile);
Public Sub Load(ByVal PublicKeyringFile As String, ByVal SecretKeyringFile As String)

Remarks

Use this method to load a keyring (usually stored in two files) to the keyring object. If you only have it in one file, pass an empty string as the second parameter.

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