次の方法で共有


SmartCardCryptogramGenerator.DeleteCryptogramMaterialStorageKeyAsync メソッド

定義

アプリのストレージ キーとそのすべての格納されているパッケージを削除します。

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)

パラメーター

storageKeyName
String

Platform::String

winrt::hstring

ストレージ キーの名前。

戻り値

操作の状態で完了する非同期操作。

属性

適用対象

こちらもご覧ください