asherah icon indicating copy to clipboard operation
asherah copied to clipboard

[C#] cleanup securememory

Open nikoo28 opened this issue 4 years ago • 1 comments

there are a couple of pending cleanup tasks in the Windows implementation for C#

  • found some unused imports
  • the visibility of some methods can be made private
  • remove BOM/CLRF in /csharp/SecureMemory/PlatformNative/LLP64/Windows/WindowsInterop.cs
  • remove BOm/CLRF in /csharp/SecureMemory/SecureMemory/ProtectedMemoryImpl/Windows/WindowsProtectedMemoryAllocatorLLP64.cs

nikoo28 avatar Jun 04 '20 19:06 nikoo28

This is resolved in https://github.com/godaddy/asherah/pull/300

jgowdy avatar Oct 07 '20 21:10 jgowdy