Generate a random 36-character Global Unique IDentifier (GUID) string according to [RFC4122].
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string Guid()
Public Shared Function Guid As String
Return Value
StringString of the form "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" where 'x' is a hexadecimal digit
[0-9a-f].
See Also