Occurs when a Failure happens processing a Trust request from the client.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSTrustServiceContract
Dim handler As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)

AddHandler instance.RequestFailed, handler

Syntax

Visual Basic
Public Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)
C#
public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed
C++
public:
event EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ RequestFailed {
		void add (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
		void remove (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
}
J#
/** @event */
public void add_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)

/** @event */
public void remove_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also