Simple name | Algorithm implementation |
|---|
3DES, Triple DES, TripleDES, System.Security.Cryptography.TripleDES | TripleDESCryptoServiceProvider |
AES, System.Security.Cryptography.AesCryptoServiceProvider | AesCryptoServiceProvider |
AesManaged, System.Security.Cryptography.AesManaged | AesManaged |
System.Security.Cryptography.AsymmetricAlgorithm | RSACryptoServiceProvider |
DES, System.Security.Cryptography.DES | DESCryptoServiceProvider |
DSA, System.Security.Cryptography.DSA | DSACryptoServiceProvider |
ECDH, ECDiffieHellman, ECDiffieHellmanCng, System.Security.Cryptography.ECDiffieHellmanCng | ECDiffieHellmanCng |
ECDsa, ECDsaCng, System.Security.Cryptography.ECDsaCng | ECDsaCng |
System.Security.Cryptography.HashAlgorithm | SHA1CryptoServiceProvider |
HMAC, System.Security.Cryptography.HMAC | HMACSHA1 |
HMACMD5, System.Security.Cryptography.HMACMD5 | HMACMD5 |
HMACRIPEMD160, System.Security.Cryptography.HMACRIPEMD160 | HMACRIPEMD160 |
HMACSHA1, System.Security.Cryptography.HMACSHA1 | HMACSHA1 |
HMACSHA256, System.Security.Cryptography.HMACSHA256 | HMACSHA256 |
HMACSHA384, System.Security.Cryptography.HMACSHA384 | HMACSHA384 |
HMACSHA512, System.Security.Cryptography.HMACSHA512 | HMACSHA512 |
System.Security.Cryptography.KeyedHashAlgorithm | HMACSHA1 |
MACTripleDES, System.Security.Cryptography.MACTripleDES | MACTripleDES |
MD5, System.Security.Cryptography.MD5 | MD5CryptoServiceProvider |
System.Security.Cryptography.MD5Cng | MD5Cng |
RandomNumberGenerator | RNGCryptoServiceProvider |
RC2, System.Security.Cryptography.RC2 | RC2CryptoServiceProvider |
Rijndael, System.Security.Cryptography.Rijndael | RijndaelManaged |
RIPEMD160, RIPEMD-160, System.Security.Cryptography.RIPEMD160Managed | RIPEMD160Managed |
RSA, System.Security.Cryptography.RSA | RSACryptoServiceProvider |
SHA, SHA1, System.Security.Cryptography.SHA1 | SHA1CryptoServiceProvider |
System.Security.Cryptography.SHA1Cng | SHA1Cng |
SHA256, SHA-256, System.Security.Cryptography.SHA256 | SHA256Managed |
System.Security.Cryptography.SHA256Cng | SHA256Cng |
System.Security.Cryptography.SHA256CryptoServiceProvider | SHA256CryptoServiceProvider |
SHA384, SHA-384, System.Security.Cryptography.SHA384 | SHA384Managed |
System.Security.Cryptography.SHA384Cng | SHA384Cng |
System.Security.Cryptography.SHA384CryptoServiceProvider | SHA384CryptoServiceProvider |
SHA512, SHA-512, System.Security.Cryptography.SHA512 | SHA512Managed |
System.Security.Cryptography.SHA512Cng | SHA512Cng |
System.Security.Cryptography.SHA512CryptoServiceProvider | SHA512CryptoServiceProvider |
System.Security.Cryptography.SymmetricAlgorithm | RijndaelManaged |