The (low level) Active Directory API System.DirectoryServices.Protocols
contains a class called ExtendedRequest
. I can not seem to find any good documentation for this class but the name suggests that you can perform Active Directory operations with it that are not modeled as a standard class in this namespace.
Does anyone know what you can do with this class and how to use it? The only inputs it accepts are a string and a byte array..
Thanks.