Security Note
To create cryptographically secure Guid values use a derived type of Random,
such as SecureRandom, which can be considered as secure, or just call Guid.NewGuid instead.
public static Guid NextGuid(
this Random random
)
<ExtensionAttribute>
Public Shared Function NextGuid (
random As Random
) As Guid
public:
[ExtensionAttribute]
static Guid NextGuid(
Random^ random
)
[<ExtensionAttribute>]
static member NextGuid :
random : Random -> Guid
ArgumentNullException | random is . |