C# Class DsatsDemoServer.DsatsDemoServer.ImpersonationContext

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

Méthodes publiques

Свойство Type Description
Context System.Security.Principal.WindowsImpersonationContext
Handle System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void

Frees any unmanaged resources.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Property Details

Context public_oe property

public WindowsImpersonationContext,System.Security.Principal Context
Résultat System.Security.Principal.WindowsImpersonationContext

Handle public_oe property

public IntPtr,System Handle
Résultat System.IntPtr