Click or drag to resize
weroSoft AG, Software
WindowsImpersonationMode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the windows impersonation mode used for controlling an impersonation to windows.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum WindowsImpersonationMode
Members
  Member nameValueDescription
FullImpersonation0 Defines using a full impersonation according rules of windows.
FunctionImpersonation1 Performs a function level impersonation only.
See Also