Share via


WSFederationElement.Policy 属性

定义

获取或设置 policy 特性。

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

属性值

一个字符串,该字符串包含相关策略的 URL。 默认值为一个空字符串。 设置 WS-Federation 登录请求 wp 参数。 可选。

属性

适用于

另请参阅