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