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)
124
return new HashProviderCng(_hAlgorithm, clone,
_key
, _hashSize, _running);
135
if (
_key
!= null)
137
byte[] key =
_key
;
159
NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out hHash, IntPtr.Zero, 0,
_key
,
_key
== null ? 0 :
_key
.Length, Flags);