GuidsFromNameMD5 Method
Creates a name-based GUID according to RFC4122.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static Guid FromNameMD5(
Guid nsId,
byte[] name
)
- nsId Guid
- Namespace id.
- name Byte
- The name converted to a canonical byte string.
GuidA guid created from the namespace id and name bytes, using MD5 hash algorithm.