Transform.Algorithm 屬性

定義

取得或設定統一資源識別元 (URI),它識別了目前轉換所執行的演算法。

public:
 property System::String ^ Algorithm { System::String ^ get(); void set(System::String ^ value); };
public string Algorithm { get; set; }
public string? Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String

屬性值

URL,辨識目前 Transform 物件所執行的演算法。

備註

這個屬性會對應至 Algorithm XMLDSIG 簽章中專案的屬性 <Transform> 。 例如,Base64 解碼轉換的演算法 URI 定義于 XMLDSIG 規格中, (第 6.6.2 節)

您可以使用與 SignedXml 類別相關聯的其中一個靜態欄位,輕鬆地設定此值。

適用於