SessionImpersonationKind Enumeration

Specifies the type of impersonation associated with a session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public enum SessionImpersonationKind
Members
  Member nameValueDescription
None0The session is not involved with any kind of impersonation.
Impersonating1The session is being used to impersonate another account.
Impersonated2The session was created as the result of another user impersonating the session's account.
See Also