GetLogOnTokenResult Properties

The GetLogOnTokenResult type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalDetails
Gets additional details about the authentication failure.
(Inherited from LogOnResultBase.)
Public propertyLogOnFailureReason
Gets the reason why authentication failed.
(Inherited from LogOnResultBase.)
Public propertyLogOnToken
Gets the ID of the logon token associated with the operation, if it was successful.
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 propertySuccess
Gets a value indicating whether the authentication operation was successful.
(Inherited from LogOnResultBase.)
Top
See Also