Blake2BConfigResult64ByteBuffer Property
Gets or sets the 64-byte result buffer the Blake2 algorithm will use.
Namespace: Gemstone.Security.Cryptography.Blake2BHashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.171 -- Release Build+9bbaecd83e44e0973a7b18ef958272cfb4d67729
public byte[]? Result64ByteBuffer { get; set; }
Public Property Result64ByteBuffer As Byte()
Get
Set
function get_Result64ByteBuffer();
function set_Result64ByteBuffer(value);
Property Value
Byte
If not null, this is the buffer that will get returned by the
Blake2BHasher.
Finish call
regardless of the value of
OutputSizeInBytes.