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