WebSecurity Object
The IsAuthenticated property is a boolean value that indicates whether the current user is authenticated (logged in).
The property value is a boolean true if the current user is authenticated, otherwise false.
The IsAuthenticated property is read only. It cannot be changed by code.
Any access to the WebSecurity object throws an InvalidOperationException if:
| Name | Value |
|---|---|
| Namespace | WebMatrix.WebData |
| Assembly | WebMatrix.WebData.dll |
WebSecurity Object
Your message has been sent to W3Schools.