Process a Trust Feb 2005 Issue message synchronously.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSTrustServiceContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrustFeb2005Issue(message)

Syntax

Visual Basic
Public Function ProcessTrustFeb2005Issue ( _
		message As Message _
) As Message
C#
public Message ProcessTrustFeb2005Issue (
		Message message
)
C++
public:
virtual Message^ ProcessTrustFeb2005Issue (
		Message^ message
) sealed
J#
public final Message ProcessTrustFeb2005Issue (
		Message message
)
JScript
public final function ProcessTrustFeb2005Issue (
		message : Message
) : Message

Parameters

message

Incoming Request message.

Return Value

Message with the serialized response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also