AuthenticationRequiredEventArgs Properties |
The AuthenticationRequiredEventArgs type exposes the following members.
Name | Description | |
---|---|---|
IsAdministrator |
Gets or sets a value indicating that the user is an administrator.
| |
IsAuthenticated |
Gets or sets a value indicating that the combination of user and password indicates a valid user.
| |
IsHandled |
Gets or sets a value indicating that the authentication request has been handled.
| |
Password |
Gets the password as supplied by the browser.
| |
User |
Gets the user name as supplied by the browser.
|