 |
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: 2.5
Syntaxpublic enum WindowsImpersonationMode
Members
| Member name | Value | Description |
---|
| FullImpersonation | 0 |
Defines using a full impersonation according rules of windows.
|
| FunctionImpersonation | 1 |
Performs a function level impersonation only.
|
See Also