terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ServiceNameStore () | |
bool | Add (string uriPrefix) |
bool | Remove (string uriPrefix) |
void | Clear () |
string | BuildSimpleServiceName (string uriPrefix) |
string[] | BuildServiceNames (string uriPrefix) |
Properties | |
global::System.Security.Authentication.ExtendedProtection.ServiceNameCollection | ServiceNames [get] |
Private Member Functions | |
bool | AddSingleServiceName (string spn) |
bool | Contains (string newServiceName) |
string | ExtractHostname (string uriPrefix, bool allowInvalidUriStrings) |
Private Attributes | |
List< string > | serviceNames |
global::System.Security.Authentication.ExtendedProtection.ServiceNameCollection | serviceNameCollection |
Definition at line 9 of file ServiceNameStore.cs.