WSFederationAuthenticationModule.OnPostAuthenticateRequest 方法

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

用法

    Dim sender As Object
Dim e As EventArgs

Me.OnPostAuthenticateRequest(sender, e)

语法

声明
Protected Overridable Sub OnPostAuthenticateRequest ( _
    sender As Object, _
    e As EventArgs _
)
protected virtual void OnPostAuthenticateRequest (
    Object sender,
    EventArgs e
)
protected:
virtual void OnPostAuthenticateRequest (
    Object^ sender, 
    EventArgs^ e
)
protected void OnPostAuthenticateRequest (
    Object sender, 
    EventArgs e
)
protected function OnPostAuthenticateRequest (
    sender : Object, 
    e : EventArgs
)

参数

  • sender
     
  • e
     

线程安全

此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

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