CreatingSessionEventArgsLogOnToken Property

Note: This API is now obsolete.

Gets the logon token associated with the logon operation.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use CreationParameters.LogOnToken instead")]
public Guid? LogOnToken { get; }

Property Value

Type: NullableGuid
The logon token associated with the logon operation, or if the logon was not initiated by a logon token.
See Also