Membres WSFederationMessage
Defines the base class from which all the Federation messages classes derive.
Les tableaux suivants répertorient les membres exposés par le type WSFederationMessage.
Protégé Constructeurs
Nom | Description | |
---|---|---|
WSFederationMessage | Initializes an instance of WSFederationMessage. |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
Action | Gets or sets the wa parameter of the message. | |
BaseUri | ||
Context | Gets or sets the wctx parameter of the message. | |
Encoding | Gets or sets the Encoding to be used for any XML embedded in the message. | |
Parameters | Get the message parameters as a Dictionary. |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
CreateFromFormPost | Helper method to create a Federation message from a Form Post received in the HttpRequest. | |
CreateFromNameValueCollection | Creates a Federation from a NameValueCollection of parameters. | |
CreateFromUri | Helper method to create a Federation message from a URI. The parameters are assumed to be specified as a query string. | |
Equals | Surchargé. (hérité de Object) | |
GetBaseUrl | Helper method that extracts the BaseUrl for a given Uri. | |
GetHashCode | (hérité de Object) | |
GetParameter | Returns the given parameter value from the Parameters Dictionary. | |
GetType | (hérité de Object) | |
ParseQueryString | Helper method to parse the query string in the URI into a NameValueCollection. | |
ReferenceEquals | (hérité de Object) | |
RemoveParameter | Removes a parameter from the Parameter dictionary. | |
SetParameter | Sets a parameter to the Parameters Dictionary. | |
SetUriParameter | Sets a parameter to the Parameters Dictionary, which must be an absolute URI. | |
ToString | (hérité de Object) | |
TryCreateFromUri | Helper method to create a Federation message from a URI. The parameters are assumed to be specified as a query string. A return value indicates whether the operation succeeded. | |
Write | Abstract Write method that all Federation messages override. | |
WriteFormPost | Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string. | |
WriteQueryString | Writes the Messages parameters as a query string and returns this as a String. |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) | |
Validate | Validates the message. Checks if a valid BaseUrl has been specified. |
Haut
Voir aussi
Référence
Classe WSFederationMessage
Espace de noms Microsoft.IdentityModel.Protocols.WSFederation
Copyright © 2008 Microsoft Corporation.Tous droits réservés.