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.3.0.1000)
Syntax public enum SessionImpersonationKind
Public Enumeration SessionImpersonationKind
public enum class SessionImpersonationKind
type SessionImpersonationKind
Members
| Member name | Value | Description |
---|
| None | 0 | The session is not involved with any kind of impersonation. |
| Impersonating | 1 | The session is being used to impersonate another account. |
| Impersonated | 2 | The session was created as the result of another user impersonating the session's account. |
See Also