Transform.Context Właściwość

Definicja

Pobiera lub ustawia XmlElement obiekt reprezentujący kontekst dokumentu, w którym jest uruchomiony bieżący Transform obiekt.

public:
 property System::Xml::XmlElement ^ Context { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement Context { get; set; }
public System.Xml.XmlElement? Context { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Xml.XmlElement Context { get; set; }
member this.Context : System.Xml.XmlElement with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Context : System.Xml.XmlElement with get, set
Public Property Context As XmlElement

Wartość właściwości

XmlElement Obiekt reprezentujący kontekst dokumentu, w którym jest uruchomiony bieżący Transform obiekt.

Atrybuty

Uwagi

Podczas podpisywania dokumentu Context właściwość reprezentuje wartość przekazaną do konstruktora SignedXml . Podczas weryfikowania dokumentu Context właściwość reprezentuje Signature obiekt.

Właściwość Context jest ustawiana automatycznie podczas obliczeń i sprawdzania podpisów, ale przed wywołaniami przekształceń.

Dotyczy