Partager via


SmartCardProvisioning.GetChallengeContextAsync Méthode

Définition

Retourne le contexte de défi/réponse d’authentification d’un carte intelligent.

public:
 virtual IAsyncOperation<SmartCardChallengeContext ^> ^ GetChallengeContextAsync() = GetChallengeContextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardChallengeContext> GetChallengeContextAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardChallengeContext> GetChallengeContextAsync();
function getChallengeContextAsync()
Public Function GetChallengeContextAsync () As IAsyncOperation(Of SmartCardChallengeContext)

Retours

Une fois l’opération asynchrone terminée, retourne une instance de SmartCardChalllengeContext, représentant le contexte de défi/réponse d’authentification du carte intelligent.

Attributs

S’applique à

Voir aussi