共用方式為


EncryptionMethod.KeyAlgorithm 屬性

定義

取得或設定統一資源識別元 (URI),描述 XML 加密時所用的演算法。

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

屬性值

統一資源識別元 (URI),描述 XML 加密時所用的演算法。

備註

屬性KeyAlgorithm描述加密演算法的統一資源識別元 (URI) ,以加密與專案或EncryptedKey專案相關聯的EncryptedData數據。

使用萬維網聯盟 XML 加密語法和處理 規格所定義的其中一個 URI 識別碼。 所有 URI 識別碼都可以當做 類別的 EncryptedXml 靜態欄位存取。

適用於