IWMSAuthenticationCallback Interface

banner art

Previous Next

IWMSAuthenticationCallback Interface

You can use the IWMSAuthenticationCallback interface to notify the server whether a client has been authenticated.

  • Note   This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. The method on this interface must be called only once, even if an error code is returned after the initial call.

In addition to the methods inherited from IUnknown, the IWMSAuthenticationCallback interface exposes the following methods.

Method Description
OnAuthenticateComplete This method is implemented by the server and called by the plug-in to report the result of the authentication process.

See Also

Previous Next