testing file modification

This commit is contained in:
Infineon\StieberD 2024-03-25 14:15:23 -07:00
parent ebaaaf3c27
commit 51ae98b1a5

View File

@ -71,6 +71,8 @@ Service GetADGroups(Username, Domain)
AccountMgmtDllPath = DotNetDir:'System.DirectoryServices.AccountManagement.dll' AccountMgmtDllPath = DotNetDir:'System.DirectoryServices.AccountManagement.dll'
Set_Property.Net(DotNetHandle, "AssemblyName", AccountMgmtDllPath) Set_Property.Net(DotNetHandle, "AssemblyName", AccountMgmtDllPath)
If Not(Get_Status(errCode)) then If Not(Get_Status(errCode)) then
Params = 'Domain':@FM:'Infineon' Params = 'Domain':@FM:'Infineon'
ParamTypes = 'System.DirectoryServices.AccountManagement.ContextType':@FM:'System.String' ParamTypes = 'System.DirectoryServices.AccountManagement.ContextType':@FM:'System.String'
objPC = Create_Class.Net(DotNetHandle, "System.DirectoryServices.AccountManagement.PrincipalContext", 0, Params, ParamTypes) objPC = Create_Class.Net(DotNetHandle, "System.DirectoryServices.AccountManagement.PrincipalContext", 0, Params, ParamTypes)