Hi all
I am using windows authentication within an ASP.NET application. I am wondering how to best get the objectGuid from the currently logged in user?
Regards, Egil.
|
1
|
Hi all I am using windows authentication within an ASP.NET application. I am wondering how to best get the objectGuid from the currently logged in user? Regards, Egil.
|
|||
|
|
|
|
You can do this with the System.DirectoryServices namespace.
There might be a better way to do this, but this works! |
||
|
|
|
You need to use NativeGuid property. C# code:
|
||
|
|