PHP Класс Prado\Security\TSecurityManagerValidationMode

This class has been deprecated since version 3.2.1. TSecurityManagerValidationMode defines the enumerable type for the possible validation modes that can be used by {@link 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.
С версии: 3.0.4
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\TEnumerable
Показать файл Открыть проект