|
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
|
Inheritance diagram for Mono.Unity.UnityTlsProvider:
Collaboration diagram for Mono.Unity.UnityTlsProvider:Public Member Functions | |
| UnityTlsProvider () | |
Package Functions | |
| override MobileAuthenticatedStream | CreateSslStream (SslStream sslStream, Stream innerStream, bool leaveInnerStreamOpen, MonoTlsSettings settings) |
| unsafe override bool | ValidateCertificate (ChainValidationHelper validator, string targetHost, bool serverMode, X509CertificateCollection certificates, bool wantsChain, ref X509Chain chain, ref SslPolicyErrors errors, ref int status11) |
Properties | |
| override string | Name [get, set] |
| override Guid | ID [get, set] |
| override bool | SupportsSslStream [get, set] |
| override bool | SupportsMonoExtensions [get, set] |
| override bool | SupportsConnectionInfo [get, set] |
| override bool | SupportsCleanShutdown [get, set] |
| override SslProtocols | SupportedProtocols [get, set] |
Static Private Member Functions | |
| static unsafe UnityTls.unitytls_x509verify_result | x509verify_callback (void *userData, UnityTls.unitytls_x509_ref cert, UnityTls.unitytls_x509verify_result result, UnityTls.unitytls_errorstate *errorState) |
Definition at line 17 of file UnityTlsProvider.cs.