Share via


WSTrustMessage.AppliesTo 属性

定义

获取或设置 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 字段优先。

适用于