C# Class DsatsDemoServer.DsatsDemoServer.ImpersonationContext

Stores information about the user that is currently being impersonated.
Inheritance: IDisposable
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Context System.Security.Principal.WindowsImpersonationContext
Handle System.IntPtr

Public Methods

Method Description
Dispose ( ) : void

Frees any unmanaged resources.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

Context public_oe property

public WindowsImpersonationContext,System.Security.Principal Context
return System.Security.Principal.WindowsImpersonationContext

Handle public_oe property

public IntPtr,System Handle
return System.IntPtr