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)
43base.Key = _hMacCommon.ActualKey!; 61base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA1.cs (2)
42base.Key = _hMacCommon.ActualKey!; 67base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA256.cs (2)
41base.Key = _hMacCommon.ActualKey!; 59base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_256.cs (2)
65base.Key = _hMacCommon.ActualKey!; 90base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_384.cs (2)
65base.Key = _hMacCommon.ActualKey!; 90base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA3_512.cs (2)
65base.Key = _hMacCommon.ActualKey!; 90base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA384.cs (2)
41base.Key = _hMacCommon.ActualKey!; 76base.Key = _hMacCommon.ActualKey!;
System\Security\Cryptography\HMACSHA512.cs (2)
41base.Key = _hMacCommon.ActualKey!; 73base.Key = _hMacCommon.ActualKey!;