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

스토리지 키의 이름입니다.

반환

작업 상태 완료되는 비동기 작업입니다.

특성

적용 대상

추가 정보