Compartir a través de


WSTrustChannel.GetRequestAction (Método)

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim requestType As String
Dim trustVersion As TrustVersion
Dim returnValue As String

returnValue = WSTrustChannel.GetRequestAction(requestType, trustVersion)

Sintaxis

'Declaración
Protected Shared Function GetRequestAction ( _
    requestType As String, _
    trustVersion As TrustVersion _
) As String
protected static string GetRequestAction (
    string requestType,
    TrustVersion trustVersion
)
protected:
static String^ GetRequestAction (
    String^ requestType, 
    TrustVersion^ trustVersion
)
protected static String GetRequestAction (
    String requestType, 
    TrustVersion trustVersion
)
protected static function GetRequestAction (
    requestType : String, 
    trustVersion : TrustVersion
) : String

Parámetros

  • requestType
     
  • trustVersion
     

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSTrustChannel (Clase)
WSTrustChannel (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)