Creates an instance of the default implementation of HashAlgorithm.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public static HashAlgorithm Create()
Visual Basic
Public Shared Function Create As HashAlgorithm
Visual C++
public:
static HashAlgorithm^ Create()

Return Value

An instance of a cryptographic object to perform the hash algorithm.

Remarks

The default implementation of HashAlgorithm is SHA1.

See Also