System.Security.Principal.WindowsIdentity.WindowsIdentity.WindowsIdentity.GetCurrent C# (CSharp) 메소드

GetCurrent() 공개 정적인 메소드

public static GetCurrent ( ) : System.Security.Principal.WindowsIdentity
리턴 System.Security.Principal.WindowsIdentity
		public static WindowsIdentity GetCurrent ()
		{
			return new WindowsIdentity (GetCurrentToken (), null, WindowsAccountType.Normal, true);
		}
#if NET_2_0

Same methods

WindowsIdentity.WindowsIdentity.WindowsIdentity::GetCurrent ( TokenAccessLevels desiredAccess ) : System.Security.Principal.WindowsIdentity
WindowsIdentity.WindowsIdentity.WindowsIdentity::GetCurrent ( bool ifImpersonating ) : System.Security.Principal.WindowsIdentity