Gets the HashAlgorithmParameters being used by this HashAlgorithm.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public HashAlgorithmParameters Parameters { get; } |
Visual Basic |
---|
Public ReadOnly Property Parameters As HashAlgorithmParameters Get |
Visual C++ |
---|
public: virtual property HashAlgorithmParameters^ Parameters { HashAlgorithmParameters^ get () sealed; } |