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