IHttpSecurity interface
Notifies a client application of authentication problems.
Members
The IHttpSecurity interface inherits from the IUnknown interface. IHttpSecurity also has these types of members:
- Methods
Methods
The IHttpSecurity interface has these methods.
Method | Description |
---|---|
OnSecurityProblem | Notifies the client application about an authentication problem. |
Remarks
Urlmon.dll uses the QueryInterface method on your implementation of IBindStatusCallback to get a pointer to your IHttpSecurity interface. If the application is hosting Mshtml.dll, Mshtml.dll requests a pointer to your IHttpSecurity interface by calling QueryInterface on your IServiceProvider interface.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |