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 |
指定されたマテリアルを含む暗号グラム マテリアル パッケージ名を取得または設定します。 |
CryptogramOffset |
送信メッセージに配置する暗号グラムの生成に使用するデータを取得または設定します。 |
CryptogramPlacementOptions |
暗号化グラムの配置オプションを取得または設定します。 |
SourceData |
暗号化グラムをチェーンするこの手順で暗号化されるデータを取得または設定します。 |
TemplateOffset |
生成された暗号グラムを配置するターゲット出力バッファーへのオフセットを取得または設定します。 単位は、 CryptogramPlacementOptions フィールドの UnitsAreInNibbles フラグに基づいて、バイトまたはニブルのいずれかになります。 |