SecurityTokenElement.SecurityTokenXml Propriedade

Definição

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

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 de Propriedade

A representação XML do token.

Observações

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

Aplica-se a