Condividi tramite


SmartCardProvisioning.GetChallengeContextAsync Metodo

Definizione

Restituisce il contesto di autenticazione/risposta di una smart card.

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)

Restituisce

Al termine dell'operazione asincrona, restituisce un'istanza di SmartCardChalllengeContext che rappresenta il contesto di sfida/risposta dell'autenticazione della smart card.

Attributi

Si applica a

Vedi anche