Click or drag to resize

RngGuid Method

Generate a random 36-character Global Unique IDentifier (GUID) string according to [RFC4122].

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string Guid()

Return Value

String
String of the form "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" where 'x' is a hexadecimal digit [0-9a-f].
See Also