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。