GH_ConvertToSHA_Hash Method (Byte) |
Create a SHA hash. The hash algorithm is only guaranteed to yield
the same results from within a unique application domain.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static Guid ToSHA_Hash(
byte[] data
)
Public Shared Function ToSHA_Hash (
data As Byte()
) As Guid
Parameters
- data
- Type: SystemByte
Data to hash.
Return Value
Type:
GuidA guid representing the (partial) SHA hash.
See Also