|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
| static string | ToFriendlyName (string oid, global::System.Security.Cryptography.OidGroup oidGroup, bool fallBackToAllGroups) |
| static string | ToOid (string friendlyName, global::System.Security.Cryptography.OidGroup oidGroup, bool fallBackToAllGroups) |
Static Private Member Functions | |
| static bool | ShouldUseCache (global::System.Security.Cryptography.OidGroup oidGroup) |
| static string | NativeOidToFriendlyName (string oid, global::System.Security.Cryptography.OidGroup oidGroup, bool fallBackToAllGroups) |
| static string | NativeFriendlyNameToOid (string friendlyName, global::System.Security.Cryptography.OidGroup oidGroup, bool fallBackToAllGroups) |
| static | OidLookup () |
Static Private Attributes | |
| static readonly ConcurrentDictionary< string, string > | s_lateBoundOidToFriendlyName |
| static readonly ConcurrentDictionary< string, string > | s_lateBoundFriendlyNameToOid |
| static readonly Dictionary< string, string > | s_friendlyNameToOid |
| static readonly Dictionary< string, string > | s_oidToFriendlyName |
| static readonly Dictionary< string, string > | s_compatOids |
Definition at line 11 of file OidLookup.cs.