다음을 통해 공유


IHttpSecurity (Windows CE 5.0)

Send Feedback

This interface notifies a client application of authentication problems.

Method Description
OnSecurityProblem Notifies the client application about an authentication problem.

Remarks

Urlmon.dll uses the 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 QueryInterface on your IServiceProvider interface.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.