Click or drag to resize
WindowsIdentityHelper Class
Helper class for managing Windows identity impersonation.
Inheritance Hierarchy
SystemObject
  CMS.BaseWindowsIdentityHelper

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static class WindowsIdentityHelper

The WindowsIdentityHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberImpersonate
Run given action under user represented by identity.
Top
See Also