Gets or sets the hash of the data represented by this node.
Namespace: Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public byte[] Hash { get; set; } |
Visual Basic |
---|
Public Property Hash As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ Hash { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |