Platform SDK: Active Directory, ADSI, and Directory Services |
The Active Directory™ schema defines a serviceConnectionPoint (SCP) object class to make it easy for a service to publish service-specific information in the directory. Clients of the service use the information in an SCP to locate, connect to, and authenticate an instance of your service.
This section provides an overview of service connection points and code samples that show how a client/service application uses SCPs.
The example follows these steps to implement service publication with SCPs:
To create SCPs in the directory at service installation
For sample code that performs these steps, see Creating a Service Connection Point.
To update the SCP attributes at service startup
For sample code that performs these steps, see Updating a Service Connection Point.
To find and use an SCP by a client application
For sample code that performs these steps, see How Clients Find and Use a Service Connection Point.
For information on who can create and update an SCP, see Security Issues for Service Publication.
For information on where to create an SCP, see Where to Create a Service Connection Point.
For a discussion of the kind of information to store in an SCP, see Service Connection Point Properties.
For a discussion of how a service installation program and the service itself work together to keep up-to-date information in an SCP, see Creating and Maintaining a Service Connection Point.