How to connect to ARS v8 from C# ?

Hello,  I found few related queries in the forum here around that but with no working sample code, etc.

Please advise.

Regards,
Pramod

Top Replies

Parents
  • My best guess would be that you would want to use the Active Roles ADSI provider which is described in the SDK (the SDK is placed in a folder among the files installed on an Admin Service host.

    I don't believe that C# is one of the supported languages for writing "policy scripts" for use by Active Roles itself.

    What sorts of tasks are you hoping to perform?

  • I checked the samples in ADSI Provider folder and they all are related to VBscript and powershell.

    My use case is to be able to modify a user AD attribute from ARS using custom c# code from a custom web portal (self-service based).

Reply Children