/
onimor
/
ASWRemoteViewerRev
Обзор
Документация
Войти
/
onimor
/
ASWRemoteViewerRev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RemoteViewing/Shared/ASW.RemoteViewing.Shared.Security/RemoteUserPolicies.cs
12 строк
372 B
onimor
Добавьте файлы проекта.
28 авг 2025, 13:00
28 авг 2025, 13:00
855ae9a
Код
Авторство
О чём код?
namespace ASW.RemoteViewing.Shared.Security; public static partial class Policies { public static class RemoteUser { public const string CanView = "CanViewRemoteUser"; public const string CanEdit = "CanEditRemoteUser"; public const string CanAdd = "CanAddRemoteUser"; public const string CanDelete = "CanDeleteRemoteUser"; } }