WsFederationMessage.FromQueryString(String) 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.
Creates a WsFederationMessage from the contents of a query string.
public static Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage FromQueryString (string queryString);
static member FromQueryString : string -> Microsoft.IdentityModel.Protocols.WsFederation.WsFederationMessage
Public Shared Function FromQueryString (queryString As String) As WsFederationMessage
Parameters
- queryString
- String
query string to extract parameters.
Returns
An instance of WsFederationMessage.
Remarks
If 'queryString' is null or whitespace, a default WsFederationMessage is returned. Parameters are parsed from Query.