Guid

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi all,

I'm just wondering if there is a way of obtain the guid from the clientside
in C#. Or this is just an impossible thing to do without Active Directory as
the guids are unique? I've tried looking for it everywhere but I cant find
any source on this.

Thanks in advance

Alex
 
Hi Aaron,

Thanks for the reply.
I'm not trying to create a new guid, i want to find the guid value from the
clients computer and use this as their username.

Thanks in advance

Alex
 
you should use the user's username in which case, rather than an identifier
from the PC (presumably you mean the mac address?) they might happen to be
sitting at at the time. so saying it is possible to get the mac address by
adding a reference to System.Management and use a ManagementObjectSearcher
to retrieve it...

r.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

generic instantiation 13
GUIDs, snks, reflection and ILMerge 3
Creating a GUID??? 7
File system GUID for a file 11
Alternatives to "Guid" 8
GDPR 11
Converting GUIDs to base-36 2
string or Guid? 3

Back
Top