| System.Security.Cryptography Namespace |
| Class | Description | |
|---|---|---|
| HashAlgorithmBase |
Represents the base class from which all implementations of cryptographic hash algorithms must derive.
| |
| HmacHashAlgorithmBase |
Represents the abstract class from which all implementations of Hash-based Message Authentication Code (HMAC) must derive.
| |
| HMACMD5 |
Computes the MD5 hash for the input data using the managed library.
| |
| HMACSHA1 |
Computes the MD5 hash for the input data using the managed library.
| |
| HMACSHA256 |
Computes the MD5 hash for the input data using the managed library.
| |
| MD5 | ||
| MD5Managed |
Computes the MD5 hash for the input data using the managed library.
| |
| SHA1Managed |
Computes the MD5 hash for the input data using the managed library.
| |
| SHA256Managed |
Computes the MD5 hash for the input data using the managed library.
|