This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Grant Identity through IOM

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...