In ASP.NET, can you programmatically configure machineKey parameters?
machineKey
The web application that we use to store confidential information encrypted in the database, so if we could put decryptionKey there, it would be convenient.
No; machineKey element must be set via config. However, web.config can be encrypted, which helps minimize the risk of cryptographic key disclosure if an attacker ever accesses a configuration file. (The same process can be used to protect the SQL connection strings and almost any other sensitive configuration element that you want.) See http://msdn.microsoft.com/en-us/library/dtkwfdky(v=VS.100 ) .aspx for the pass by including this.
Source: https://habr.com/ru/post/1435294/More articles:How can I set a third-party cookie - javascriptActiveMQ Routing - jmsDeprecated UITextAlignment enumeration in favor of NSTextAlignment in iOS6 - ioshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1435292/java-frameworkslibraries-to-support-creating-wizard-like-commandline-applications&usg=ALkJrhi7Gv2-FEgARJfY4jITohJzdjz_awA function that has a finite but arbitrary number of heterogeneous elements - haskellC # + StyleCop + MSBuild + Global culture settings cannot be raised - c #Integrate JSF 2.1 and Spring 3.2 - springREST call in vb.net: how to transfer a key file that works in cURL - restHow to get CPF file in QL420 / QL220 - zebra-printersSemantic HTML and clear: both - htmlAll Articles