Заменил обращение к CP_MY_STORE на static

This commit is contained in:
Artem Vasilev 2022-11-15 10:38:04 +03:00
parent 612031c8dc
commit 1ded89c73e

View File

@ -54,7 +54,7 @@ class CryptoPro
{
$certificates = self::getCertificatesFromStore(
CADESCOM_STORE_LOCATION::CURRENT_USER_STORE,
self::CP_MY_STORE,
static::CP_MY_STORE,
false
);
}
@ -98,7 +98,7 @@ class CryptoPro
{
$certificates = self::getCertificatesFromStore(
CADESCOM_STORE_LOCATION::CONTAINER_STORE,
self::CP_MY_STORE,
static::CP_MY_STORE,
false
);
}