Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ProduceLegacyHmacValues
bool
System.Security.Cryptography.HMACSHA384.ProduceLegacyHmacValues
get
set
Definition at line
12
of file
HMACSHA384.cs
.
13
{
14
get
15
{
16
return
false
;
17
}
18
set
19
{
20
if
(
value
)
21
{
22
throw
new
PlatformNotSupportedException();
23
}
24
}
25
}
System.ExceptionArgument.value
@ value
System
Security
Cryptography
HMACSHA384
Generated by
1.10.0