SmartCardCryptogramGenerator.ImportCryptogramMaterialPackageAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Importe un package de cryptogrammes.
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)
Paramètres
Format du package.
- storageKeyName
-
String
Platform::String
winrt::hstring
Nom de la clé de stockage.
- materialPackageName
-
String
Platform::String
winrt::hstring
Nom du package.
- cryptogramMaterialPackage
- IBuffer
Mémoire tampon contenant les données du package de chiffrement.
Retours
Opération asynchrone qui se termine par une opération status après la tentative d’importation d’un package.
- Attributs