public sealed class Blake2BTreeConfigPublic NotInheritable Class Blake2BTreeConfigpublic ref class Blake2BTreeConfig sealedGemstone.Security.Cryptography.Blake2BHash.Blake2BTreeConfig = function();
Type.createClass(
'Gemstone.Security.Cryptography.Blake2BHash.Blake2BTreeConfig');| Blake2BTreeConfig | Initializes a new instance of the Blake2BTreeConfig class. |
| FanOut | Gets or sets the tree fan out value. |
| IntermediateHashSize | Gets or sets the intermediate hash size. |
| LeafSize | Gets or sets the tree leaf size. |
| MaxHeight | Gets or sets the tree maximum height. |
| CreateInterleaved | Create an instance of the Blake2BTreeConfig for parallel hash computation. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |