aspnet/DataProtection

Discussion: Breaking changes in DataProtection api

ajaybhargavb opened this issue · 3 comments

The is the discussion issue for the announcement aspnet/Announcements#236.

Please update documentation for Asp.Net Core 2.0. I spent hours to find out why IXmlEncryptor didn’t work as it worked in v1.1.

@JandosKh, we have updated the docs for 2.0 changes as part of dotnet/AspNetCore.Docs#3708. IXmlEncryptor still exists and it should be available. We have a sample demonstrating use of a custom IXmlEncryptor

.

This issue was moved to dotnet/aspnetcore#2514