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