WSTrustServiceContract.RequestFailed 事件

Occurs when a Failure happens processing a Trust request from the client.

命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

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

AddHandler instance.RequestFailed, handler

语法

声明
Public Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs)
public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed
public:
event EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ RequestFailed {
    void add (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
    void remove (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value);
}
/** @event */
public void add_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value)

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

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

WSTrustServiceContract 类
WSTrustServiceContract 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间