SmartCardCryptogramGenerator.GetAllCryptogramMaterialCharacteristicsAsync 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.
Obtient toutes les caractéristiques matérielles du cryptogramme.
public:
virtual IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult ^> ^ GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior promptingBehavior, Platform::String ^ materialPackageName) = GetAllCryptogramMaterialCharacteristicsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult> GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, winrt::hstring const& materialPackageName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult> GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior promptingBehavior, string materialPackageName);
function getAllCryptogramMaterialCharacteristicsAsync(promptingBehavior, materialPackageName)
Public Function GetAllCryptogramMaterialCharacteristicsAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, materialPackageName As String) As IAsyncOperation(Of SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult)
Paramètres
- promptingBehavior
- SmartCardUnlockPromptingBehavior
Comportement d’invite.
- materialPackageName
-
String
Platform::String
winrt::hstring
Nom du package de matériaux.
Retours
Retourne une opération asynchrone qui se termine avec le résultat des caractéristiques.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.15063.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduit dans v4.0)
|