SaveKeyringAsync Method
Saves the current Keyring to disk.
Syntax
[VB.NET] Public Function SaveKeyringAsync(ByVal KeyringPath As String) As Task
[C#] public Task SaveKeyringAsync(string keyringPath);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SaveKeyringAsync MethodSaves the current Keyring to disk. Syntax[VB.NET] Public Function SaveKeyringAsync(ByVal KeyringPath As String) As Task [C#] public Task SaveKeyringAsync(string keyringPath); RemarksThis method is the asynchronous version of the SaveKeyring method and is used to support asynchronous operations in WinRT. Please refer to SaveKeyring for more information. |
||