Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008.
To obtain SDOs for NPS (IAS) or a particular user, call the ISdoMachine::GetServiceSDO or ISdoMachine::GetUserSDO methods. These methods return pointers to IUnknown interfaces for these objects. For the user SDO, use the IUnknown::QueryInterface method to obtain an ISdo interface for the object. For the service SDO, use IUnknown::QueryInterface to obtain an ISdo interface or ISdoServiceControl interface.
Before calling either ISdoMachine::GetServiceSDO or ISdoMachine::GetUserSDO, call ISdoMachine::Attach to associate the machine object with the local computer.
See Retrieving a Service SDO and Retrieving a User SDO for sample code that demonstrates how to obtain these SDOs.