SecurityTokenElement.SecurityTokenXml Proprietà

Definizione

Ottiene la rappresentazione XML del token sottoposto a wrapping.

public:
 property System::Xml::XmlElement ^ SecurityTokenXml { System::Xml::XmlElement ^ get(); };
public System.Xml.XmlElement SecurityTokenXml { get; }
member this.SecurityTokenXml : System.Xml.XmlElement
Public ReadOnly Property SecurityTokenXml As XmlElement

Valore della proprietà

Rappresentazione XML del token.

Commenti

Questa proprietà è null a meno che l'istanza corrente non sia stata inizializzata utilizzando il SecurityTokenElement.SecurityTokenElement(XmlElement, SecurityTokenHandlerCollection) costruttore .

Si applica a