SmartCardCryptogramGenerator.ValidateRequestApduAsync 方法

定义

验证 APDU 请求。

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)

参数

promptingBehavior
SmartCardUnlockPromptingBehavior

提示行为。

apduToValidate
IBuffer

要验证的 APDU。

cryptogramPlacementSteps

IIterable<SmartCardCryptogramPlacementStep>

IEnumerable<SmartCardCryptogramPlacementStep>

加密语法放置步骤。

返回

返回以操作状态完成的异步操作。

属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.15063.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v4.0 中引入)

适用于