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.X509Crl.Hash
get

Definition at line 94 of file X509Crl.cs.

95 {
96 get
97 {
98 while (this.hash_value != null)
99 {
100 }
101 byte[] array = this.encoded;
102 HashAlgorithm hashAlgorithm = PKCS1.CreateFromOid(this.signatureOID);
103 long num = 0L;
104 byte[] array2;
106 if (hashAlgorithm != null)
107 {
108 }
109 if (num == 0L)
110 {
111 return this.hash_value;
112 }
113 throw new OutOfMemoryException();
114 }
115 }
class f__AnonymousType0<< Count > j__TPar
static HashAlgorithm CreateFromOid(string oid)
Definition PKCS1.cs:114