Authorization Plug-in Interfaces

The following table identifies the interfaces used to create an authorization plug-in.

Interface

Description

IWMSBasicPlugin

Contains methods to initialize, enable, and shut down a plug-in. It is recommended that all custom plug-ins implement this interface.

IWMSEventAuthorizationPlugin

Contains a method that you can override to handle authorization events and a method to specify an array of the events the plug-in can authorize. This interface is implemented by an authorization plug-in and called by the server.

IWMSEventAuthorizationCallback

Contains a method that the plug-in can use to indicate the result of the authorization process. This interface is implemented by the server and called by the authorization plug-in.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)