The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
KeyedHashAlgorithm::Create Method ()
.NET Framework (current version)
Creates an instance of the default implementation of a keyed hash algorithm.
Assembly: mscorlib (in mscorlib.dll)
By default, this overload uses the HMACSHA1 implementation of a keyed 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 the KeyedHashAlgorithm class.
.NET Framework
Available since 1.1
Available since 1.1
Show: