This commit is contained in:
2026-05-25 23:46:29 +03:00
parent 959bc76721
commit ae6a1fc8d7
8 changed files with 123 additions and 20 deletions
+6
View File
@@ -53,6 +53,12 @@ public class EpServer : NetworkServer<EpConnection>, IResource
set;
}
[Attribute]
public string[] AllowedAuthenticationProviders { get; set; }
[Attribute]
public bool AllowUnauthorizedAccess { get; set; }
//IMembership membership;
//[Attribute]