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);
86
Interop.BCrypt.BCryptEncrypt(
_hKey
, input, _currentIv, output) :
87
Interop.BCrypt.BCryptDecrypt(
_hKey
, input, _currentIv, output);
121
_hKey
?.Dispose();