Freigeben über


SmartCardCryptogramGenerator.DeleteCryptogramMaterialStorageKeyAsync Methode

Definition

Löscht den Speicherschlüssel der App und alle gespeicherten Pakete.

public:
 virtual IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ^ DeleteCryptogramMaterialStorageKeyAsync(Platform::String ^ storageKeyName) = DeleteCryptogramMaterialStorageKeyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> DeleteCryptogramMaterialStorageKeyAsync(winrt::hstring const& storageKeyName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> DeleteCryptogramMaterialStorageKeyAsync(string storageKeyName);
function deleteCryptogramMaterialStorageKeyAsync(storageKeyName)
Public Function DeleteCryptogramMaterialStorageKeyAsync (storageKeyName As String) As IAsyncOperation(Of SmartCardCryptogramGeneratorOperationStatus)

Parameter

storageKeyName
String

Platform::String

winrt::hstring

Der Name des Speicherschlüssels.

Gibt zurück

Ein asynchroner Vorgang, der mit einem Vorgang status abgeschlossen wird.

Attribute

Gilt für:

Weitere Informationen