IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

SaveKeyring Method

Saves the current Keyring to disk.

Syntax

[VB.NET]
Public Sub SaveKeyring(ByVal KeyringPath As String)
[C#]
public void SaveKeyring(string keyringPath);

Remarks

This method saves the current keyring to disk. There are two output options. The keyring may either be saved to a single key file or may be saved to a directory.

To save the keyring to a directory set KeyringPath to the path. The directory must already exist. The component will create a "pubring.gpg" and "secring.gpg" file in the specified directory. If the files already exist they will be overwritten.

To save the keyring to a key file set KeyringPath to a path and file name. If the file already exists it will be overwritten.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0