IWMSAuthenticationPlugin Interface
Previous | Next |
IWMSAuthenticationPlugin Interface
You can use the IWMSAuthenticationPlugin interface to create an authentication context. This interface is implemented by the authentication plug-in.
- Note This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
In addition to the methods inherited from IUnknown, the IWMSAuthenticationPlugin interface exposes the following methods.
Method | Description |
CreateAuthenticationContext | Called by the server to retrieve a pointer to an IWMSAuthenticationContext interface. |
GetFlags | Called by the server to retrieve flags indicating what the plug-in supports. |
GetPackageName | Retrieves the name of the authentication plug-in package. |
GetProtocolName | Retrieves the name of the protocol used by the authentication plug-in. |
See Also
Previous | Next |