LogOnResult Class

Describes the result of a logon operation.
Inheritance Hierarchy

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class LogOnResult : LogOnResultBase

The LogOnResult type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalDetails
Gets additional details about the authentication failure.
(Inherited from LogOnResultBase.)
Public propertyData
Gets additional data associated with the authentication operation.
(Inherited from LogOnResultBase.)
Public propertyLogOnFailureReason
Gets the reason why authentication failed.
(Inherited from LogOnResultBase.)
Public propertyMessage
Gets a friendly message describing the failure reason.
(Inherited from LogOnResultBase.)
Public propertyMessageWithDetails
Gets a message with further explanation about an authentication failure.
(Inherited from LogOnResultBase.)
Public propertySession
Gets the session created by the logon operation, if it was successful.
Public propertySuccess
Gets a value indicating whether the authentication operation was successful.
(Inherited from LogOnResultBase.)
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from LogOnResultBase.)
Top
See Also