4 writes to ActualKey
System.Security.Cryptography (4)
System\Security\Cryptography\HMACCommon.cs (4)
25ActualKey ??= key; 39ActualKey = ChangeKeyImpl(key); 50ActualKey = Helpers.CloneByteArray(actualKey); 58ActualKey = ChangeKeyImpl(key) ?? key;
17 references to ActualKey
System.Security.Cryptography (17)
System\Security\Cryptography\HMACCommon.cs (1)
141return new HMACCommon(_hashAlgorithmId, _hMacProvider.Clone(), _blockSize, ActualKey);
System\Security\Cryptography\HMACMD5.cs (2)
53base.Key = _hMacCommon.ActualKey!; 71base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA1.cs (2)
49base.Key = _hMacCommon.ActualKey!; 74base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA256.cs (2)
48base.Key = _hMacCommon.ActualKey!; 66base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_256.cs (2)
72base.Key = _hMacCommon.ActualKey!; 97base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_384.cs (2)
72base.Key = _hMacCommon.ActualKey!; 97base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_512.cs (2)
72base.Key = _hMacCommon.ActualKey!; 97base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA384.cs (2)
48base.Key = _hMacCommon.ActualKey!; 83base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA512.cs (2)
48base.Key = _hMacCommon.ActualKey!; 80base.Key = _hMacCommon.ActualKey!;