3 references to FixedMemoryKeyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
23
_keyBox = new
FixedMemoryKeyBox
(key);
System\Security\Cryptography\AesImplementation.cs (1)
92
_keyBox = new
FixedMemoryKeyBox
(key);
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
19
_keyBox = new
FixedMemoryKeyBox
(key);