ContentAddressGet Method
Computes content address (a GUID) from given values. The values, together with the namespace,
are fed to SHA256 and the highest 128 bits are used to form a v5 GUID.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static Guid Get(
params Object[] values
)
- values Object
[Missing <param name="values"/> documentation for "M:Quine.Schemas.Core.ContentAddress.Get(System.Object[])"]
Guid
A guid that uniquely represents the set of values.