SignOutRequestMessage 成员

Represents a SignOut message. This message is created when the received message has the action parameter wa set to wsignout1.0.

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

Public 构造函数

  名称 说明
  SignOutRequestMessage 已重载。  

页首

Public 属性

  名称 说明
public property Action  Gets or sets the wa parameter of the message.  (从 WSFederationMessage 继承)
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 Get/Set wreply parameter of the message.

页首

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 重写。 Writes the message as a query string to the writer.
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 this instance. Checks the action name to match wsignout1.0.

页首

请参见

参考

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

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