Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Key
override byte [] System.Security.Cryptography.HMACSHA384.Key
get
set
Definition at line
27
of file
HMACSHA384.cs
.
28
{
29
get
30
{
31
return
base.Key;
32
}
33
set
34
{
35
if
(
value
==
null
)
36
{
37
throw
new
ArgumentNullException(
"value"
);
38
}
39
_hMacCommon
.
ChangeKey
(
value
);
40
base.Key =
_hMacCommon
.
ActualKey
;
41
}
42
}
Internal.Cryptography.HMACCommon.ChangeKey
void ChangeKey(byte[] key)
Definition
HMACCommon.cs:38
Internal.Cryptography.HMACCommon.ActualKey
byte[] ActualKey
Definition
HMACCommon.cs:20
System.Security.Cryptography.HMACSHA384._hMacCommon
HMACCommon _hMacCommon
Definition
HMACSHA384.cs:9
System.ExceptionArgument.value
@ value
System
Security
Cryptography
HMACSHA384
Generated by
1.10.0