SecurityTokenElement.SecurityTokenXml Propriedade

Definição

Obtém a representação XML do token encapsulado.

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

Valor da propriedade

A representação XML do token.

Comentários

Essa propriedade é null a menos que a instância atual tenha sido inicializada usando o SecurityTokenElement.SecurityTokenElement(XmlElement, SecurityTokenHandlerCollection) construtor .

Aplica-se a