Transform.Algorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定統一資源識別元 (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 類別相關聯的其中一個靜態字段,輕鬆地設定此值。