Creates an instance of the specified implementation of HashAlgorithm.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public static HashAlgorithm Create( string hashName ) |
Visual Basic (Declaration) |
---|
Public Shared Function Create ( _ hashName As String _ ) As HashAlgorithm |
Visual C++ |
---|
public: static HashAlgorithm^ Create( String^ hashName ) |
Parameters
- hashName
- Type: System..::.String
The implementation of HashAlgorithm to create.