IAuthenticationProvider 接口

通过 SetUser 方法接受经过验证的 IHttpUser 指针。 设置非 NULL IHttpUser 指针后,用户将进行身份验证,请求处理可以继续。

语法

class IAuthenticationProvider : public IHttpEventProvider  

方法

下表列出了 接口公开 IAuthenticationProvider 的方法。

名称 说明
SetErrorStatus (继承自 IHttpEventProvider.)
SetUser 在身份验证提供程序上设置经过身份验证的用户。

派生类

此类不包含派生类。

备注

注册RQ_AUTHENTICATE_REQUEST事件的 CHttpModule 派生类接收IAuthenticationProvider指针作为 CHttpModule::OnAuthenticateRequest 虚拟方法的参数。

继承层次结构

IHttpEventProvider

IAuthenticationProvider

要求

类型 说明
客户端 - Windows Vista 上的 IIS 7.0
- Windows 7 上的 IIS 7.5
- Windows 8 上的 IIS 8.0
- Windows 10 上的 IIS 10.0
服务器 - Windows Server 2008 上的 IIS 7.0
- Windows Server 2008 R2 上的 IIS 7.5
- Windows Server 2012 上的 IIS 8.0
- Windows Server 2012 R2 上的 IIS 8.5
- Windows Server 2016 上的 IIS 10.0
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
Header Httpserv.h

另请参阅

CHttpModule 类
CHttpModule::OnAuthenticateRequest 方法