aponceot - Monday, July 25, 2011 7:02 AM:
Hi,
I'm writing a program and I need to escalate rights of the connected user.
When developing within the aras instance, we can use the following code to do it :
Aras.Server.Security.Permissions.GrantIdentity(plmIdentity)
The question is : is it possible to do the same thing when using IOM.dll in a program ?
Thanks in advance...