GuidTools Class

GUID Tools

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static class GuidTools
Inheritance
Object    GuidTools

Methods

Create(Guid, String) Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
Create(Guid, String, Int32) Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
CreateFromFile Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
CreateFromStream Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
GetVersion Gets version of UUID
IsNameBased Is name-based UUID?

Fields

DnsNamespace The namespace for fully-qualified domain names (from RFC 4122, Appendix C).
IsoOidNamespace The namespace for ISO OIDs (from RFC 4122, Appendix C).
UrlNamespace The namespace for URLs (from RFC 4122, Appendix C).

See Also