Table of Contents

Class SecureHashAlgorithm256

Namespace
Cuemon.Security.Cryptography
Assembly
Cuemon.Security.Cryptography.dll

Provides a SHA-256 implementation of the SHA (Secure Hash Algorithm) cryptographic hashing algorithm for 256-bit hash values. This class cannot be inherited. Implements the UnkeyedCryptoHash<TAlgorithm>

public sealed class SecureHashAlgorithm256 : UnkeyedCryptoHash<SHA256>, IHash, IConfigurable<ConvertibleOptions>
Inheritance
Object
SecureHashAlgorithm256
Implements
Inherited Members

Constructors

SecureHashAlgorithm256(Action<ConvertibleOptions>)

Initializes a new instance of the SecureHashAlgorithm256 class.

public SecureHashAlgorithm256(Action<ConvertibleOptions> setup = null)

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Fields

BitSize

Produces a 256-bit hash value

public const int BitSize = 256

Field Value

Int32

See Also

UnkeyedCryptoHash<TAlgorithm>
Hash<TOptions>