SmartCardCryptogramPlacementStep.Algorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
property SmartCardCryptogramAlgorithm Algorithm { SmartCardCryptogramAlgorithm get(); void set(SmartCardCryptogramAlgorithm value); };
SmartCardCryptogramAlgorithm Algorithm();
void Algorithm(SmartCardCryptogramAlgorithm value);
public SmartCardCryptogramAlgorithm Algorithm { get; set; }
var smartCardCryptogramAlgorithm = smartCardCryptogramPlacementStep.algorithm;
smartCardCryptogramPlacementStep.algorithm = smartCardCryptogramAlgorithm;
Public Property Algorithm As SmartCardCryptogramAlgorithm
Property Value
The target of a chained step. The value must be null if this placement step is not chained.