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