SmartCardCryptogramGenerator.ImportCryptogramMaterialPackageAsync 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.
Imports a cryptogram package.
public:
virtual IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ^ ImportCryptogramMaterialPackageAsync(SmartCardCryptogramMaterialPackageFormat format, Platform::String ^ storageKeyName, Platform::String ^ materialPackageName, IBuffer ^ cryptogramMaterialPackage) = ImportCryptogramMaterialPackageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ImportCryptogramMaterialPackageAsync(SmartCardCryptogramMaterialPackageFormat const& format, winrt::hstring const& storageKeyName, winrt::hstring const& materialPackageName, IBuffer const& cryptogramMaterialPackage);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ImportCryptogramMaterialPackageAsync(SmartCardCryptogramMaterialPackageFormat format, string storageKeyName, string materialPackageName, IBuffer cryptogramMaterialPackage);
function importCryptogramMaterialPackageAsync(format, storageKeyName, materialPackageName, cryptogramMaterialPackage)
Public Function ImportCryptogramMaterialPackageAsync (format As SmartCardCryptogramMaterialPackageFormat, storageKeyName As String, materialPackageName As String, cryptogramMaterialPackage As IBuffer) As IAsyncOperation(Of SmartCardCryptogramGeneratorOperationStatus)
Parameters
The format of the package.
- storageKeyName
-
String
Platform::String
winrt::hstring
The name of the storage key.
- materialPackageName
-
String
Platform::String
winrt::hstring
The name of the package.
- cryptogramMaterialPackage
- IBuffer
A buffer containing the cryptogram package data.
Returns
An asynchronous operation that completes with an operation status after the attempt of importing a package.
- Attributes