WSFederationMessage 멤버
Defines the base class from which all the Federation messages classes derive.
다음 표에서는 WSFederationMessage 유형에서 제공하는 멤버를 나열합니다.
보호 생성자
이름 | 설명 | |
---|---|---|
WSFederationMessage | Initializes an instance of WSFederationMessage. |
위
공용 속성
이름 | 설명 | |
---|---|---|
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. |
위
공용 메서드
(보호 메서드 참조)
이름 | 설명 | |
---|---|---|
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 | 오버로드되었습니다. (Object에서 상속) | |
GetBaseUrl | Helper method that extracts the BaseUrl for a given Uri. | |
GetHashCode | (Object에서 상속) | |
GetParameter | Returns the given parameter value from the Parameters Dictionary. | |
GetType | (Object에서 상속) | |
ParseQueryString | Helper method to parse the query string in the URI into a NameValueCollection. | |
ReferenceEquals | (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 | (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. |
위
보호 메서드
이름 | 설명 | |
---|---|---|
Finalize | (Object에서 상속) | |
MemberwiseClone | (Object에서 상속) | |
Validate | Validates the message. Checks if a valid BaseUrl has been specified. |
위
참고 항목
참조
WSFederationMessage 클래스
Microsoft.IdentityModel.Protocols.WSFederation 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.