Reputation: 12849
This question talks about companies who only support .NET Framework 4 Client profile due to security reasons. But does only allowing use of .NET Framework Client profile increase security? This answers talks about that being main case for Client profile. But that was 8 years ago.
I can see two reasons why using .NET Framework 4 Client profile is not as secure as it might seem:
Is my reasoning above valid? Are there any other reasons why using only .NET Framework 4 Client profile might be more secure than running full and new .NET?
Upvotes: 1
Views: 249
Reputation: 56869
To reiterate what was talked about in the linked question:
...merely the fact that security updates stopped being issued Jan 2016 should be enough to light a fire under the security conscious.
I don't see how any software that hasn't been patched because it hasn't been officially supported in over 2 years could be considered secure.
Upvotes: 1