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

◆ Identifier

byte [] Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension.Identifier
get

Definition at line 44 of file AuthorityKeyIdentifierExtension.cs.

45 {
46 get
47 {
48 object obj;
49 if (this.aki == null || obj == null || obj != null)
50 {
51 }
52 throw new InvalidCastException();
53 }
54 }