Condividi tramite


SmartCardCryptogramGenerator.DeleteCryptogramMaterialStorageKeyAsync Metodo

Definizione

Elimina la chiave di archiviazione dell'app e tutti i relativi pacchetti archiviati.

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)

Parametri

storageKeyName
String

Platform::String

winrt::hstring

Nome della chiave di archiviazione.

Restituisce

Operazione asincrona che viene completata con lo stato dell'operazione.

Attributi

Si applica a

Vedi anche