3 writes to _keyBox
System.Security.Cryptography (3)
System\Security\Cryptography\AesImplementation.cs (3)
37
_keyBox
= null;
82
_keyBox
= null;
92
_keyBox
= new FixedMemoryKeyBox(key);
6 references to _keyBox
System.Security.Cryptography (6)
System\Security\Cryptography\AesImplementation.cs (6)
15
if (
_keyBox
is null)
18
Debug.Assert(
_keyBox
is not null);
21
return
_keyBox
;
36
_keyBox
?.Dispose();
81
_keyBox
?.Dispose();
91
_keyBox
?.Dispose();