Partager via


SecurityTokenElement.SecurityTokenXml Propriété

Définition

Obtient la représentation XML du jeton encapsulé.

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

Valeur de propriété

Représentation XML du jeton.

Remarques

Cette propriété est null à moins que le instance actuel ait été initialisé à l’aide du SecurityTokenElement.SecurityTokenElement(XmlElement, SecurityTokenHandlerCollection) constructeur .

S’applique à