SmartCardCryptogramGenerator.ValidateRequestApduAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
암호화 배치 단계입니다.
반환
작업 상태 완료하는 비동기 작업을 반환합니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v4.0에서 도입되었습니다.)
|