BlockValues Class

Gets the values from a ulong array. Block lengths are QwordsInBlock elements long.

Definition

Namespace: Gemstone.Security.Cryptography.Argon2Hash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.166 -- Release Build+3ac73912f52c3309a818fcc8cd731758651aaeae
public class BlockValues
Inheritance
Object    BlockValues

Constructors

BlockValues Initializes a new instance of the BlockValues class.

Properties

Item Gets or sets the ulong element at the specified index.

Methods

Copy Copy other into this.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init Copy value into every ulong of this.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Xor XOR other with this and store the result into this.

See Also