Microsoft Chat Server SDK Reference

SSPIProvider Property

This property contains the name of the Security Support Provider Interface (SSPI) packages installed on this server.

Syntax

Provider = ChatService.SSPIProvider
ChatService.SSPIProvider = Provider

Parameters

Provider
A string representing the short name of the security support provider to use.

Remarks

Microsoft® Membership Broker Server (MBS) provides the SSPI authentication packages. To use this option, you must install MBS on the chat server. If you want to use a third-party security package, you must add it to MBS. For more information, see the MBS documentation.

If you enter the names of two or more packages, separate each name with a space. Chat Service will try to authenticate a client using each package in the order it is listed.

Important: If you use an SSPI package to authenticate clients, you should disable clear-text authentication.


© 1998 Microsoft Corporation. All rights reserved.