GuidToolsCreateFromFile Method

Creates a name-based UUID using the algorithm from RFC 4122 §4.3.

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static Guid CreateFromFile(
	FileInfo fi
)

Parameters

fi  FileInfo
File Info

Return Value

Guid
A UUID derived from hash of the file.

See Also