Returns the underlying instance of the SHA1 object that is used to compute the SHA1 part of the combined hash.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property SHA1 As HashAlgorithm
	Get
C#
public HashAlgorithm SHA1 { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also