PseudonymRequestMessage 类

定义

表示 WS-Federation Pseudonym 请求消息。Represents a WS-Federation Pseudonym Request message. 如果接收的消息中 wa 参数是“wpseudo1.0”,则创建此消息。This message is created when the received message wa parameter is "wpseudo1.0".

public ref class PseudonymRequestMessage : System::IdentityModel::Services::WSFederationMessage
public class PseudonymRequestMessage : System.IdentityModel.Services.WSFederationMessage
type PseudonymRequestMessage = class
    inherit WSFederationMessage
Public Class PseudonymRequestMessage
Inherits WSFederationMessage
继承
PseudonymRequestMessage

注解

有关此类表示的消息的详细信息,请参阅 WS 联合身份验证规范。For more information about the message that this class represents, see the WS-Federation specification.

构造函数

PseudonymRequestMessage(Uri)

初始化使用指定的基本 URL 的 PseudonymRequestMessage 类的新实例。Initializes a new instance of the PseudonymRequestMessage class with the specified base URL.

属性

Action

获取或设置消息的 wa 参数。Gets or sets the wa parameter of the message.

(继承自 WSFederationMessage)
BaseUri

获取或设置消息要应用于的基 URI。Gets or sets the base URL to which the message applies.

(继承自 FederationMessage)
Context

获取或设置消息的 wctx 参数。Gets or sets the wctx parameter of the message.

(继承自 WSFederationMessage)
Encoding

获取或设置消息的 wencoding 参数。Gets or sets the wencoding parameter of the message.

(继承自 WSFederationMessage)
Parameters

以字典形式获取消息参数。Gets the message parameters as a dictionary.

(继承自 FederationMessage)
Pseudonym

获取或设置消息的 wpseudo 参数。Gets or sets the wpseudo parameter of the message.

PseudonymPtr

获取或设置消息的 wpseudoptr 参数。Gets or sets the wpseudoptr parameter of the message.

Reply

获取或设置消息的返回参数。Gets or sets the Reply parameter of the message.

Result

获取或设置消息的 wresult 参数。Gets or sets the wresult parameter of the message.

ResultPtr

获取或设置消息的 wresultptr 参数。Gets or sets the wresultptr parameter of the message.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetParameter(String)

从参数字典中返回指定的参数值。Returns the specified parameter value from the parameters dictionary.

(继承自 FederationMessage)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
RemoveParameter(String)

从参数字典中移除参数。Removes a parameter from the parameters dictionary.

(继承自 FederationMessage)
SetParameter(String, String)

设置参数字典中参数的值。Sets the value of a parameter in the parameters dictionary.

(继承自 FederationMessage)
SetUriParameter(String, String)

设置参数字典中参数的值。Sets the value of a parameter in the parameters dictionary. 该值必须为绝对 URI。The value must be an absolute URI.

(继承自 FederationMessage)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)
Validate()

框架未执行验证。No validation is performed by the framework. 这样的用户应该在外部无效。Users of this class should validate externally.

Write(TextWriter)

以查询字符串形式将此消息写入指定的文本写入器。Writes this message in a query string form to the specified text writer.

WriteFormPost()

序列化一则消息作为窗体,发布并返回结果窗体和其以字符串形式的JavascriptSerializes the message as a form post and returns the resulting Form together with its Javascript as a string.

(继承自 FederationMessage)
WriteQueryString()

返回以查询字符串形式的消息的字符串表示形式。Returns a string representation of the message in query-string format.

(继承自 FederationMessage)

适用于