ImportKeyBAsync Method
Imports the key specified by UserId to the current keyring.
Syntax
[VB.NET] Public Function ImportKeyBAsync(ByVal Data As String, ByVal UserId As String) As Task
[C#] public Task ImportKeyBAsync(byte[] data, string userId);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ImportKeyBAsync MethodImports the key specified by UserId to the current keyring. Syntax[VB.NET] Public Function ImportKeyBAsync(ByVal Data As String, ByVal UserId As String) As Task [C#] public Task ImportKeyBAsync(byte[] data, string userId); RemarksThis method is the asynchronous version of the ImportKeyB method and is used to support asynchronous operations in WinRT. Please refer to ImportKeyB for more information. |
||