Enum SecureArrayType
The behavior of the secure array.
Namespace: Isopoh.Cryptography.SecureArray
Assembly: Isopoh.Cryptography.SecureArray.dll
Syntax
public enum SecureArrayType
Fields
| Name | Description |
|---|---|
| Zeroed | Zero the memory on disposal |
| ZeroedAndPinned | Pin the memory so the garbage collector doesn't move it around and zero the memory on disposal |
| ZeroedPinnedAndNoSwap | Lock the memory into RAM, pin the memory so the garbage collector doesn't move it, and zero the memory on disposal. |