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 | |
UnityTlsContext (Mono.Net.Security.MobileAuthenticatedStream parent, Mono.Net.Security.MonoSslAuthenticationOptions options) | |
override ValueTuple< int, bool > | Read (byte[] buffer, int offset, int count) |
override ValueTuple< int, bool > | Write (byte[] buffer, int offset, int count) |
override void | Renegotiate () |
override bool | PendingRenegotiation () |
unsafe override void | Shutdown () |
unsafe override void | StartHandshake () |
unsafe override bool | ProcessHandshake () |
unsafe override void | FinishHandshake () |
void | Dispose () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
bool | ValidateCertificate (global::System.Security.Cryptography.X509Certificates.X509Certificate2 leaf, global::System.Security.Cryptography.X509Certificates.X509Chain chain) |
X509Certificate | SelectClientCertificate (string[] acceptableIssuers) |
override void | Finalize () |
Properties | |
override bool | IsAuthenticated [get] |
override X509Certificate | LocalClientCertificate [get] |
override global::System.Security.Cryptography.X509Certificates.X509Certificate2 | RemoteCertificate [get] |
MobileAuthenticatedStream | Parent [get] |
MonoTlsSettings | Settings [get] |
bool | IsServer [get] |
string | TargetHost [get] |
string | ServerName [get] |
bool | AskForClientCertificate [get] |
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection | ClientCertificates [get] |
X509Certificate | LocalServerCertificate [get, private set] |
Private Member Functions | |
unsafe IntPtr | WriteCallback (byte *data, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState) |
unsafe IntPtr | ReadCallback (byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState) |
unsafe UnityTls.unitytls_x509verify_result | VerifyCallback (UnityTls.unitytls_x509list_ref chain, UnityTls.unitytls_errorstate *errorState) |
unsafe void | CertificateCallback (UnityTls.unitytls_tlsctx *ctx, byte *cn, IntPtr cnLen, UnityTls.unitytls_x509name *caList, IntPtr caListLen, UnityTls.unitytls_x509list_ref *chain, UnityTls.unitytls_key_ref *key, UnityTls.unitytls_errorstate *errorState) |
Static Private Member Functions | |
static unsafe void | ExtractNativeKeyAndChainFromManagedCertificate (X509Certificate cert, UnityTls.unitytls_errorstate *errorState, [Out] UnityTls.unitytls_x509list *nativeCertChain, [Out] UnityTls.unitytls_key *nativeKey) |
static unsafe IntPtr | WriteCallback (void *userData, byte *data, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState) |
static unsafe IntPtr | ReadCallback (void *userData, byte *buffer, IntPtr bufferLen, UnityTls.unitytls_errorstate *errorState) |
static unsafe UnityTls.unitytls_x509verify_result | VerifyCallback (void *userData, UnityTls.unitytls_x509list_ref chain, UnityTls.unitytls_errorstate *errorState) |
static unsafe void | CertificateCallback (void *userData, UnityTls.unitytls_tlsctx *ctx, byte *cn, IntPtr cnLen, UnityTls.unitytls_x509name *caList, IntPtr caListLen, UnityTls.unitytls_x509list_ref *chain, UnityTls.unitytls_key_ref *key, UnityTls.unitytls_errorstate *errorState) |
Definition at line 14 of file UnityTlsContext.cs.