SmartCardCryptogramGenerator.DeleteCryptogramMaterialPackageAsync Method

Definition

Deletes a cryptogram material package.

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

Parameters

materialPackageName
String

Platform::String

winrt::hstring

The material package name.

Returns

An asynchronous operation that completes with an operation status after the prompting behavior is completed.

Attributes

Applies to

See also