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)
67
public WindowsIdentity(IntPtr userToken, string type,
WindowsAccountType
acctType) : this(userToken, type, -1) { }
69
public WindowsIdentity(IntPtr userToken, string type,
WindowsAccountType
acctType, bool isAuthenticated)