System.Hash.THashSHA1 Methods
InheritedProtected
| Create | public | Creates an instance of THashSHA1. | 
| GetBlockSize | public | Returns the block size of this hash instance. | 
| GetHashBytes | public | Creates a hash digest from the specified input value and returns the value of the created digest as bytes. | 
| GetHashBytesFromFile | public | Creates a hash digest from the specified file and returns the value of the created digest as bytes. | 
| GetHashSize | public | Returns the size of this hash instance. | 
| GetHashString | public | Creates a hash digest from the provided input value and returns the value of the created digest as a hexadecimal String. | 
| GetHashStringFromFile | public | Creates a hash digest from the specified file and returns the value of the created digest as a hexadecimal String. | 
| GetHMAC | public | Returns the value of the HMAC-suitable hash digest as a String. | 
| GetHMACAsBytes | public | Returns the value of the HMAC-suitable hash digest as bytes. | 
| HashAsBytes | public | Returns the hash value of this instance of THashSHA1 as bytes. | 
| HashAsString | public | Returns the hash value of this instance of THashSHA1 as a hexadecimal String. | 
| Reset | public | Resets the state of this instance of THashSHA1. | 
| Update | public | Updates the hash value of this instance of THashSHA1 with the provided data. |