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

◆ IsValidTargetType()

override bool System.Security.Principal.NTAccount.IsValidTargetType ( Type targetType)
inline

Definition at line 59 of file NTAccount.cs.

60 {
61 if (targetType == typeof(SecurityIdentifier))
62 {
63 return true;
64 }
65 if (targetType == typeof(NTAccount))
66 {
67 return true;
68 }
69 return false;
70 }
NTAccount(string domainName, string accountName)
Definition NTAccount.cs:14