Isopoh.Cryptography.SecureArray by Michael Heyman

<PackageReference Include="Isopoh.Cryptography.SecureArray" Version="1.0.3" />

 Isopoh.Cryptography.SecureArray 1.0.3

A managed class that can hold an array in RAM and zero it on disposal

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Isopoh.Cryptography.SecureArray</id>
    <version>1.0.3</version>
    <title>Isopoh.Cryptography.SecureArray</title>
    <authors>Michael Heyman</authors>
    <owners>Michael Heyman</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2</projectUrl>
    <iconUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2/blob/master/images/isopoh.png</iconUrl>
    <description>A managed class that can hold an array in RAM and zero it on disposal</description>
    <releaseNotes>Added code to work on Windows 32-bit and 64-bit OSes.</releaseNotes>
    <copyright>Michael Heyman 2017</copyright>
    <tags>sensitive array</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.1">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>