SmartCardCryptogramPlacementStep 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含有关在传出消息中放置加密报的说明。
public ref class SmartCardCryptogramPlacementStep sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardCryptogramPlacementStep final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardCryptogramPlacementStep
function SmartCardCryptogramPlacementStep()
Public NotInheritable Class SmartCardCryptogramPlacementStep
- 继承
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v2.0 中引入)
|
构造函数
SmartCardCryptogramPlacementStep() |
构造新的 SmartCardCryptogramPlacementStep 对象。 |
属性
Algorithm |
获取或设置一个可选的放置步骤,该步骤将使用此放置步骤的输出作为下一个指定放置步骤的输入。 |
ChainedOutputStep |
获取或设置此链接步骤的输出。 |
CryptogramLength |
获取或设置要从偏移量获取的输出的长度。 |
CryptogramMaterialName |
获取或设置在执行此步骤时要使用的加密语法材料名称。 |
CryptogramMaterialPackageName |
获取或设置包含指定材料的 cryptogram 材料包名称。 |
CryptogramOffset |
获取或设置将用于生成要放置在传出消息中的加密报的数据。 |
CryptogramPlacementOptions |
获取或设置 cryptogram 放置选项。 |
SourceData |
获取或设置将在链接加密报的此步骤中加密的数据。 |
TemplateOffset |
获取或设置目标输出缓冲区的偏移量,生成的加密报将放置在该缓冲区中。 单位可以是字节或小数,基于 CryptogramPlacementOptions 字段的 UnitsAreInNibbles 标志。 |