|
Answer» Name the security control available in dotnet? Below are the FIVE main security CONTROLS available in asp.net:- (1)asp:Login:-This control PROVIDE a login CAPABILITY which enable the user to enter there credentials with ID and password fields. (2)asp:LoginName:-This control is mainly used to display which user is logged-in. (3)asp:LoginView:-This control will provide a number of views depending on the TEMPLATE that has been selected. (4)asp:LoginStatus:-This is control is used to check whether user is authenticated or not. (5)asp:PasswordRecovery:-This control will sends and email to user while resetting the password.
|