SessionCreationParameters Class

Represents the properties of a session which is about to be created.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesSessionCreationParameters

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class SessionCreationParameters

The SessionCreationParameters type exposes the following members.

Properties
 NameDescription
Public propertyAccountGets the account.
Public propertyAllowedIPAddressesGets a list containing the allowed IP addresses and ranges which will be associated with the session.
Public propertyApplicationPrivilegeIdsGets the application privilege IDs.
Public propertyCreatedTimeGets the time at which the session is created.
Public propertyCultureGets or sets the culture.
Public propertyCustomAttributesGets the custom attributes.
Public propertyExternalGroupAccountIdsGets a list containing the IDs of any (non-Windows) external group accounts which will be associated with the session.
Public propertyFederatedAuthenticationProviderId Gets the ID of the federated authentication provider which created the session.
Public propertyGroupIdsGets a list containing the IDs of any group which will be associated with the session.
Public propertyIdGets the ID of the session being created.
Public propertyImpersonatingSession Gets the session which was used when creating this session if this is an impersonated session.
Public propertyIPAddressGets or sets the IP address.
Public propertyIsInteractiveLogOn Gets a value indicating whether the logon is coming from an interactive logon page.
Public propertyIsRecoveryModeSessionGets a value indicating whether the session was created for "recovery mode".
Public propertyLogOnTokenGets the log on token.
Public propertySeatKindGets the kind of the seat.
Public propertySeatPoolIdGets the ID of the pool of seats from which the created session will draw.
Public propertySessionKindGets the kind of session which will be created.
Public propertyTenantIdGets the ID of the tenant associated with the session.
Public propertyTimeZoneGets or sets the time zone.
Public propertyUserDataGets the user data.
Public propertyWindowsGroupIdsGets a list containing the IDs of any Windows group accounts which will be associated with the session.
Top
Remarks
Extensions can modify the values of some of the properties by subscribing to the CreatingSession event hook.
See Also