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

◆ GetCrlEntry() [1/2]

X509Crl.X509CrlEntry Mono.Security.X509.X509Crl.GetCrlEntry ( byte[] serialNumber)
inline

Definition at line 256 of file X509Crl.cs.

257 {
258 while (serialNumber == null)
259 {
260 }
262 if (this.entries != null)
263 {
264 }
266 throw new InvalidCastException();
267 }
class f__AnonymousType0<< Count > j__TPar
X509Crl.X509CrlEntry this[byte[] serialNumber
Definition X509Crl.cs:75

References Mono.Security.X509.X509Crl.entries, j__TPar, and Mono.Security.X509.X509Crl.serialNumber.