共用方式為


SmartCardCryptogramPlacementStep.Algorithm 屬性

定義

取得或設定選擇性放置步驟,這個放置步驟會使用此放置步驟的輸出做為下一個指定放置步驟的輸入。

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。

適用於

另請參閱