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

◆ FriendlyName

string System.Security.Cryptography.Oid.FriendlyName
get

Definition at line 88 of file Oid.cs.

89 {
90 get
91 {
92 while (this._friendlyName != null)
93 {
94 }
95 string value = this._value;
96 if (value != null)
97 {
98 OidGroup group = this._group;
99 string text = Internal.Cryptography.OidLookup.ToFriendlyName(value, group, true);
101 return text;
102 }
103 }
104 }
class f__AnonymousType0<< Count > j__TPar
static string ToFriendlyName(string oid, global::System.Security.Cryptography.OidGroup oidGroup, bool fallBackToAllGroups)
Definition OidLookup.cs:14

Referenced by System.Security.Cryptography.X509Certificates.X509Certificate2.ToString().