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

◆ LocalCertificate

virtual X509Certificate System.Net.Security.SslStream.LocalCertificate
getset

Definition at line 283 of file SslStream.cs.

284 {
285 [global::Cpp2ILInjected.Token(Token = "0x60014CA")]
286 [global::Cpp2ILInjected.Address(RVA = "0x1E38A30", Offset = "0x1E38A30", Length = "0x1C")]
287 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SslStream), Member = "CheckDisposed", ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MobileAuthenticatedStream), Member = "get_LocalCertificate", ReturnType = typeof(X509Certificate))]
290 get
291 {
292 throw null;
293 }
294 }
class f__AnonymousType0<< Count > j__TPar
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback)
Definition SslStream.cs:81