CipherReference.LoadXml(XmlElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 XML 信息加载到 <CipherReference> XML 加密中的元素中。
public:
override 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 override void LoadXml(System.Xml.XmlElement value);
public override 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.")>]
override this.LoadXml : System.Xml.XmlElement -> unit
override this.LoadXml : System.Xml.XmlElement -> unit
Public Overrides Sub LoadXml (value As XmlElement)
参数
- value
- XmlElement
一个 XmlElement 对象,表示要用作引用的 XML 元素。
- 属性
例外
提供的 value 是 null。
注解
使用此方法将现有 XML 元素加载到对象中 CipherReference 。