what do machine key element in configuration file specify?
Answer Posted / karthika.s
Machine key element in configuration file configures keys to
use for encryption and decryption of forms, authentication
cookie data and view-state data, and for verification of
out-of-process session state identification.
The validation key should be in the range of 20 to 64.
Decryption key—8 or 24. Between SHA1 and MD5 algorithms used
for validation SHA1 produces a longer key and is therefore
recommended. The tool creates an 8-byte key for the Data
Encryption Algorythm (DES) and a 24-byte one for Triple-DES
(3DES).
Once keys are generated they are converted into a string of
hexadecimal characters.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you implement sql caching in asp.net?
Explain file-based dependency and key-based dependency.
Explain the working of passport authentication.
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is the life cycle of web page?
How can you access the properties and controls of master pages from content pages?
What are the namespaces used in asp.net mvc? : asp.net mvc
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is a SESSION and APPLICATION object?
What are the advantages of Web API?
What does asp.net stand for?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?