WSTrustChannel.GetRequestAction(String, TrustVersion) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された要求の型と WS-Trust バージョンに対応する WS-Addressing SOAP アクションを取得します。
protected:
static System::String ^ GetRequestAction(System::String ^ requestType, System::ServiceModel::Security::TrustVersion ^ trustVersion);
protected static string GetRequestAction (string requestType, System.ServiceModel.Security.TrustVersion trustVersion);
static member GetRequestAction : string * System.ServiceModel.Security.TrustVersion -> string
Protected Shared Function GetRequestAction (requestType As String, trustVersion As TrustVersion) As String
パラメーター
- requestType
- String
WS-Trust 要求の型。 このパラメーターは、RequestTypes クラスの文字列定数の 1 つである必要があります。
- trustVersion
- TrustVersion
要求の TrustVersion です。
戻り値
WS-Addressing 操作を表す URI を含む文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET