C# Class System.Security.Principal.WindowsImpersonationContext.WindowsImpersonationContext

Show file Open project: runefs/Marvin

Public Methods

Method Description
Undo ( ) : void

Private Methods

Method Description
CloseToken ( IntPtr token ) : bool
Dispose ( ) : void
Dispose ( bool disposing ) : void
DuplicateToken ( IntPtr token ) : IntPtr
RevertToSelf ( ) : bool
SetCurrentToken ( IntPtr token ) : bool
WindowsImpersonationContext ( IntPtr token ) : System.Runtime.CompilerServices

Method Details

Undo() public method

public Undo ( ) : void
return void