IAuthenticateEx interface

Provides the URL moniker with information to authenticate the user.

Members

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

  • Methods

Methods

The IAuthenticateEx interface has these methods.

Method Description
AuthenticateEx

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

 

Remarks

Relative to the IAuthenticate interface, the IAuthenticateEx interface provides the additional method IAuthenticateEx::AuthenticateEx. This method is an extension of the IAuthenticate::Authenticate method.

The IID for this interface is IID_IAuthenticateEx.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Product

Internet Explorer 8

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IAuthenticate