IWMSEventAuthorizationPlugin Object (C#)
The IWMSEventAuthorizationPlugin object contains methods that the server can call to retrieve an array of events that must be authorized and to authorize a specific event. The object is implemented by an authorization plug-in. Authorization plug-ins are used to grant users access to content. They can only be used after authentication plug-ins have identified the client. If the identity of a client can be established but client access cannot be authorized, the server will not establish a connection.
Note
This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
The IWMSEventAuthorizationPlugin object exposes the following methods.
Method |
Description |
---|---|
AuthorizeEvent |
Called by the server to request that a specific event be authorized. |
GetAuthorizedEvents |
Called by the server to retrieve an array of the events that the plug-in can authorize. |