how to get current identity
-
Hi! I want to know how to get current Identity. I need to know which of wab or OE identities are currently in use. Strange thing is that i can retrive WAB entries on allready logon client but i don't know who he is. Probably this function will return such string {C9DB85FC-7CA3-4CE7-850B-81F9B94CCD14} which what im looking for :) Pain is a weakness living the body
-
Hi! I want to know how to get current Identity. I need to know which of wab or OE identities are currently in use. Strange thing is that i can retrive WAB entries on allready logon client but i don't know who he is. Probably this function will return such string {C9DB85FC-7CA3-4CE7-850B-81F9B94CCD14} which what im looking for :) Pain is a weakness living the body
I'm not sure exactly what you are after, so let me start here. If you know the account name and want the SID, use
LookupAccountName()
. if you know the SID and want the account name, useLookupAccountSid()
. Am I way off?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)