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

◆ SubjectUniqueIdentifier

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

Definition at line 518 of file X509Certificate.cs.

519 {
520 get
521 {
522 object obj;
523 if (this.subjectUniqueID == null || obj == null || obj != null)
524 {
525 }
526 throw new InvalidCastException();
527 }
528 }