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
Internal.Cryptography.OidLookup Class Reference

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
 

Detailed Description

Definition at line 11 of file OidLookup.cs.


The documentation for this class was generated from the following file: