Esempio n. 1
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value     = value;
 }
Esempio n. 2
0
 public PasswordLimit(string profile,
                      EPasswordLimitName limitName,
                      NumericResourceLimitValue value)
 base(profile, EResourceType.Password)
Esempio n. 3
0
 public PasswordLimit(string profile,
                      EPasswordLimitName limitName,
                      NumericResourceLimitValue value)
     base(profile, EResourceType.Password)
Esempio n. 4
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value = value;
 }