Leer en inglés

Compartir a través de


WSTrustServiceContract.ProcessCore (Método)

Handles Synchronous calls to the STS.

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

Uso

    Dim requestMessage As Message
Dim requestSerializer As WSTrustRequestSerializer
Dim responseSerializer As WSTrustResponseSerializer
Dim requestAction As String
Dim responseAction As String
Dim trustNamespace As String
Dim returnValue As Message

returnValue = Me.ProcessCore(requestMessage, requestSerializer, responseSerializer, requestAction, responseAction, trustNamespace)

Sintaxis

protected virtual Message ProcessCore (
    Message requestMessage,
    WSTrustRequestSerializer requestSerializer,
    WSTrustResponseSerializer responseSerializer,
    string requestAction,
    string responseAction,
    string trustNamespace
)

Parámetros

  • requestMessage
    Incoming Request message.
  • requestSerializer
    Trust Request Serializer.
  • responseSerializer
    Trust Response Serializer.
  • requestAction
    Request SOAP action.
  • responseAction
    Response SOAP action.
  • trustNamespace
    Namespace URI of the trust version of the incoming request.

Valor devuelto

Response message that contains the serialized RSTR.

Excepciones

Tipo de excepción Condición
ArgumentNullException

One of the argument is null.

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

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