• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/form.php
  • Класс: Bitrix\Crm\WebForm\Form
  • Вызов: Form::checkSecurityCode
public function checkSecurityCode($code)
{
	return $this->params['SECURITY_CODE'] === $code;
}