CreateKeyAsync Method
Creates a new keyset associated with the provided name.
Syntax
[VB.NET] Public Function CreateKeyAsync(ByVal KeyName As String) As IAsyncAction
[C#] public IAsyncAction CreateKeyAsync(string keyName);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateKeyAsync MethodCreates a new keyset associated with the provided name. Syntax[VB.NET] Public Function CreateKeyAsync(ByVal KeyName As String) As IAsyncAction [C#] public IAsyncAction CreateKeyAsync(string keyName); 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. |
||