30 references to NTAccount
mscorlib (17)
system\security\accesscontrol\cryptokeysecurity.cs (2)
49: this (new NTAccount(identity), 110: this (new NTAccount(identity),
system\security\accesscontrol\eventwaithandlesecurity.cs (1)
58: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
system\security\accesscontrol\filesecurity.cs (4)
98new NTAccount(identity), 134new NTAccount(identity), 248new NTAccount(identity), 263new NTAccount(identity),
system\security\accesscontrol\mutexsecurity.cs (1)
58: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
system\security\accesscontrol\objectsecurityt.cs (4)
48new NTAccount(identity), 80new NTAccount(identity), 154new NTAccount(identity), 168new NTAccount(identity),
system\security\accesscontrol\registrysecurity.cs (3)
67: this(new NTAccount(identity), (int) registryRights, false, InheritanceFlags.None, PropagationFlags.None, type) 77: this(new NTAccount(identity), (int) registryRights, false, inheritanceFlags, propagationFlags, type) 116: this(new NTAccount(identity), (int) registryRights, false, inheritanceFlags, propagationFlags, flags)
system\security\permissions\principalpermission.cs (1)
44NTAccount ntAccount = new NTAccount(m_role);
system\security\principal\windowsprincipal.cs (1)
138NTAccount ntAccount = new NTAccount(role);
System (1)
sys\system\security\accesscontrol\semaphoresecurity.cs (1)
56: this(new NTAccount(identity), (int) eventRights, false, InheritanceFlags.None, PropagationFlags.None, type)
System.Core (2)
System\IO\Pipes\PipeSecurity.cs (2)
87new NTAccount(identity), 185new NTAccount(identity),
System.IdentityModel (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
340NTAccount acct = new NTAccount(upn);
System.Runtime.Remoting (1)
channels\ipc\ipcserverchannel.cs (1)
308NTAccount ntAccount = new NTAccount(_authorizedGroup);
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (3)
229name = new NTAccount(userName); 240name = new NTAccount(userName); 251name = new NTAccount(userName);
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
472NTAccount account = new NTAccount(role);
System\ServiceModel\UpnEndpointIdentity.cs (1)
189NTAccount userAccount = new NTAccount(upn);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
244NTAccount identity = new NTAccount(windowsGroup);
WsatConfig (1)
CommandLine\ArgumentsParser.cs (1)
388NTAccount ntAccount = new NTAccount(account);
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
161string sid = ((new NTAccount((string)kerb[i])).Translate(typeof(SecurityIdentifier))).ToString();