Info
| Version: | 2.1.4 | 
| Author(s): | Val Melamed | 
| Last Update: | Monday, September 3, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/vmelamed/vm/tree/master/Aspects/Security/Cryptography/Ciphers/Protected | 
| NuGet Url: | https://www.nuget.org/packages/vm.Aspects.Security.Cryptography.Ciphers.ProtectedData | 
Install
Install-Package vm.Aspects.Security.Cryptography.Ciphers.ProtectedData
                        dotnet add package vm.Aspects.Security.Cryptography.Ciphers.ProtectedData
                        paket add vm.Aspects.Security.Cryptography.Ciphers.ProtectedData
                        
                                vm.Aspects.Security.Cryptography.Ciphers.ProtectedData Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
They leverage the cryptographic algorithms implemented by the .NET cryptographic service providers.
This package extends vm.Aspects.Security.Cryptography.Ciphers with classes dependent on System.Security.Cryptography.ProtectedData which depends on the Windows Data Protection API (DPAPI). The package can be expected to work on Windows OS only.
* The package depends on:
- .NET Standard
- System.Security.Cryptography.Xml
- System.Security.Cryptography.ProtectedData
- vm.Aspects.Security.Cryptography.Ciphers
- vm.Aspects.Security.Cryptography.Ciphers.Xml.