Represents a federation sign-in request message.
The following tables list the members exposed by the SignInRequestMessage type.
Public
Constructors
Name | Description | |
---|---|---|
SignInRequestMessage | Overloaded. |
Public
Properties
Name | Description | |
---|---|---|
![]() |
Action | Gets or sets the wa parameter of the message. (Inherited from WSFederationMessage) |
![]() |
AuthenticationType | Gets or sets the AuthenticationType related ‘wauth’ parameter of the message. |
![]() |
BaseUri | (Inherited from WSFederationMessage) |
![]() |
Context | Gets or sets the wctx parameter of the message. (Inherited from WSFederationMessage) |
![]() |
CurrentTime | Gets or sets the CurrentTime parameter of the message. |
![]() |
Encoding | Gets or sets the Encoding to be used for any XML embedded in the message. (Inherited from WSFederationMessage) |
![]() |
Federation | |
![]() |
Freshness | Gets or sets the ‘wfresh’ parameter of the message. |
![]() |
HomeRealm | |
![]() |
Parameters | Get the message parameters as a Dictionary. (Inherited from WSFederationMessage) |
![]() |
Policy | Gets or sets the wp parameter of the message. |
![]() |
Realm | Gets or sets the ‘wtrealm’ parameter of the message. |
![]() |
Reply | Gets or sets the Reply parameter of the message. |
![]() |
Request | Gets or sets the wreq parameter of the message. |
![]() |
RequestPtr | Gets or sets the wreqptr parameter of the message. |
![]() |
RequestUrl | |
![]() |
Resource | Gets or sets the Resource ‘wres’ 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 query string form 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. Override of the base class that validates this instance. Checks the Action Name to match wsignin1.0. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.