SmartCardCryptogramGenerator.DeleteCryptogramMaterialStorageKeyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the app's storage key and all of its stored packages.
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)
Parameters
- storageKeyName
-
String
Platform::String
winrt::hstring
The name of the storage key.
Returns
An asynchronous operation that completes with an operation status.
- Attributes