WSTrustMessage.AppliesTo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 wsp:AppliesTo 元素的内容。
public:
property System::IdentityModel::Protocols::WSTrust::EndpointReference ^ AppliesTo { System::IdentityModel::Protocols::WSTrust::EndpointReference ^ get(); void set(System::IdentityModel::Protocols::WSTrust::EndpointReference ^ value); };
public System.IdentityModel.Protocols.WSTrust.EndpointReference AppliesTo { get; set; }
member this.AppliesTo : System.IdentityModel.Protocols.WSTrust.EndpointReference with get, set
Public Property AppliesTo As EndpointReference
属性值
表示所需的安全标志的终结点地址的 EndpointAddress。
注解
此可选元素指定需要此安全令牌的终结点地址;例如,令牌应用于的服务。
应在令牌请求消息中定义 wst:TokenType 或 wst:AppliesTo。 如果同时指定了两者,则 wst:AppliesTo 字段优先。