GenericXmlSecurityToken.TokenXml Proprietà

Definizione

Ottiene i dati XML associati al token di sicurezza.

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

Valore della proprietà

Classe XmlElement che rappresenta gli elementi XML associati al token di sicurezza.

Commenti

Poiché il token di sicurezza GenericXmlSecurityToken è estensibile, ciò che è contenuto nei dati XML dipende dall'applicazione.

Si applica a