HashAlgorithm::Create Method ()
Creates an instance of the default implementation of a hash algorithm.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Security.Cryptography::HashAlgorithm^A new SHA1CryptoServiceProvider instance, unless the default settings have been changed using the .
By default, this overload uses the SHA1CryptoServiceProvider implementation of a hash algorithm. If you want to specify a different implementation, use the Create(String^) overload, which lets you specify an algorithm name, instead. The cryptography configuration system defines the default implementation of HashAlgorithm.
Available since 1.1