KeyCredentialManager.DeleteAsync(String) Method

Definition

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

Applies to