NetShow Authentication API Reference

The authenticator’s methods for must be created and implemented according to the specifications detailed in this reference section.

All interfaces, whether implemented by the server or the developer, must be COM-compliant. They must inherit the Iunknown interface and implement the following methods, in addition to their own methods:

All NetShow authenticators are free threaded objects. Free threaded objects are responsible for thread safe synchronization, because they may be called from several different threads at the same time.

© 1996-1998 Microsoft Corporation. All rights reserved.