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

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

The WindowsIdentityHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCurrent
For Windows OS returns the identity of the current user, otherwise returns null.
Public methodStatic memberImpersonate
Run given action under user represented by identity.
Top
See Also