IAuthenticate interface

Provides the URL moniker with information to authenticate the user.

Members

The IAuthenticate interface inherits from the IUnknown interface. IAuthenticate also has these types of members:

  • Methods

Methods

The IAuthenticate interface has these methods.

Method Description
Authenticate

Supplies authentication support to a URL moniker from a client application.

 

Remarks

Urlmon.dll uses the QueryInterface method on the client application's implementation of IBindStatusCallback to get a pointer to the client application's IAuthenticate interface. If the client application is hosting Mshtml.dll, Mshtml.dll requests a pointer to the client application's implementation of IAuthenticate interface by calling QueryInterface on the client application's IServiceProvider interface.

The IID for this interface is IID_IAuthenticate.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 3.0

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

Reference

IHttpNegotiate

IWindowForBindingUI

IWinInetInfo