Share via


SmartCardCryptogramPlacementStep.Algorithm Property

Definition

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.

Applies to

See also