Пример #1
0
 public static string AclGetName(MtaAcl theAcl)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public static bool AclGetRight(MtaAcl theAcl, string rightName)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public static bool AclDestroy(MtaAcl theACL)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public static bool AclSetRight(MtaAcl theAcl, string rightName, bool hasAccess)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public static dynamic AclListRights(MtaAcl theACL, string allowedType)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public static bool AclGroupRemoveACL(MtaAclGroup theGroup, MtaAcl theACL)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public AclEntry(MtaAcl mtaAclEntry)
 {
     entry = mtaAclEntry;
 }