Gets the HashAlgorithm that was the target of the change in the List, if known.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public HashAlgorithm TargetHashAlgorithm { get; } |
Visual Basic |
---|
Public ReadOnly Property TargetHashAlgorithm As HashAlgorithm Get |
Visual C++ |
---|
public: property HashAlgorithm^ TargetHashAlgorithm { HashAlgorithm^ get (); } |