 | 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
Syntaxpublic bool RequireAuthentication { get; set; }
Public Property RequireAuthentication As Boolean
Get
Set
public:
property bool RequireAuthentication {
bool get ();
void set (bool value);
}
member RequireAuthentication : bool with get, set
Property Value
Type:
BooleanThe require authentication.
See Also