Click or drag to resize

AuthenticatingEventArgs Properties

The AuthenticatingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether this instance cancel.
Public propertyPrincipal
Gets or sets the principal.
(Inherited from AuthenticatedEventArgs.)
Public propertySuccess
Indicates success
(Inherited from AuthenticatedEventArgs.)
Public propertyUserName
Gets or sets the name of the user.
(Inherited from AuthenticatedEventArgs.)
Top
See Also