Hi,
How can I log out the currently logged in user programmatically?
I can log in a user, but I didn't find a method how can I log out..
Thank you
Hi,
How can I log out the currently logged in user programmatically?
I can log in a user, but I didn't find a method how can I log out..
Thank you
The main problem was that If I'd like to use EPDM resources it needs a logged in user, and it takes an extra license.
Now I found LoginEx method, what can log in a different user than the logged in on the same machine.
If I log out on my machine from EPDM, and use this login method in my app, I see in the SolidNetwork Licence Manager it doesn't take a license. Nonetheless the app can use the resources of the api, and the EPDM don't want to log me in with the login window.
After this login method while the app running, the vault.IsLoggedIn has true result.
When I exit and restart the app, first the vault.IsLoggedIn has false result until I log in with the LoginEx method.
So maybe this is the solution.
AFAIK, there is no way to log out a user using the API (or even as the Admin user). If someone knows how to do this please post it.