Showing results for Security - .NET Blog

May 7, 2014
0
0

ASP.NET 4.5.2 and EnableViewStateMac

levibroderick
levibroderick

Please note: This post is now outdated. See http://blogs.msdn.com/b/webdev/archive/2014/09/09/farewell-enableviewstatemac.aspx for the most up-to-date information. A few months ago, we posted that we were making changes to the way EnableViewStateMac behaves in ASP.NET. I’ll forego the typical blog post ceremony and cut right to the chase: ...

ASP.NET
Dec 10, 2013
0
0

ASP.NET December 2013 Security Updates

levibroderick
levibroderick

Today is Patch Tuesday, and the ASP.NET team would like to announce that we have two items included in this month’s release. The first is a bulletin affecting certain versions of SignalR; the second is an advisory affecting ASP.NET Web Forms (.aspx) applications. Each item is briefly outlined below. For more information, consult Security Tech...

ASP.NET
Oct 24, 2012
0
0

Cryptographic Improvements in ASP.NET 4.5, pt. 3

levibroderick
levibroderick

Thanks for joining us for the final day of our series on cryptography in ASP.NET 4.5! Up to now, the series has discussed how ASP.NET uses cryptography in general, including how the pipelines are implemented in both ASP.NET 4 and ASP.NET 4.5. We introduced APIs to give developers fuller control over the cryptographic pipeline and to drive consumers...

ASP.NET
Oct 23, 2012
0
0

Cryptographic Improvements in ASP.NET 4.5, pt. 2

levibroderick
levibroderick

Thanks for joining us for day two of our series on cryptography in ASP.NET 4.5! In yesterday's post, I discussed how ASP.NET uses cryptography in general, where key material is pulled from and how it is stored, and various problems that the APIs have introduced over the years. In today's post, I'll discuss how we're mitigating those issues using 4....

ASP.NET
Oct 22, 2012
0
0

Cryptographic Improvements in ASP.NET 4.5, pt. 1

levibroderick
levibroderick

I am Levi Broderick, a developer on the ASP.NET team at Microsoft. In this series, I want to introduce some of the improvements we have made to the cryptographic core in ASP.NET 4.5. Most of these improvements were introduced during beta and spent several months baking. When you create a new project using the 4.5 templates baked into Visual Studio ...

ASP.NET