System.Security.Principal.WindowsIdentity.WindowsIdentity.WindowsIdentity.Impersonate C# (CSharp) Méthode

Impersonate() public méthode

public Impersonate ( ) : System.Security.Principal.WindowsImpersonationContext
Résultat System.Security.Principal.WindowsImpersonationContext
		public virtual WindowsImpersonationContext Impersonate ()
		{
			return new WindowsImpersonationContext (_token);
		}

Same methods

WindowsIdentity.WindowsIdentity.WindowsIdentity::Impersonate ( IntPtr userToken ) : System.Security.Principal.WindowsImpersonationContext