CipherData.LoadXml(XmlElement) メソッド

定義

XmlElementからCipherData オブジェクトに XML データを読み込みます。

public:
 void LoadXml(System::Xml::XmlElement ^ value);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XmlDsigXsltTransform uses XslCompiledTransform which requires dynamic code.")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The algorithm implementations referenced in the XML payload might be removed. Ensure the required algorithm implementations are preserved in your application.")]
public void LoadXml(System.Xml.XmlElement value);
public void LoadXml(System.Xml.XmlElement value);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XmlDsigXsltTransform uses XslCompiledTransform which requires dynamic code.")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The algorithm implementations referenced in the XML payload might be removed. Ensure the required algorithm implementations are preserved in your application.")>]
member this.LoadXml : System.Xml.XmlElement -> unit
member this.LoadXml : System.Xml.XmlElement -> unit
Public Sub LoadXml (value As XmlElement)

パラメーター

value
XmlElement

読み込む XML データを表す XmlElement

属性

例外

value パラメーターはnull

CipherValue プロパティと CipherReference プロパティがnull

注釈

LoadXml メソッドは、既存の XML 要素を value パラメーターで上書きします。

適用対象