TSecurityManagerValidationMode class.
TSecurityManagerValidationMode defines the enumerable type for the possible validation modes that can be used by TSecurityManager.
The following enumerable values are defined:
- MD5: an MD5 hash is generated from the data and used for validation.
- SHA1: an SHA1 hash is generated from the data and used for validation.