CreateKeyAsync Method
Creates an OpenPGP key pair.
Syntax
[VB.NET] Public Function CreateKeyAsync(ByVal UserId As String, ByVal Passphrase As String) As Task
[C#] public Task CreateKeyAsync(string userId, string passphrase);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateKeyAsync MethodCreates an OpenPGP key pair. Syntax[VB.NET] Public Function CreateKeyAsync(ByVal UserId As String, ByVal Passphrase As String) As Task [C#] public Task CreateKeyAsync(string userId, string passphrase); RemarksThis method is the asynchronous version of the CreateKey method and is used to support asynchronous operations in WinRT. Please refer to CreateKey for more information. |
||