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.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static Guid Get(
	params Object[] values
)

Parameters

values  Object

[Missing <param name="values"/> documentation for "M:Quine.Schemas.Core.ContentAddress.Get(System.Object[])"]

Return Value

Guid
A guid that uniquely represents the set of values.

See Also