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 字段。

適用於