3 writes to _key
System.Security.Cryptography (3)
System\Security\Cryptography\HashProviderCng.cs (3)
34_key = key.ToArray(); 57_key = key.CloneByteArray(); 138_key = null;
6 references to _key
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderCng.cs (6)
124return new HashProviderCng(_hAlgorithm, clone, _key, _hashSize, _running); 135if (_key != null) 137byte[] key = _key; 159NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out hHash, IntPtr.Zero, 0, _key, _key == null ? 0 : _key.Length, Flags);