DeleteCertificateAsync Method
Deletes the currently selected certificate from the store.
Syntax
[VB.NET] Public Function DeleteCertificateAsync() As IAsyncAction
[C#] public IAsyncAction DeleteCertificateAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteCertificateAsync MethodDeletes the currently selected certificate from the store. Syntax[VB.NET] Public Function DeleteCertificateAsync() As IAsyncAction [C#] public IAsyncAction DeleteCertificateAsync(); RemarksThis method is the asynchronous version of the DeleteCertificate method and is used to support asynchronous operations in WinRT. Please refer to DeleteCertificate for more information. |
||