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

◆ GetSubjectKeyIdentifier()

string System.Security.Cryptography.X509Certificates.X509ChainImplMono.GetSubjectKeyIdentifier ( X509Certificate2 certificate)
inlineprivate

Definition at line 434 of file X509ChainImplMono.cs.

435 {
436 if (certificate.Extensions["2.5.29.14"] != null)
437 {
438 }
439 string text;
440 return text;
441 }

References System.Security.Cryptography.X509Certificates.X509Certificate2.Extensions, and System.text.