Page 1 of 1

Verify Login over SDK for .NET

PostPosted:Wed Mar 02, 2016 7:33 am
by Schaufel
Good morning everyone,

I'm using the OpenKM community version and use the SDK for .NET 1.1.1.

I wounder, is there no Method to verify the login of an existing (and active) user in my code or
can't I just find it.

I think of something like this:
Code: Select all
bool checkLogin = OpenKm.Connect(string userId, string password);
Thanks in advance :)

Re: Verify Login over SDK for .NET

PostPosted:Thu Mar 03, 2016 7:27 pm
by jllort
I way for doing it should be, for example, getting appVersion() as the connect method. Meanwhile in SOAP ws there's a login and logout ( which retrieves a connection token ) the accessing to rest ws goes in another way ( and there, the login method has not sense ).