CipherReference.LoadXml(XmlElement) Método

Definição

Carrega informação XML no <CipherReference> elemento na encriptação 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

Um XmlElement objeto que representa um elemento XML para usar como referência.

Atributos

Exceções

O value fornecido é null.

Observações

Use este método para carregar um elemento XML existente no CipherReference objeto.

Aplica-se a