ICRC32 Interface
Represents type ICRC32.
Spring.Cryptography.IHashAlgorithm
Spring.Cryptography.ICRC32
Spring.Cryptography.CRC.TCRC32
type ICRC32 = interface(IHashAlgorithm) ['{96581075-EC4C-4C3F-A031-88FCD4D9F3EA}'] end;
The ICRC32 type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  | CrcValue | Represents property   | 
![]()  | HashSize | Gets the hash size, in bits, of the algorithm. (Inherited from IHashAlgorithm.)  | 
| Name | Description | |
|---|---|---|
![]()  | ComputeHash(Byte[]) | Overloaded. Represents method   | 
![]()  | ComputeHash(Byte[],Integer,Integer) | Overloaded. Represents method   | 
![]()  | ComputeHash(Pointer,Integer) | Overloaded. Represents method   | 
![]()  | ComputeHash(RawByteString) | Overloaded. Represents method   | 
![]()  | ComputeHash(string) | Overloaded. Represents method   | 
![]()  | ComputeHash(TStream) | Overloaded. Represents method   | 
![]()  | ComputeHash(WideString) | Overloaded. Represents method   | 
![]()  | ComputeHashOfFile(string) | Represents method   | 
![]()  | GetCrcValue | Represents method   | 
![]()  | GetHashSize | Represents method   | 

