13 references to Users
System.Web (13)
Configuration\AuthorizationRule.cs (13)
131
Users
.Add(user);
141
users = (CommaDelimitedStringCollection)
Users
;
160
return _ActionModified || base.IsModified() || (((CommaDelimitedStringCollection)
Users
).IsModified) ||
178
o.
Users
.ToString() ==
Users
.ToString() &&
187
string __users =
Users
.ToString();
206
((CommaDelimitedStringCollection)
Users
).SetReadOnly();
318
_UsersExpanded = CreateExpandedCollection(
Users
);
378
if (
Users
.Count > 0) {
379
foreach (string User in
Users
) {
412
_UsersExpanded = CreateExpandedCollection(
Users
);
413
if (Roles.Count == 0 &&
Users
.Count == 0) {
476
users =
Users
;