RequestedSecurityToken.SecurityTokenXml Propriedade

Definição

Obtém a representação XML do token de segurança emitido quando a RequestedSecurityToken instância foi criada usando o XML do token.

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

Valor de Propriedade

E XmlElement que contém a representação XML do token de segurança. null se a RequestedSecurityToken instância foi criada usando um SecurityToken objeto.

Observações

Recebe o token de segurança emitido quando o RequestedSecurityToken token é XML. O valor da propriedade é null se a instância foi criada usando o próprio token (representado por um SecurityToken objeto). Neste caso, o token pode ser acedido a partir da SecurityToken propriedade.

Aplica-se a