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