This interface is implemented by the client application to provide the URL moniker with information to authenticate the user.
IAuthenticate Methods
Authenticate Supplies authentication support to a URL moniker from a client application.
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 the client application's implementation of IBindStatusCallback to obtain a pointer to the client application's IAuthenticate interface. If the client application is hosting Mshtml.dll, Mshtml.dll will request a pointer to the client application's implementation of IAuthenticate interface by calling IUnknown::QueryInterface on the client application's IServiceProvider interface.
See Also