Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsValidTargetTypeStatic()

static bool System.Security.AccessControl.CommonObjectSecurity.IsValidTargetTypeStatic ( Type targetType)
inlinestaticprivateinherited

Definition at line 18 of file CommonObjectSecurity.cs.

19 {
20 if (targetType == typeof(NTAccount))
21 {
22 return true;
23 }
24 if (targetType == typeof(SecurityIdentifier))
25 {
26 return true;
27 }
28 return false;
29 }

Referenced by System.Security.AccessControl.CommonObjectSecurity.GetRules().