3 references to WindowsAccountType
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1057[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.WindowsAccountType))]
System.Security.Principal.Windows (2)
System\Security\Principal\WindowsIdentity.cs (2)
67public WindowsIdentity(IntPtr userToken, string type, WindowsAccountType acctType) : this(userToken, type, -1) { } 69public WindowsIdentity(IntPtr userToken, string type, WindowsAccountType acctType, bool isAuthenticated)