AttributeRequestMessage 成员

Represents a WS-Federation Attribute Request Message. This message is created when the received message wa parameter is wattr1.0.

下表列出了 AttributeRequestMessage 类型公开的成员。

Public 构造函数

  名称 说明
  AttributeRequestMessage  

页首

Public 属性

  名称 说明
public property Action  Gets or sets the wa parameter of the message.  (从 WSFederationMessage 继承)
public property Attribute  
public property AttributePtr  
public property BaseUri  (从 WSFederationMessage 继承)
public property Context  Gets or sets the wctx parameter of the message.  (从 WSFederationMessage 继承)
public property Encoding  Gets or sets the Encoding to be used for any XML embedded in the message.  (从 WSFederationMessage 继承)
public property Parameters  Get the message parameters as a Dictionary. (从 WSFederationMessage 继承)
public property Reply  
public property Result  
public property ResultPtr  

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public methodstatic CreateFromFormPost  (从 WSFederationMessage 继承)
public methodstatic CreateFromNameValueCollection  (从 WSFederationMessage 继承)
public methodstatic CreateFromUri  (从 WSFederationMessage 继承)
public method Equals  已重载。 (从 Object 继承)
public methodstatic GetBaseUrl  (从 WSFederationMessage 继承)
public method GetHashCode  (从 Object 继承)
public method GetParameter  (从 WSFederationMessage 继承)
public method GetType  (从 Object 继承)
public methodstatic ParseQueryString  (从 WSFederationMessage 继承)
public methodstatic ReferenceEquals  (从 Object 继承)
public method RemoveParameter  (从 WSFederationMessage 继承)
public method SetParameter  (从 WSFederationMessage 继承)
public method SetUriParameter  (从 WSFederationMessage 继承)
public method ToString  (从 Object 继承)
public methodstatic TryCreateFromUri  (从 WSFederationMessage 继承)
public method Write 重写。  
public method WriteFormPost  Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string. (从 WSFederationMessage 继承)
public method WriteQueryString  Writes the Messages parameters as a query string and returns this as a String. (从 WSFederationMessage 继承)

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)
protected method Validate 重写。 Validates the message. Checks if a valid BaseUrl has been specified.

页首

请参见

参考

AttributeRequestMessage 类
Microsoft.IdentityModel.Protocols.WSFederation 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。