wcf - Silverlight client computer name, user name or a unique key from client -
i'm trying unique key client such username or computer name on wcf side none of following works me:
httpcontext.current.request.logonuseridentity.name // blank security.principal.windowsidentity.getcurrent().name i'm using anonymous mode security , user shouldn't logged on anyway. how can ?
thanks.
if using anonymous authentication mode, blank name get. mode implies, request kind of.... anonymous.
if unique identifier need, think best bet in scenario add custom header request containing guid created @ first run , preserved in isolated storage.
Comments
Post a Comment