Provides the URL moniker with information to authenticate the user.
IAuthenticate Members
| 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.
Interface Information
| Stock Implementation | urlmon.dll |
|---|
| Custom Implementation | Yes |
|---|
| Inherits from | IUnknown |
|---|
| Header and IDL files | Urlmon.h, Urlmon.idl |
|---|
| Minimum availability | Internet Explorer
3.0 |
|---|
| Minimum operating systems |
Windows 95, Windows NT 4.0, Windows CE 2.12 |
|---|
See Also