how to get SystemInfo.deviceUniqueIdentifier value?

I want to make a high score list. And I want to use UniqueIdentifier value of the device to distinct the same user-names.
How can I assign this value to a variable?

string bob = SystemInfo.deviceUniqueIdentifier;