Creates an instance of the default implementation of HashAlgorithm.

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

Syntax

C#
public static HashAlgorithm Create()
Visual Basic (Declaration)
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