RevokeKeyAsync Method
Revokes the specified key.
Syntax
[VB.NET] Public Function RevokeKeyAsync(ByVal KeyId As String) As Task<string>
[C#] public Task<string> RevokeKeyAsync(string keyId);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RevokeKeyAsync MethodRevokes the specified key. Syntax[VB.NET] Public Function RevokeKeyAsync(ByVal KeyId As String) As Task<string> [C#] public Task<string> RevokeKeyAsync(string keyId); RemarksThis method is the asynchronous version of the RevokeKey method and is used to support asynchronous operations in WinRT. Please refer to RevokeKey for more information. |
||