Show / Hide Table of Contents

Enum LockMemoryPolicy

How to attempt memory locking.

Namespace: Isopoh.Cryptography.Blake2b
Assembly: Isopoh.Cryptography.Blake2b.dll
Syntax
public enum LockMemoryPolicy

Fields

Name Description
BestEffort

Attempt to lock Blake2B buffers into RAM, but allow non locked memory if the operating system doesn't allow the memory to be locked.

Enforce

Throw LockFailException exception on failure to lock Blake2B buffers into RAM.

None

Do not attempt to lock Blake2B buffers into RAM.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX