KeyedHashAlgorithm::Create Method (String^)
Creates an instance of the specified implementation of a keyed hash algorithm.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- algName
-
Type:
System::String^
The keyed hash algorithm implementation to use. The following table shows the valid values for the algName parameter and the algorithms they map to.
Parameter value
Implements
System.Security.Cryptography.HMAC
System.Security.Cryptography.KeyedHashAlgorithm
HMACMD5
System.Security.Cryptography.HMACMD5
HMACRIPEMD160
System.Security.Cryptography.HMACRIPEMD160
HMACSHA1
System.Security.Cryptography.HMACSHA1
HMACSHA256
System.Security.Cryptography.HMACSHA256
HMACSHA384
System.Security.Cryptography.HMACSHA384
HMACSHA512
System.Security.Cryptography.HMACSHA512
MACTripleDES
System.Security.Cryptography.MACTripleDES
Return Value
Type: System.Security.Cryptography::KeyedHashAlgorithm^A new instance of the specified keyed hash algorithm.
This method supports a number of algorithms, including MD5, SHA-1, SHA-256, and RIPEMD160. For a full list, see the supported values for the algName parameter.
Available since 1.1