Possible Duplicate:
How to Create Deterministic Guids
Using C#, I want to generate a GUID using a SHA-1 hash of a namespace UUID and a name, just like Python's UUID5
uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
Possible Duplicate:
How to Create Deterministic Guids
Using C#, I want to generate a GUID using a SHA-1 hash of a namespace UUID and a name, just like Python's UUID5
uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')