GuidToolsCreateFromStream Method
Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Guid CreateFromStream(
Stream fs
)
Public Shared Function CreateFromStream (
fs As Stream
) As Guid
public:
static Guid CreateFromStream(
Stream^ fs
)
static member CreateFromStream :
fs : Stream -> Guid
- fs Stream
- Stream
GuidA UUID derived from hash of the stream.