Compartir a través de


WSTrustServiceContract.ProcessTrustFeb2005Issue (Método)

Process a Trust Feb 2005 Issue message synchronously.

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

Uso

    Dim instance As WSTrustServiceContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrustFeb2005Issue(message)

Sintaxis

'Declaración
Public Function ProcessTrustFeb2005Issue ( _
    message As Message _
) As Message
public Message ProcessTrustFeb2005Issue (
    Message message
)
public:
virtual Message^ ProcessTrustFeb2005Issue (
    Message^ message
) sealed
public final Message ProcessTrustFeb2005Issue (
    Message message
)
public final function ProcessTrustFeb2005Issue (
    message : Message
) : Message

Parámetros

  • message
    Incoming Request message.

Valor devuelto

Message with the serialized response.

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)