IAuthenticateIAuthenticate*
*Contents  *Index  *Topic Contents
*Previous Topic: IAsyncMoniker
*Next Topic: IBindHost

IAuthenticate

This interface is implemented by the client application to provide the URL moniker with information to authenticate the user.
IAuthenticate method Description
Authenticate Supplies authentication support to a URL moniker from a client application.

Urlmon.dll uses the IUnknown::QueryInterface method on your implementation of IBindStatusCallback to obtain a pointer to your IAuthenticate interface. If the application is hosting Mshtml.dll, Mshtml.dll will request a pointer to your IAuthenticate interface by calling IUnknown::QueryInterface on your IServiceProvider interface.

See also IHttpNegotiate, IServiceProvider, IWindowForBindingUI, IWinInetInfo


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.