WSFederationElement.RequestPtr 属性

定义

获取或设置 requestPtr 属性。

public:
 property System::String ^ RequestPtr { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("requestPtr", IsRequired=false)]
public string RequestPtr { get; set; }
[<System.Configuration.ConfigurationProperty("requestPtr", IsRequired=false)>]
member this.RequestPtr : string with get, set
Public Property RequestPtr As String

属性值

一个 URL,指定令牌颁发请求的位置。 默认值为空字符串。 设置 WS-Federation 登录请求 wreqptr 参数。 Optional.

属性

适用于

另请参阅