WSTrustChannel.GetRequestAction(String, TrustVersion) Metod

Definition

Hämtar åtgärden WS-Addressing SOAP som motsvarar den angivna begärandetypen och WS-Trust version.

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

Parametrar

requestType
String

Typen av WS-Trust begäran. Den här parametern måste vara en av strängkonstanterna i RequestTypes klassen.

trustVersion
TrustVersion

Begäran TrustVersion .

Returer

En sträng som innehåller den URI som representerar åtgärden WS-Addressing.

Gäller för