Skip to content

libsodium.SecureMemoryblock.AllowSwap

Andrew Lambert edited this page Feb 15, 2017 · 6 revisions

##Property declaration

 Dim AllowSwap As Boolean

##Remarks Gets and sets the whether the operating system may swap-out the pages containing the SecureMemoryBlock. This is a suggestion, not a command, and the OS is free to ignore it. Setting this to True may improve security by preventing sensitive memory pages from being written to disk. The default is False, which means the pages are subject to swapping at any time.

Clone this wiki locally