WSFederationAuthenticationModule.Resource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 WS 联合身份验证登录请求(“wsignin1.0”)中使用的 wres 参数的值。
public:
property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String
属性值
标识访问的资源、依赖方 (RP)和对安全标志服务 (STS) 的 URI。
注解
应使用由 Realm 属性设置的 wtrealm 参数,而不是此参数。
wres 参数是可选的。 如果 属性 Resource 设置为 null
或为空字符串,则 wres 参数不包括在登录请求中。
可以通过为 事件添加处理程序来覆盖每个 HTTP 请求的 RedirectingToIdentityProvider 此设置。 此事件是在模块重定向到安全令牌服务之前引发的, (STS) 带有 WS-Federation 登录请求消息。 STS 由 Issuer 属性指定。