Click or drag to resize
Cimbalino ToolkitSystem.Security.Cryptography Namespace
The System.Security.Cryptography namespace provides classes that are used for data cryptography
Classes
  ClassDescription
Public classHashAlgorithmBase
Represents the base class from which all implementations of cryptographic hash algorithms must derive.
Public classHmacHashAlgorithmBase
Represents the abstract class from which all implementations of Hash-based Message Authentication Code (HMAC) must derive.
Public classHMACMD5
Computes the MD5 hash for the input data using the managed library.
Public classHMACSHA1
Computes the MD5 hash for the input data using the managed library.
Public classHMACSHA256
Computes the MD5 hash for the input data using the managed library.
Public classMD5
Public classMD5Managed
Computes the MD5 hash for the input data using the managed library.
Public classSHA1Managed
Computes the MD5 hash for the input data using the managed library.
Public classSHA256Managed
Computes the MD5 hash for the input data using the managed library.