Gets the hash iteration at the specified index.
Namespace:
Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public byte[] this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ default[int index] { array<unsigned char>^ get (int index); } |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the hash iteration to get.
Return Value
The specified hash iteration.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | When the specified index is less than zero. |