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

◆ Hash

byte [] Mono.Security.X509.X509Certificate.Hash
get

Definition at line 234 of file X509Certificate.cs.

235 {
236 get
237 {
238 string text;
239 for (;;)
240 {
241 object obj;
242 if (this.certhash != null)
243 {
244 if (obj != null && obj == null)
245 {
246 break;
247 }
248 }
249 else if (obj != null && text != null)
250 {
251 goto Block_4;
252 }
253 }
254 throw new InvalidCastException();
255 Block_4:
256 HashAlgorithm hashAlgorithm = PKCS1.CreateFromName(text);
257 ASN1 asn;
258 byte[] aValue = asn.m_aValue;
259 long num = 0L;
260 if (hashAlgorithm != null)
261 {
262 long value = 0.m_value;
263 }
264 if (num == 0L)
265 {
266 throw new InvalidCastException();
267 }
268 throw new OutOfMemoryException();
269 }
270 }
class f__AnonymousType0<< Count > j__TPar
static HashAlgorithm CreateFromName(string name)
Definition PKCS1.cs:124

Referenced by Mono.Security.X509.X509Store.GetUniqueName().