terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
ProduceLegacyHmacValues
bool System.Security.Cryptography.HMACSHA512.ProduceLegacyHmacValues
get
set
Definition at line
67
of file
HMACSHA512.cs
.
68
{
69
get
70
{
71
return
this.
m_useLegacyBlockSize
;
72
}
73
set
74
{
75
byte
[]
keyValue
= this.
KeyValue
;
76
this.blockSizeValue
= 128;
77
base
.InitializeKey(keyValue);
78
}
79
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.HMACSHA512.m_useLegacyBlockSize
bool m_useLegacyBlockSize
Definition
HMACSHA512.cs:82
System.Security.Cryptography.KeyedHashAlgorithm.KeyValue
byte[] KeyValue
Definition
KeyedHashAlgorithm.cs:84
System
Security
Cryptography
HMACSHA512
Generated by
1.10.0