WsFederationMessage.GetTokenUsingXmlReader Method
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.
Reads the 'wresult' and returns the embedded security token.
public virtual string? GetTokenUsingXmlReader ();
abstract member GetTokenUsingXmlReader : unit -> string
override this.GetTokenUsingXmlReader : unit -> string
Public Overridable Function GetTokenUsingXmlReader () As String
Returns
the 'SecurityToken'.
Exceptions
if exception occurs while reading security token.