IHttpSecurityIHttpSecurity*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHttpNegotiate
*Next Topic: IPersistMoniker

IHttpSecurity

This interface notifies a client application of authentication problems.
IHttpSecurity method Description
OnSecurityProblem Notifies the client application about an authentication problem.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.