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

◆ GetNameInfo()

string Internal.Cryptography.Pal.CertificateData.GetNameInfo ( global::System::Security::Cryptography::X509Certificates::X509NameType nameType,
bool forIssuer )
inline

Definition at line 22 of file CertificateData.cs.

23 {
24 if (nameType != global::System.Security.Cryptography.X509Certificates.X509NameType.SimpleName)
25 {
26 return "";
27 }
28 string text;
29 if (text == null)
30 {
31 return text;
32 }
33 return "";
34 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.