KeyCredentialManager.DeleteAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a previously provisioned user identity key for the current user and application.
public:
static IAsyncAction ^ DeleteAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction DeleteAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction DeleteAsync(string name);
function deleteAsync(name)
Public Shared Function DeleteAsync (name As String) As IAsyncAction
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the key to delete.
Returns
This method does not return a value.
- Attributes
Remarks
The DeleteAsync method removes a previously provisioned key credential. This operation is irreversible and ensures that the key is no longer accessible.