C# 클래스 DsatsDemoServer.DsatsDemoServer.ImpersonationContext

Stores information about the user that is currently being impersonated.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
Context System.Security.Principal.WindowsImpersonationContext
Handle System.IntPtr

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees any unmanaged resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

프로퍼티 상세

Context 공개적으로 프로퍼티

public WindowsImpersonationContext,System.Security.Principal Context
리턴 System.Security.Principal.WindowsImpersonationContext

Handle 공개적으로 프로퍼티

public IntPtr,System Handle
리턴 System.IntPtr