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
MobileTlsProvider.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace Mono.Net.Security
8{
9 // Token: 0x02000060 RID: 96
10 internal abstract class MobileTlsProvider : MonoTlsProvider
11 {
12 // Token: 0x06000149 RID: 329
13 internal abstract MobileAuthenticatedStream CreateSslStream(global::System.Net.Security.SslStream sslStream, Stream innerStream, bool leaveInnerStreamOpen, MonoTlsSettings settings);
14
15 // Token: 0x0600014A RID: 330
16 internal abstract bool ValidateCertificate(ChainValidationHelper validator, string targetHost, bool serverMode, global::System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates, bool wantsChain, global::System.Security.Cryptography.X509Certificates.X509Chain chain, global::System.Net.Security.SslPolicyErrors errors, int status11);
17
18 // Token: 0x0600014B RID: 331 RVA: 0x000053E8 File Offset: 0x000035E8
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
bool ValidateCertificate(ChainValidationHelper validator, string targetHost, bool serverMode, global::System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates, bool wantsChain, global::System.Security.Cryptography.X509Certificates.X509Chain chain, global::System.Net.Security.SslPolicyErrors errors, int status11)
MobileAuthenticatedStream CreateSslStream(global::System.Net.Security.SslStream sslStream, Stream innerStream, bool leaveInnerStreamOpen, MonoTlsSettings settings)