Skip to content

Commit

Permalink
Fix of the issue mono#14234
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikhinAV committed May 14, 2019
1 parent 495a933 commit 24da83b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ public override void Initialize(string name, NameValueCollection config)
}

// Get encryption and decryption key information from the configuration.
m_MachineKey = (MachineKeySection)WebConfigurationManager.GetSection("system.web/machineKey", null);
m_MachineKey = (MachineKeySection)WebConfigurationManager.GetSection("system.web/machineKey");

if (!m_PasswordFormat.Equals(MembershipPasswordFormat.Clear))
{
Expand Down

0 comments on commit 24da83b

Please sign in to comment.