CipherData.LoadXml(XmlElement) 메서드

정의

XML 데이터를 개체로 XmlElementCipherData 로드합니다.

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

XmlElement 로드할 XML 데이터를 나타내는 값입니다.

특성

예외

매개 변수는 value .입니다 null.

CipherValue 속성과 속성은 CipherReference 다음과 같습니다null.

설명

이 메서드는 LoadXml 기존 XML 요소를 매개 변수로 value 덮어씁니다.

적용 대상