DeleteKeyAsync Method
Deletes the specified key.
Syntax
[VB.NET] Public Function DeleteKeyAsync(ByVal UserId As String) As IAsyncAction
[C#] public IAsyncAction DeleteKeyAsync(string userId);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteKeyAsync MethodDeletes the specified key. Syntax[VB.NET] Public Function DeleteKeyAsync(ByVal UserId As String) As IAsyncAction [C#] public IAsyncAction DeleteKeyAsync(string userId); RemarksThis method is the asynchronous version of the DeleteKey method and is used to support asynchronous operations in WinRT. Please refer to DeleteKey for more information. |
||