Info
| Version: | 2.0.0 | 
| Author(s): | Michael Heyman | 
| Last Update: | Thursday, August 17, 2023 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/mheyman/Isopoh.Cryptography.Argon2 | 
| NuGet Url: | https://www.nuget.org/packages/Isopoh.Cryptography.SecureArray | 
Install
Install-Package Isopoh.Cryptography.SecureArray
                        dotnet add package Isopoh.Cryptography.SecureArray
                        paket add Isopoh.Cryptography.SecureArray
                        
                                Isopoh.Cryptography.SecureArray Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - System.Memory(>= 4.5.4)
- System.Runtime(>= 4.3.1)
- System.Runtime.Extensions(>= 4.3.1)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Memory(>= 4.5.4)
- System.Runtime(>= 4.3.1)
- System.Runtime.Extensions(>= 4.3.1)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Memory(>= 4.5.4)
- System.Runtime(>= 4.3.1)
- System.Runtime.Extensions(>= 4.3.1)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Memory(>= 4.5.4)
- System.Runtime(>= 4.3.1)
- System.Runtime.Extensions(>= 4.3.1)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
Tags
 
                
on disposal.
The code has the capability to throw if it cannot lock
the array in RAM or gracefully degrade to merely pinning the memory
to prevent the CLR from moving it and risking exposure to other part
of the executable.