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) |
验证对智能卡质询请求的响应。 |