Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

MD5Managed Class

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)

Managed implementation of MD5 algorithm.

Syntax
public class MD5Managed : MD5, ICryptoTransform, IDisposable
Inheritance
Object
HashAlgorithm
MD5
MD5Managed
Implements
ICryptoTransform
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
HashAlgorithm.CanReuseTransform
HashAlgorithm.CanTransformMultipleBlocks
HashAlgorithm.Clear()
HashAlgorithm.ComputeHash(Byte[])
HashAlgorithm.ComputeHash(Byte[], Int32, Int32)
HashAlgorithm.ComputeHash(Stream)
HashAlgorithm.ComputeHashAsync(Stream, CancellationToken)
HashAlgorithm.Dispose()
HashAlgorithm.Dispose(Boolean)
HashAlgorithm.Hash
HashAlgorithm.HashCore(ReadOnlySpan<Byte>)
HashAlgorithm.HashSize
HashAlgorithm.HashSizeValue
HashAlgorithm.HashValue
HashAlgorithm.InputBlockSize
HashAlgorithm.OutputBlockSize
HashAlgorithm.State
HashAlgorithm.TransformBlock(Byte[], Int32, Int32, Byte[], Int32)
HashAlgorithm.TransformFinalBlock(Byte[], Int32, Int32)
HashAlgorithm.TryComputeHash(ReadOnlySpan<Byte>, Span<Byte>, Int32)
HashAlgorithm.TryHashFinal(Span<Byte>, Int32)
MD5.Create()
MD5.Create(String)
MD5.HashData(Byte[])
MD5.HashData(Stream)
MD5.HashData(Stream, Span<Byte>)
MD5.HashData(ReadOnlySpan<Byte>)
MD5.HashData(ReadOnlySpan<Byte>, Span<Byte>)
MD5.HashDataAsync(Stream, Memory<Byte>, CancellationToken)
MD5.HashDataAsync(Stream, CancellationToken)
MD5.HashSizeInBits
MD5.HashSizeInBytes
MD5.TryHashData(ReadOnlySpan<Byte>, Span<Byte>, Int32)

Constructors

Name Description
MD5Managed()

Initializes a new instance.

Methods

Name Description
HashCore(Byte[], Int32, Int32)

Updates the MD5 hash code.

HashFinal()

Returns the computed MD5 hash as an array of bytes.

Initialize()

Initializes an instance of MD5.

In This Article
  • Constructors
  • Methods
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies