OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.MessageDigestSupport Members

SupportClass.MessageDigestSupport overview

Public Static Methods

EquivalentDigest Compares two arrays of signed bytes evaluating equivalence in digest data
GetInstance Generates a new instance of the MessageDigestSupport class using the specified algorithm

Public Instance Constructors

SupportClass.MessageDigestSupport Constructor Creates a message digest using the specified name to set Algorithm property.

Public Instance Properties

Algorithm The HashAlgorithm instance that provide the cryptographic hash algorithm
AlgorithmName The name of the cryptographic hash algorithm used in the instance
Data The digest data

Public Instance Methods

DigestDataOverloaded. Computes the hash value for the internal data digest.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
Reset Resets the digest data to the initial state.
ToString Returns a string representation of the Message Digest
UpdateOverloaded. Updates the digest data with the specified array of bytes by making an append operation in the internal array of data.

See Also

SupportClass.MessageDigestSupport Class | (global) Namespace