16 references to NTAccount
Microsoft.Win32.Registry (3)
System\Security\AccessControl\RegistrySecurity.cs (3)
20: this(new NTAccount(identity), (int)registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 30: this(new NTAccount(identity), (int)registryRights, false, inheritanceFlags, propagationFlags, type) 70: this(new NTAccount(identity), (int)registryRights, false, inheritanceFlags, propagationFlags, flags)
System.IO.FileSystem.AccessControl (4)
System\Security\AccessControl\FileSystemAccessRule.cs (2)
33new NTAccount(identity), 69new NTAccount(identity),
System\Security\AccessControl\FileSystemAuditRule.cs (2)
44new NTAccount(identity), 59new NTAccount(identity),
System.Security.AccessControl (4)
System\Security\AccessControl\ObjectSecurityT.cs (4)
47new NTAccount(identity), 81new NTAccount(identity), 160new NTAccount(identity), 175new NTAccount(identity),
System.Security.Principal.Windows (1)
System\Security\Principal\WindowsPrincipal.cs (1)
55NTAccount ntAccount = new NTAccount(role);
System.ServiceModel.Primitives (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
374NTAccount acct = new NTAccount(upn);
System.Threading.AccessControl (3)
System\Security\AccessControl\EventWaitHandleSecurity.cs (1)
52: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
System\Security\AccessControl\MutexSecurity.cs (1)
53: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
System\Security\AccessControl\SemaphoreSecurity.cs (1)
49: this(new NTAccount(identity), (int)eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)