CipherReference.LoadXml(XmlElement) Método

Definición

Carga información XML en el <CipherReference> elemento del cifrado 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)

Parámetros

value
XmlElement

Objeto XmlElement que representa un elemento XML que se va a usar como referencia.

Atributos

Excepciones

El value proporcionado es null.

Comentarios

Use este método para cargar un elemento XML existente en el CipherReference objeto .

Se aplica a