1 instantiation of NTAccount
System.ServiceModel.Primitives (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
374NTAccount acct = new NTAccount(upn);
6 references to NTAccount
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1051[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.NTAccount))]
System.Security.Principal.Windows (4)
artifacts\obj\System.Security.Principal.Windows\Debug\net9.0\System.Security.Principal.Windows.notsupported.cs (4)
67public static bool operator ==(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 68public static bool operator !=(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); }
System.ServiceModel.Primitives (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
374NTAccount acct = new NTAccount(upn);