LogOnResultBase Class

Describes the result of an authentication operation.
Inheritance Hierarchy

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

The LogOnResultBase type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalDetailsGets additional details about the authentication failure.
Public propertyData Gets additional data associated with the authentication operation.
Public propertyLogOnFailureReason Gets the reason why authentication failed.
Public propertyMessage Gets a friendly message describing the failure reason.
Public propertyMessageWithDetails Gets a message with further explanation about an authentication failure.
Public propertySuccess Gets a value indicating whether the authentication operation was successful.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also