Table of Contents

Class SecureHashAlgorithm1

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

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

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

Constructors

SecureHashAlgorithm1(Action<ConvertibleOptions>)

Initializes a new instance of the SecureHashAlgorithm1 class.

public SecureHashAlgorithm1(Action<ConvertibleOptions> setup = null)

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Fields

BitSize

Produces a 160-bit hash value

public const int BitSize = 160

Field Value

Int32

See Also

UnkeyedCryptoHash<TAlgorithm>
Hash<TOptions>