22 public override byte[]
H(
byte[] Data)
Base class for all hashed authentication mechanisms.
Base class for all MD5-hashed authentication mechanisms.
Md5AuthenticationMechanism()
Base class for all MD5-hashed authentication mechanisms.
override byte[] H(byte[] Data)
Hash function
Contains methods for simple hash calculations.
static byte[] ComputeMD5Hash(byte[] Data)
Computes the MD5 hash of a block of binary data.