terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
MobileTlsProvider.cs
Go to the documentation of this file.
1using System;
2using System.IO;
8
9namespace Mono.Net.Security
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000060")]
12 internal abstract class MobileTlsProvider : MonoTlsProvider
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000149")]
15 internal abstract MobileAuthenticatedStream CreateSslStream(SslStream sslStream, Stream innerStream, bool leaveInnerStreamOpen, MonoTlsSettings settings);
16
17 [global::Cpp2ILInjected.Token(Token = "0x600014A")]
19
20 [global::Cpp2ILInjected.Token(Token = "0x600014B")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1D47214", Offset = "0x1D47214", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoTlsProvider), Member = ".ctor", ReturnType = typeof(void))]
25 {
26 throw null;
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
bool ValidateCertificate(ChainValidationHelper validator, string targetHost, bool serverMode, X509CertificateCollection certificates, bool wantsChain, ref X509Chain chain, ref SslPolicyErrors errors, ref int status11)
MobileAuthenticatedStream CreateSslStream(SslStream sslStream, Stream innerStream, bool leaveInnerStreamOpen, MonoTlsSettings settings)