SmartCardAppletIdGroupRegistration 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
등록된 애플릿 ID 그룹을 나타냅니다.
public ref class SmartCardAppletIdGroupRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardAppletIdGroupRegistration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardAppletIdGroupRegistration
Public NotInheritable Class SmartCardAppletIdGroupRegistration
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0에서 도입되었습니다.)
|
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1809 | 17763 | SetPropertiesAsync |
1809 | 17763 | SmartCardReaderId |
속성
ActivationPolicy |
등록된 애플릿 ID 그룹에 대한 활성화 정책을 가져옵니다. |
AppletIdGroup |
등록된 애플릿 ID 그룹을 가져옵니다. |
Id |
이 애플릿 ID 그룹 등록을 나타내는 고유 ID를 가져옵니다. |
SmartCardReaderId |
보안 요소와 연결된 SmartCardReader 의 ID를 가져옵니다. 이 ID를 SmartCardReader.FromIdAsync에 전달할 수 있습니다. |
메서드
RequestActivationPolicyChangeAsync(SmartCardAppletIdGroupActivationPolicy) |
등록된 애플릿 ID 그룹에 대한 ActivationPolicy 를 비동기적으로 변경하려고 시도합니다. |
SetAutomaticResponseApdusAsync(IIterable<SmartCardAutomaticResponseApdu>) |
이 SmartCardAppletIdGroupRegistration에 대해 반환할 자동 응답을 포함하는 SmartCardAutomaticResponseApdu 개체의 컬렉션을 설정합니다. |
SetPropertiesAsync(ValueSet) |
SmartCardAppletIdGroup.Properties 값을 비동기적으로 설정합니다. |