Enum: Version
Represents the UUID versions.
Members
V1 | UUID generated using the MAC address of the computer and the time of generation |
V3 | UUID generated using MD5 hashing and application-provided text string |
V4 | UUID generated using a pseudo-random number generator |
V5 | UUID generated using SHA-1 hashing and application-provided text string |