asherah
asherah copied to clipboard
[C#] cleanup securememory
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
This is resolved in https://github.com/godaddy/asherah/pull/300