Click or drag to resize

SecureThisAttributeRequireAuthentication Property

Gets or sets the require authentication.

Namespace:  Koden.Utils.MVC.Attributes
Assembly:  Koden.Utils.MVC (in Koden.Utils.MVC.dll) Version: 1.0.6453.26061
Syntax
public bool RequireAuthentication { get; set; }

Property Value

Type: Boolean
The require authentication.
See Also