Click to return to the Networking, Protocols     
IHttpNegotiate::OnRespons...     IHttpSecurity::OnSecurity...     URL Moniker Interfaces    
Web Workshop  |  Networking, Protocols & Data Formats

IHttpSecurity Interface


This interface notifies a client application of authentication problems.

IHttpSecurity Method

OnSecurityProblem Notifies the client application about an authentication problem.

Interface Information

Implementation Custom
Inherits from IUnknown
Header and IDL files Urlmon.h, Urlmon.idl
Minimum availability Internet Explorer 3
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

Remarks

Urlmon.dll uses the IUnknown::QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IHttpSecurity interface. If the application is hosting Mshtml.dll, Mshtml.dll will request a pointer to your IHttpSecurity interface by calling IUnknown::QueryInterface on your IServiceProvider interface.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.