共用方式為


SessionAuthenticationModule.SignOutError 事件

命名空間: Microsoft.IdentityModel.Web
組件: Microsoft.IdentityModel (在 microsoft.identitymodel.dll 中)

使用方式

    Dim instance As SessionAuthenticationModule
Dim handler As EventHandler(Of ErrorEventArgs)

AddHandler instance.SignOutError, handler

語法

'宣告
Public Event SignOutError As EventHandler(Of ErrorEventArgs)
public event EventHandler<ErrorEventArgs> SignOutError
public:
event EventHandler<ErrorEventArgs^>^ SignOutError {
    void add (EventHandler<ErrorEventArgs^>^ value);
    void remove (EventHandler<ErrorEventArgs^>^ value);
}
/** @event */
public void add_SignOutError (EventHandler<ErrorEventArgs> value)

/** @event */
public void remove_SignOutError (EventHandler<ErrorEventArgs> value)

平台

開發平台

Windows Server 2003, Windows Vista

Target Platforms

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

請參閱

參考

SessionAuthenticationModule 類別
SessionAuthenticationModule 成員
Microsoft.IdentityModel.Web 命名空間