Represents a federation sign-in request message.

The following tables list the members exposed by the SignInRequestMessage type.

Public Constructors

  Name Description
SignInRequestMessage Overloaded.  
Top

Public Properties

  Name Description
public property Action  Gets or sets the wa parameter of the message.  (Inherited from WSFederationMessage)
public property AuthenticationType Gets or sets the AuthenticationType related ‘wauth’ parameter of the message.
public property BaseUri  (Inherited from WSFederationMessage)
public property Context  Gets or sets the wctx parameter of the message.  (Inherited from WSFederationMessage)
public property CurrentTime Gets or sets the CurrentTime parameter of the message.
public property Encoding  Gets or sets the Encoding to be used for any XML embedded in the message.  (Inherited from WSFederationMessage)
public property Federation  
public property Freshness Gets or sets the ‘wfresh’ parameter of the message.
public property HomeRealm  
public property Parameters  Get the message parameters as a Dictionary. (Inherited from WSFederationMessage)
public property Policy Gets or sets the wp parameter of the message.
public property Realm Gets or sets the ‘wtrealm’ parameter of the message.
public property Reply Gets or sets the Reply parameter of the message.
public property Request Gets or sets the wreq parameter of the message.
public property RequestPtr Gets or sets the wreqptr parameter of the message.
public property RequestUrl  
public property Resource Gets or sets the Resource ‘wres’ parameter of the message.
Top

Public Methods (see also Protected Methods)

  Name Description
public methodstatic CreateFromFormPost  (Inherited from WSFederationMessage)
public methodstatic CreateFromNameValueCollection  (Inherited from WSFederationMessage)
public methodstatic CreateFromUri  (Inherited from WSFederationMessage)
public method Equals  Overloaded. (Inherited from Object)
public methodstatic GetBaseUrl  (Inherited from WSFederationMessage)
public method GetHashCode  (Inherited from Object)
public method GetParameter  (Inherited from WSFederationMessage)
public method GetType  (Inherited from Object)
public methodstatic ParseQueryString  (Inherited from WSFederationMessage)
public methodstatic ReferenceEquals  (Inherited from Object)
public method RemoveParameter  (Inherited from WSFederationMessage)
public method SetParameter  (Inherited from WSFederationMessage)
public method SetUriParameter  (Inherited from WSFederationMessage)
public method ToString  (Inherited from Object)
public methodstatic TryCreateFromUri  (Inherited from WSFederationMessage)
public method Write Overridden. Writes this message in a query string form to the given writer.
public method WriteFormPost  Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string. (Inherited from WSFederationMessage)
public method WriteQueryString  Writes the Messages parameters as a query string and returns this as a String. (Inherited from WSFederationMessage)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method Validate Overridden. Override of the base class that validates this instance. Checks the Action Name to match wsignin1.0.
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.