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)
11
private
FixedMemoryKeyBox
? _keyBox;
13
private
FixedMemoryKeyBox
GetKey()