public sealed class Blake2BConfigPublic NotInheritable Class Blake2BConfigpublic ref class Blake2BConfig sealedGemstone.Security.Cryptography.Blake2BHash.Blake2BConfig = function();
Type.createClass(
'Gemstone.Security.Cryptography.Blake2BHash.Blake2BConfig');| Blake2BConfig | Initializes a new instance of the Blake2BConfig class. |
| Key | Gets or sets the key value used in the hash. If not null, must be 128 bytes or shorter. |
| OutputSizeInBits | Gets or sets the output size in bits. Must be a multiple of 8. |
| OutputSizeInBytes | Gets or sets the output size in bytes. Must be less than or equal to 64. |
| Personalization | Gets or sets the personalization value used in the hash. If not null, must be 16 bytes. |
| Result64ByteBuffer | Gets or sets the 64-byte result buffer the Blake2 algorithm will use. |
| Salt | Gets or sets the salt value used in the hash. If not null, must be 16 bytes. |
| 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) |