Number of supported hash algorithms

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static int Count { get; }
Visual Basic
Public Shared ReadOnly Property Count As Integer
	Get
Visual C++
public:
static property int Count {
	int get ();
}

See Also