CipherReference.LoadXml(XmlElement) Metodo

Definizione

Carica le informazioni XML nell'elemento <CipherReference> nella crittografia 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)

Parametri

value
XmlElement

Oggetto XmlElement che rappresenta un elemento XML da utilizzare come riferimento.

Attributi

Eccezioni

L'oggetto value fornito è null.

Commenti

Utilizzare questo metodo per caricare un elemento XML esistente nell'oggetto CipherReference .

Si applica a