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
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property SHA1 As HashAlgorithm Get | 
| C# | 
|---|
| public HashAlgorithm SHA1 { get; } | 
 
     
     
     
     
    