SmartCardProvisioning.GetChallengeContextAsync Methode

Definition

Gibt den Authentifizierungsanforderungs-/Antwortkontext eines intelligenten Karte zurück.

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)

Gibt zurück

Gibt nach Abschluss des asynchronen Vorgangs eine instance von SmartCardChalllengeContext zurück, die den Authentifizierungsanforderungs-/Antwortkontext des intelligenten Karte darstellt.

Attribute

Gilt für:

Weitere Informationen