31 instantiations of NTAccount
mscorlib (18)
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\sid.cs (1)
1043Result.Add( new NTAccount( domain, account ));
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();
42 references to NTAccount
mscorlib (25)
system\security\permissions\principalpermission.cs (2)
44NTAccount ntAccount = new NTAccount(m_role); 47IdentityReferenceCollection target = NTAccount.Translate(source, typeof(SecurityIdentifier), false);
system\security\principal\ircollection.cs (4)
207else if ( type == typeof( NTAccount )) 270else if ( type == typeof( NTAccount )) 302TargetNTAccounts = NTAccount.Translate( SourceNTAccounts, targetType, out someFailed ); 367else if ( type == typeof( NTAccount ))
system\security\principal\ntaccount.cs (11)
108else if ( targetType == typeof( NTAccount )) 128if ( targetType == typeof( NTAccount )) 138irTarget = NTAccount.Translate( irSource, targetType, true ); 155NTAccount nta = o as NTAccount; 222public static bool operator==( NTAccount left, NTAccount right ) 241public static bool operator!=( NTAccount left, NTAccount right ) 279NTAccount nta = id as NTAccount;
system\security\principal\sid.cs (3)
719if ( targetType == typeof( NTAccount )) 793else if ( targetType == typeof( NTAccount )) 1116if ( targetType == typeof( NTAccount ))
system\security\principal\windowsidentity.cs (3)
509NTAccount ntAccount = this.User.Translate(typeof(NTAccount)) as NTAccount;
system\security\principal\windowsprincipal.cs (2)
138NTAccount ntAccount = new NTAccount(role); 141IdentityReferenceCollection target = NTAccount.Translate(source, typeof(SecurityIdentifier), false);
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 (1)
220NTAccount name;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
472NTAccount account = new NTAccount(role);
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (2)
61this.name = ((NTAccount)this.sid.Translate(typeof(NTAccount))).Value;
System\ServiceModel\UpnEndpointIdentity.cs (1)
189NTAccount userAccount = new NTAccount(upn);
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (4)
124NTAccount account = (NTAccount)identifier.Translate(typeof(NTAccount)); 244NTAccount identity = new NTAccount(windowsGroup);
System.Workflow.Activities (3)
Executors\WorkflowWebService.cs (1)
185securityIdentifier = windowsIdentity.User.Translate(typeof(NTAccount)).ToString();
LocalService\WorkflowMessageEventHandler.cs (1)
123securityIdentifier = windowsIdentity.User.Translate(typeof(NTAccount)).ToString();
Role\ADRole.cs (1)
246identityRefs.Add(entrySid.Translate(typeof(NTAccount)).ToString());
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
345IdentityReference idRef = si.Translate(typeof(NTAccount));
WsatConfig (1)
CommandLine\ArgumentsParser.cs (1)
388NTAccount ntAccount = new NTAccount(account);
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
138allowed.Add(sid.Translate(typeof(NTAccount)).Value);