A Hashing Method object represents a particular hashing algorithm offered by the library. Objects of this type are assigned to the Xceed Hashing control's HashingMethod property in order to determine the hashing algorithm to use when calling Xceed Hashing control methods that hash data.
Each Hashing Method object has its own specific properties depending on the particularities of the hashing algorithm it represents. You can set these properties to determine the low-level parameters of the hashing algorithm.
After instantiating one of the Hashing Method objects listed below, set any of its properties if required and then then assign it to the Xceed Hashing control's HashingMethod property.
Xceed.Hashing.1
Object name | Description |
---|---|
XceedSHAHashingMethod | Represents the SHA-2 and SHA-1 hashing algorithms. |
XceedHavalHashingMethod | Represents the Haval hashing algorithm. |