Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the URL moniker with information to authenticate the user.
The IAuthenticate interface inherits from the IUnknown interface. IAuthenticate also has these types of members:
- Methods
The IAuthenticate interface has these methods.
Method | Description |
---|---|
Authenticate | Supplies authentication support to a URL moniker from a client application. |
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
.
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 |
Reference