ISHA256 Interface
Represents type ISHA256
.
Spring.Cryptography.IHashAlgorithm
Spring.Cryptography.ISHA256
Spring.Cryptography.SHA.TSHA256
type ISHA256 = interface(IHashAlgorithm) ['{1DD90B12-CB33-44F2-A996-E7A0B5F0C541}'] end;
The ISHA256 type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 |
![]() | GetHashSize | Represents method |