SecurityTokenElement.SecurityTokenXml Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.