次の方法で共有


WSTrustChannel.GetRequestAction(String, TrustVersion) メソッド

定義

指定された要求の型と 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 を含む文字列。

適用対象