1 instantiation of FixedMemoryKeyBox
System.Security.Cryptography (1)
System\Security\Cryptography\AesImplementation.cs (1)
92_keyBox = new FixedMemoryKeyBox(key);
2 references to FixedMemoryKeyBox
System.Security.Cryptography (2)
System\Security\Cryptography\AesImplementation.cs (2)
11private FixedMemoryKeyBox? _keyBox; 13private FixedMemoryKeyBox GetKey()