次の方法で共有


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 フィールドが優先されます。

適用対象