Represents a Federation SignIn Response Message.
The following tables list the members exposed by the SignInResponseMessage type.
Public Constructors
Name | Description | |
---|---|---|
SignInResponseMessage | Overloaded. Initializes an instance of the class. |
Public Properties
Name | Description | |
---|---|---|
Action | Gets or sets the wa parameter of the message. (Inherited from WSFederationMessage) | |
BaseUri | (Inherited from WSFederationMessage) | |
Context | Gets or sets the wctx parameter of the message. (Inherited from WSFederationMessage) | |
Encoding | Gets or sets the Encoding to be used for any XML embedded in the message. (Inherited from WSFederationMessage) | |
Parameters | Get the message parameters as a Dictionary. (Inherited from WSFederationMessage) | |
Result | Gets or sets the wresult parameter of the message. | |
ResultPtr | Gets or sets the wresultptr parameter of the message. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
CreateFromFormPost | (Inherited from WSFederationMessage) | |
CreateFromNameValueCollection | (Inherited from WSFederationMessage) | |
CreateFromUri | (Inherited from WSFederationMessage) | |
Equals | Overloaded. (Inherited from Object) | |
GetBaseUrl | (Inherited from WSFederationMessage) | |
GetHashCode | (Inherited from Object) | |
GetParameter | (Inherited from WSFederationMessage) | |
GetType | (Inherited from Object) | |
ParseQueryString | (Inherited from WSFederationMessage) | |
ReferenceEquals | (Inherited from Object) | |
RemoveParameter | (Inherited from WSFederationMessage) | |
SetParameter | (Inherited from WSFederationMessage) | |
SetUriParameter | (Inherited from WSFederationMessage) | |
ToString | (Inherited from Object) | |
TryCreateFromUri | (Inherited from WSFederationMessage) | |
Write | Overridden. Writes this message in a Form Post format to the given TextWriter. | |
WriteFormPost | Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string. (Inherited from WSFederationMessage) | |
WriteQueryString | Writes the Messages parameters as a query string and returns this as a String. (Inherited from WSFederationMessage) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
Validate | Overridden. Validates this instance. Checks for a valid action name to match wsignin1.0. Either wresult or wresultptr parameter to be specified. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.