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