Click or drag to resize
AuthenticationRequiredEventArgs Properties

The AuthenticationRequiredEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyIsAdministrator
Gets or sets a value indicating that the user is an administrator.
Public propertyIsAuthenticated
Gets or sets a value indicating that the combination of user and password indicates a valid user.
Public propertyIsHandled
Gets or sets a value indicating that the authentication request has been handled.
Public propertyPassword
Gets the password as supplied by the browser.
Public propertyUser
Gets the user name as supplied by the browser.
Top
See Also