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

◆ GetKeyIdentifier()

string System.Security.Cryptography.X509Certificates.X509Certificate2Collection.GetKeyIdentifier ( X509Certificate2 x)
inlineprivate

Definition at line 88 of file X509Certificate2Collection.cs.

89 {
90 if (x.Extensions["2.5.29.14"] != null)
91 {
92 }
93 PublicKey publicKey = x.PublicKey;
94 string text;
95 return text;
96 }

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