aspnetcore/src/Microsoft.AspNet.DataProtec.../XmlEncryption
Levi B e8cc1106d8 Significant refactorings throughout the data protection stack
- Move IDataProtectionProvider, IDataProtector, and extension methods to their own package
- Simplify the APIs for registering and configuring the system
- Default implementation now auto-detects capabilities of OS
- Use EncryptedXml for X.509 certificate-based encryption
- Add ability to escrow secret material upon key creation
- Use centralized system policy for default algorithm selection
- Simplify System.Web compatibility layer
- Add unit tests, logging, and doc comments throughout solution
2015-03-10 22:43:45 -07:00
..
CertificateResolver.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
CertificateXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DpapiNGProtectionDescriptorFlags.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DpapiNGXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DpapiNGXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DpapiXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DpapiXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
EncryptedXmlDecryptor.core50.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
EncryptedXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
EncryptedXmlInfo.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
ICertificateResolver.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
IInternalCertificateXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
IInternalEncryptedXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
IXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
IXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
NullXmlDecryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
NullXmlEncryptor.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
XmlEncryptionExtensions.cs Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00