SmartCardCryptogramPlacementStep
SmartCardCryptogramPlacementStep
SmartCardCryptogramPlacementStep
SmartCardCryptogramPlacementStep
Class
Definition
Contains instructions for placing a cryptogram in an outgoing message.
public : sealed class SmartCardCryptogramPlacementStep : ISmartCardCryptogramPlacementSteppublic sealed class SmartCardCryptogramPlacementStep : ISmartCardCryptogramPlacementStepPublic NotInheritable Class SmartCardCryptogramPlacementStep Implements ISmartCardCryptogramPlacementStep// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v2)
|
Constructors
SmartCardCryptogramPlacementStep() SmartCardCryptogramPlacementStep() SmartCardCryptogramPlacementStep() SmartCardCryptogramPlacementStep()
Constructs a new SmartCardCryptogramPlacementStep object.
public : SmartCardCryptogramPlacementStep()public SmartCardCryptogramPlacementStep()Public Sub New()// You can use this method in JavaScript.
- See Also
Properties
Algorithm Algorithm Algorithm Algorithm
Gets or sets an optional placement step that will use this placement step's output as an input to the next specified placement step.
public : SmartCardCryptogramAlgorithm Algorithm { get; set; }public SmartCardCryptogramAlgorithm Algorithm { get; set; }Public ReadWrite Property Algorithm As SmartCardCryptogramAlgorithm// You can use this property in JavaScript.
- Value
- SmartCardCryptogramAlgorithm SmartCardCryptogramAlgorithm SmartCardCryptogramAlgorithm SmartCardCryptogramAlgorithm
The target of a chained step. The value must be null if this placement step is not chained.
- See Also
ChainedOutputStep ChainedOutputStep ChainedOutputStep ChainedOutputStep
Gets or sets the output of this chained step.
public : SmartCardCryptogramPlacementStep ChainedOutputStep { get; set; }public SmartCardCryptogramPlacementStep ChainedOutputStep { get; set; }Public ReadWrite Property ChainedOutputStep As SmartCardCryptogramPlacementStep// You can use this property in JavaScript.
- Value
- SmartCardCryptogramPlacementStep SmartCardCryptogramPlacementStep SmartCardCryptogramPlacementStep SmartCardCryptogramPlacementStep
The output of this chained step.
- See Also
CryptogramLength CryptogramLength CryptogramLength CryptogramLength
Gets or sets the length of the output to take from the offset.
public : int CryptogramLength { get; set; }public int CryptogramLength { get; set; }Public ReadWrite Property CryptogramLength As int// You can use this property in JavaScript.
- Value
- int int int int
The cryptogram inserted into the outgoing message may not exceed this length. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions property.
- See Also
CryptogramMaterialName CryptogramMaterialName CryptogramMaterialName CryptogramMaterialName
Gets or sets the cryptogram material name to use when executing this step.
public : PlatForm::String CryptogramMaterialName { get; set; }public string CryptogramMaterialName { get; set; }Public ReadWrite Property CryptogramMaterialName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The cryptogram material name to use in generating the cryptogram to be placed in this outgoing message.
- See Also
CryptogramMaterialPackageName CryptogramMaterialPackageName CryptogramMaterialPackageName CryptogramMaterialPackageName
Gets or sets the cryptogram material package name that contains the material specified.
public : PlatForm::String CryptogramMaterialPackageName { get; set; }public string CryptogramMaterialPackageName { get; set; }Public ReadWrite Property CryptogramMaterialPackageName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The cryptogram material package name in which the named cryptogram material may be found.
- See Also
CryptogramOffset CryptogramOffset CryptogramOffset CryptogramOffset
Gets or sets the data that will be used to generate the cryptogram to be placed in the outgoing message.
public : int CryptogramOffset { get; set; }public int CryptogramOffset { get; set; }Public ReadWrite Property CryptogramOffset As int// You can use this property in JavaScript.
- Value
- int int int int
The offset in the generated cryptogram to begin copying into the message that will be sent. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.
- See Also
CryptogramPlacementOptions CryptogramPlacementOptions CryptogramPlacementOptions CryptogramPlacementOptions
Gets or sets the cryptogram placement options.
public : SmartCardCryptogramPlacementOptions CryptogramPlacementOptions { get; set; }public SmartCardCryptogramPlacementOptions CryptogramPlacementOptions { get; set; }Public ReadWrite Property CryptogramPlacementOptions As SmartCardCryptogramPlacementOptions// You can use this property in JavaScript.
- Value
- SmartCardCryptogramPlacementOptions SmartCardCryptogramPlacementOptions SmartCardCryptogramPlacementOptions SmartCardCryptogramPlacementOptions
The cryptogram placement options.
- See Also
SourceData SourceData SourceData SourceData
Gets or sets the data that will be encrypted in this step of chaining cryptograms.
public : IBuffer SourceData { get; set; }public IBuffer SourceData { get; set; }Public ReadWrite Property SourceData As IBuffer// You can use this property in JavaScript.
- See Also
TemplateOffset TemplateOffset TemplateOffset TemplateOffset
Gets or sets the offset into the target output buffer at which the generated cryptogram will be placed. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.
public : int TemplateOffset { get; set; }public int TemplateOffset { get; set; }Public ReadWrite Property TemplateOffset As int// You can use this property in JavaScript.
- Value
- int int int int
The data template offset.
- See Also