2 writes to _hKey
System.Security.Cryptography (2)
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (2)
37_hKey = Interop.BCrypt.BCryptImportKey(algorithm, key); 122_hKey = null!;
4 references to _hKey
System.Security.Cryptography (4)
System\Security\Cryptography\BasicSymmetricCipherLiteBCrypt.cs (4)
41_hKey.SetParentHandle(algorithm); 86Interop.BCrypt.BCryptEncrypt(_hKey, input, _currentIv, output) : 87Interop.BCrypt.BCryptDecrypt(_hKey, input, _currentIv, output); 121_hKey?.Dispose();