I search for something unique to identify a windows share with c# -


i want identify windows share. c# program launched network share on different clients , want ensure client can started 1 share on 1 server.

is possible same information if clients use e.g. 3 pathes:

\\server01\myshare \\172.16.0.1\myshare z:\ 

maybe windows/samba offers gui every share.

this sounds issue raised years ago trying find unique machine identifiers used when registering licenses online.

i remember companies started calculating id's based on hardware , problems raised.

you can check followings posts relevant information:

unique computer identifier is there way uniquely identify computer @ all

you see not problem response valid in possible usecases need trade offs.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -