RequestedSecurityToken.SecurityTokenXml Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XML representation of the issued security token when the RequestedSecurityToken instance was created using the token XML.
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
Property Value
An XmlElement that contains the XML representation of the security token. null
if the RequestedSecurityToken instance was created using a SecurityToken object.
Remarks
Gets the issued security token when the RequestedSecurityToken token XML. The value of the property is null
if the instance was created using the token itself (represented by a SecurityToken object). In this case the token can be accessed from the SecurityToken property.