Freigeben über


SmartCardCryptogramGenerator.ValidateRequestApduAsync Methode

Definition

Überprüft die APDU-Anforderung.

public:
 virtual IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ^ ValidateRequestApduAsync(SmartCardUnlockPromptingBehavior promptingBehavior, IBuffer ^ apduToValidate, IIterable<SmartCardCryptogramPlacementStep ^> ^ cryptogramPlacementSteps) = ValidateRequestApduAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ValidateRequestApduAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, IBuffer const& apduToValidate, IIterable<SmartCardCryptogramPlacementStep> const& cryptogramPlacementSteps);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ValidateRequestApduAsync(SmartCardUnlockPromptingBehavior promptingBehavior, IBuffer apduToValidate, IEnumerable<SmartCardCryptogramPlacementStep> cryptogramPlacementSteps);
function validateRequestApduAsync(promptingBehavior, apduToValidate, cryptogramPlacementSteps)
Public Function ValidateRequestApduAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, apduToValidate As IBuffer, cryptogramPlacementSteps As IEnumerable(Of SmartCardCryptogramPlacementStep)) As IAsyncOperation(Of SmartCardCryptogramGeneratorOperationStatus)

Parameter

promptingBehavior
SmartCardUnlockPromptingBehavior

Das Eingabeaufforderungsverhalten.

apduToValidate
IBuffer

Die zu überprüfende APDU.

cryptogramPlacementSteps

IIterable<SmartCardCryptogramPlacementStep>

IEnumerable<SmartCardCryptogramPlacementStep>

Die Schritte zur Platzierung des Kryptogramms.

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der mit dem Vorgang status abgeschlossen wird.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.15063.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v4.0)

Gilt für: