CreateKeyAsync Method
Creates a new key.
Syntax
[VB.NET] Public Function CreateKeyAsync() As Task
[C#] public Task CreateKeyAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateKeyAsync MethodCreates a new key. Syntax[VB.NET] Public Function CreateKeyAsync() As Task [C#] public Task CreateKeyAsync(); 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. |
||