Represents a Federation SignOut Cleanup message. The message is created when the received message is has wa parameter set to wsignoutcleanup1.0.
The following tables list the members exposed by the SignOutCleanupRequestMessage type.
Public Constructors
Name | Description | |
---|---|---|
SignOutCleanupRequestMessage | Overloaded. |
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) | |
Reply | Get/Set the wreply 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 the message as a query string to the given writer. | |
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 the Action name to match wsignoutcleanup1.0. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.