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 フィールドが優先されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET