SmartCardCryptogramGenerator.DeleteCryptogramMaterialPackageAsync 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 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