1 instantiation of FixedMemoryKeyBox
System.Security.Cryptography (1)
System\Security\Cryptography\AesImplementation.cs (1)
349FixedMemoryKeyBox keyBox = new FixedMemoryKeyBox(key);
3 references to FixedMemoryKeyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesImplementation.cs (3)
11private FixedMemoryKeyBox? _keyBox; 18private FixedMemoryKeyBox GetKey() 349FixedMemoryKeyBox keyBox = new FixedMemoryKeyBox(key);