Gets the size of the computed hash code in bits.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override int HashSize { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property HashSize As Integer Get |
Visual C++ |
---|
public: virtual property int HashSize { int get () override; } |