SmartCardChallengeContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스마트 카드 인증 챌린지/응답 작업을 나타냅니다.
public ref class SmartCardChallengeContext sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardChallengeContext final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardChallengeContext : System.IDisposable
Public NotInheritable Class SmartCardChallengeContext
Implements IDisposable
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
Challenge |
스마트 카드 챌린지 값을 가져옵니다. |
메서드
ChangeAdministrativeKeyAsync(IBuffer, IBuffer) |
스마트 카드 관리 키(관리자 PIN 또는 PIN 차단 해제라고도 함)를 변경합니다. |
Close() |
스마트 카드 인증 챌린지/응답 작업을 완료하고 연결된 시스템 리소스를 해제합니다. |
Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. |
ProvisionAsync(IBuffer, Boolean) |
새 응답으로 구성된 기존 스마트 카드 다시 구성합니다. 필요에 따라 스마트 카드 형식을 지정합니다. |
ProvisionAsync(IBuffer, Boolean, Guid) |
새 응답 및 ID를 사용하여 구성된 기존 스마트 카드 다시 구성합니다. 필요에 따라 스마트 카드 형식을 지정합니다. |
VerifyResponseAsync(IBuffer) |
스마트 카드 챌린지 요청에 대한 응답을 확인합니다. |