Occurs when a Failure happens processing a Trust request from the client.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

AddHandler instance.RequestFailed, handler

Синтаксис

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

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также