Skip to content

libsodium.ProtectionLevel

Andrew Lambert edited this page Nov 26, 2022 · 7 revisions

libsodium.ProtectionLevel

Enumeration

 Protected Enum ProtectionLevel
    ReadWrite
    ReadOnly
    NoAccess

Remarks

These are the possible protection levels for a SecureMemoryBlock.

ProtectionLevel Comment
ReadWrite No restrictions (default)
ReadOnly Can be read but not modified
NoAccess Can neither be read nor modified
Clone this wiki locally