SmartCardCryptogramPlacementStep.Algorithm プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この配置ステップの出力を、指定した次の配置ステップへの入力として使用するオプションの配置ステップを取得または設定します。
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
プロパティ値
チェーンされたステップのターゲット。 この配置手順がチェーンされていない場合、値は null である必要があります。