1 write to _keyHandle
System.Security.Cryptography (1)
System\Security\Cryptography\AesCcm.Windows.cs (1)
19_keyHandle = Interop.BCrypt.BCryptImportKey(BCryptAeadHandleCache.AesCcm, key);
4 references to _keyHandle
System.Security.Cryptography (4)
System\Security\Cryptography\AesCcm.Windows.cs (4)
16[MemberNotNull(nameof(_keyHandle))] 29AeadCommon.Encrypt(_keyHandle, nonce, associatedData, plaintext, ciphertext, tag); 40AeadCommon.Decrypt(_keyHandle, nonce, associatedData, ciphertext, tag, plaintext, clearPlaintextOnFailure: false); 45_keyHandle.Dispose();