Partager via


SmartCardCryptogramGenerator.GetAllCryptogramMaterialCharacteristicsAsync Méthode

Définition

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)

S’applique à