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 Gets or sets whether the override was successful
Public propertyUserName Gets or sets the name of the user.
(Inherited from AuthenticatedEventArgs)
Top
See Also