WSFederationAuthenticationModule.SigningOut 事件

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

用法

    Dim instance As WSFederationAuthenticationModule
Dim handler As EventHandler(Of SigningOutEventArgs)

AddHandler instance.SigningOut, handler

语法

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

/** @event */
public void remove_SigningOut (EventHandler<SigningOutEventArgs> value)

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

WSFederationAuthenticationModule 类
WSFederationAuthenticationModule 成员
Microsoft.IdentityModel.Web 命名空间