Migrating from the Authentication API
In the Windows Media Services 4.1 SDK, the Authentication API is used to create custom authentication plug-ins. For the Windows Media Services 9 Series SDK, a new plug-in architecture is used to create custom authentication plug-ins.
The following table shows the interfaces of the Authentication API and their equivalents in the Windows Media Services 9 Series SDK.
Version 4.1 interface |
9 Series equivalent |
---|---|
INSSAuthenticationCallback |
IWMSAuthenticationCallback |
INSSAuthenticator |
IWMSAuthenticationPlugin, IWMSBasicPlugin |
INSSUserAuthentication |
IWMSAuthenticationContext |
Custom plug-ins created with the Windows Media Services 9 Series SDK are registered differently than the custom plug-ins created with the Windows Media Services 4.1 SDK. For information on registering plug-ins, see Registering Plug-ins.
See Also (General)
See Also (Visual Basic .NET)
IWMSAuthenticationCallback IWMSAuthenticationCallback Object (Visual Basic .NET)
IWMSAuthenticationContext IWMSAuthenticationContext Object (Visual Basic .NET)
IWMSAuthenticationPlugin IWMSAuthenticationPlugin Object (Visual Basic .NET)
IWMSBasicPlugin IWMSBasicPlugin Object (Visual Basic .NET)
See Also (C#)
IWMSAuthenticationCallback IWMSAuthenticationCallback Object (C#)
IWMSAuthenticationContext IWMSAuthenticationContext Object (C#)
IWMSAuthenticationPlugin IWMSAuthenticationPlugin Object (C#)
IWMSBasicPlugin IWMSBasicPlugin Object (C#)
See Also (C++)
IWMSAuthenticationCallbackIWMSAuthenticationCallback Interface
IWMSAuthenticationContextIWMSAuthenticationContext Interface
IWMSAuthenticationPluginIWMSAuthenticationPlugin Interface
IWMSBasicPluginIWMSBasicPlugin Interface