#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6; // System.Action`1 struct Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Func`1 struct Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tA1998BD309D36A531FCABB9A6BE08237AEB22560; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tF437149CAED78D4A68294D431DE692A78F7D67B3; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef[] struct CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; // BestHTTP.SignalR.Messages.IServerMessage[] struct IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID[] struct OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser struct Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser struct Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser struct Asn1TaggedObjectParser_t5407764EC38994CF1761CAE79B40DC42E55DD728; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo struct AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator struct BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints struct BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C; // System.Threading.Tasks.BeginEndAwaitableAdapter struct BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString struct BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator struct BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // System.IO.BufferedStream struct BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator struct CmsAttributeTableGenerator_tC4D4B76820435A34F98C630ABFE66A3DAB36D4EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser struct CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey struct CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable struct CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray struct CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile struct CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable struct CmsSecureReadable_t6AF44896AFA6F4D5858EE5F7118A13227842567C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData struct CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator struct CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser struct CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities struct CmsUtilities_tA1F973E4E61226672AFAD2532988B753020D0549; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities struct CollectionUtilities_t8384A90256A9E9361C9B62727F9EAB232A6BB5BF; // UnityStandardAssets.ImageEffects.ColorCorrectionCurves struct ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03; // UnityStandardAssets.ImageEffects.ColorCorrectionLookup struct ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66; // UnityStandardAssets.ImageEffects.ColorCorrectionRamp struct ColorCorrectionRamp_t3D3A0C6FCCEB9E850CFFFACA1712D464B1C9A881; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash struct CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier struct CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication struct CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier struct CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs struct CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs struct CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData struct CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser struct CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CompressionMethod struct CompressionMethod_t8C6C68AFB1EE78ACFE890BEEDEA1F3BBE19965DF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator struct ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // BestHTTP.Examples.ConnectionAPISample struct ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ConnectionEnd struct ConnectionEnd_t02D1812B291BB45D082C4BA03B7F61EACAD19F85; // BestHTTP.Examples.ConnectionStatusSample struct ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream struct ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints struct ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48; // BestHTTP.Cookies.Cookie struct Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlListID struct CrlListID_t674EF4255FB3D2B24CFF7A1ED948E1A90638F624; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef struct CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SignalR.Messages.DataMessage struct DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B; // BestHTTP.SignalR.JsonEncoders.DefaultJsonEncoder struct DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator struct DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream struct DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141; // BestHTTP.ServerSentEvents.EventSource struct EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39; // System.Exception struct Exception_t; // System.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters struct Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher struct IBufferedCipher_t0E3B75F928671B207A069CE6C2A95F27FC41D915; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // BestHTTP.SignalR.IConnection struct IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters struct IDerivationParameters_t1CE547FC65DE522314229BE0AD3C3E8654EAA02C; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator struct IDigestCalculator_t4463FF04961631D59AEC02584C37C949C0932435; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D; // BestHTTP.PlatformSupport.FileSystem.IIOService struct IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SignalR.Messages.IServerMessage struct IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory struct ISignatureFactory_t1572BDBCE1A2741BB5DF8A6BE3FC219B7722135B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator struct ISignerInfoGenerator_t6960DFB680A133F77E1419BB854F6913E57B6AEE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper struct IWrapper_t29A9E044AAEEECE9E2FA8A8A61F76B0F50347B39; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store struct IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509StoreParameters struct IX509StoreParameters_t319B1D67B6D8B1F34DF6CFB9083EDBB1E126DDCE; // UnityStandardAssets.ImageEffects.ImageEffectBase struct ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier struct KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo struct KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator struct KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInformation struct KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo struct KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator struct KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo struct KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator struct KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInformation struct KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830; // BestHTTP.SignalR.JsonEncoders.LitJsonEncoder struct LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.NullOutputStream struct NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OcspListID struct OcspListID_t3073D6A8346917EDD41EEC31AD5E5471CF808A19; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate struct OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey struct OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID struct OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHash struct OtherHash_t4F160F8820BFF92D3F96EBDBF2EE66295BEC2AA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute struct OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevRefs struct OtherRevRefs_t97E7350AF708959E3DEB9B3F38B9C5D1B5C75CD8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo struct PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator struct PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInformation struct PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params struct Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser struct PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215; // BestHTTP.SignalR.Transports.PollingTransport struct PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter struct RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID struct RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier struct RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // BestHTTP.SignalR.Transports.ServerSentEventsTransport struct ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser struct SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID struct SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator struct SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore struct SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator struct SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Texture3D struct Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash struct TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // System.Type struct Type_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionaryProxy struct UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableListProxy struct UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSetProxy struct UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.SignalR.Transports.WebSocketTransport struct WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters struct X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser struct X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate struct X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf struct SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream struct CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder struct DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl struct SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream struct FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0044FA486E77FFF0A06B0C3F2B0389C51DC1B8C1; IL2CPP_EXTERN_C String_t* _stringLiteral0051CAE1741AC5EE4217208C5E500A357A5BCD88; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral00F3B0267BDF3FF9852519CE3B678EF6C651B018; IL2CPP_EXTERN_C String_t* _stringLiteral014264E028C02C80CFEA13DF5238C7B0CEAF8D5A; IL2CPP_EXTERN_C String_t* _stringLiteral01A379615115363A54FA1083A923B6DBF48D7986; IL2CPP_EXTERN_C String_t* _stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6; IL2CPP_EXTERN_C String_t* _stringLiteral036D4751754FFF1B58B72E1891FF0E65DF4A05ED; IL2CPP_EXTERN_C String_t* _stringLiteral03B62EA5928F6650FBFDAB355634433C1C7604AD; IL2CPP_EXTERN_C String_t* _stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641; IL2CPP_EXTERN_C String_t* _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2; IL2CPP_EXTERN_C String_t* _stringLiteral0B3473433D1D9EA57B784E2B33926FBED8B8B84E; IL2CPP_EXTERN_C String_t* _stringLiteral0BB7EF6F71678EB92EAABAB05AEE1D159E152E9B; IL2CPP_EXTERN_C String_t* _stringLiteral0C74E900B2604C85FFABACC5555F5D44968A5A22; IL2CPP_EXTERN_C String_t* _stringLiteral0E821F079546EFA0614F5A1B8C623C502F1D190D; IL2CPP_EXTERN_C String_t* _stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112; IL2CPP_EXTERN_C String_t* _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363; IL2CPP_EXTERN_C String_t* _stringLiteral129634ABD0117B2A237A408A7EAD2F9BB179FBB0; IL2CPP_EXTERN_C String_t* _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1; IL2CPP_EXTERN_C String_t* _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; IL2CPP_EXTERN_C String_t* _stringLiteral136B3A6A3C693349A887C45328A01B97294245E3; IL2CPP_EXTERN_C String_t* _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD; IL2CPP_EXTERN_C String_t* _stringLiteral16EA59A16497A14CC7C96FB7FE4FDF741275E0E0; IL2CPP_EXTERN_C String_t* _stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512; IL2CPP_EXTERN_C String_t* _stringLiteral1851B7C58AB1EAD22F461C868C1F336D8E2FCC80; IL2CPP_EXTERN_C String_t* _stringLiteral19BBFA9A3E2E76B948F305756AA909457B79A304; IL2CPP_EXTERN_C String_t* _stringLiteral1CBF5C82FA27CBC1788DEDA2606543EA982F2B92; IL2CPP_EXTERN_C String_t* _stringLiteral1E1FCAD6D5F2EAD952FAE28EAF9E10DB43823BC4; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF; IL2CPP_EXTERN_C String_t* _stringLiteral260E6C916A493AA2822CBAAC2AC79709A7C53D3D; IL2CPP_EXTERN_C String_t* _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; IL2CPP_EXTERN_C String_t* _stringLiteral26B13993D9AF58863D398B1F9A2575F0AD504CE9; IL2CPP_EXTERN_C String_t* _stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B; IL2CPP_EXTERN_C String_t* _stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61; IL2CPP_EXTERN_C String_t* _stringLiteral2A66C9BF490B5E5DA8BC242E3C96D7CAACC064C0; IL2CPP_EXTERN_C String_t* _stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2E4217D2FD76D973E2F580BECFC2EC9EC18D68CB; IL2CPP_EXTERN_C String_t* _stringLiteral33831BF047983F42122095C986CB2FBB701E1211; IL2CPP_EXTERN_C String_t* _stringLiteral355344670054DB070754011D8D2527E319681DF0; IL2CPP_EXTERN_C String_t* _stringLiteral3704B9DE23A98B853D1CAE5AF788A60129DF0A83; IL2CPP_EXTERN_C String_t* _stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99; IL2CPP_EXTERN_C String_t* _stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97; IL2CPP_EXTERN_C String_t* _stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7; IL2CPP_EXTERN_C String_t* _stringLiteral3B23CF3143F07EDE6DAE12210E9C6B701EE031AC; IL2CPP_EXTERN_C String_t* _stringLiteral3B470FA2AB77132648A4FD736F894F711AA1EBF5; IL2CPP_EXTERN_C String_t* _stringLiteral3BDBEFD0C7EF2BAA095D8261A53663881CD5C429; IL2CPP_EXTERN_C String_t* _stringLiteral3CA684424B0F3C717BBC6239F51361B70485D4A1; IL2CPP_EXTERN_C String_t* _stringLiteral3E89670EF04B634EC00FAE0C820AD8CAB223A102; IL2CPP_EXTERN_C String_t* _stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417; IL2CPP_EXTERN_C String_t* _stringLiteral3F3E4BAB8F83B4297D161F0732481E031EB9EBA5; IL2CPP_EXTERN_C String_t* _stringLiteral40684881BDF6BD0B2C200E1500277F543C042D66; IL2CPP_EXTERN_C String_t* _stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED; IL2CPP_EXTERN_C String_t* _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8; IL2CPP_EXTERN_C String_t* _stringLiteral421BFDA08E706EAA83F57C7DA5A52191AD1B0AEB; IL2CPP_EXTERN_C String_t* _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718; IL2CPP_EXTERN_C String_t* _stringLiteral430F2E3933E56EECD76C64C77E7CD639111F92E9; IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84; IL2CPP_EXTERN_C String_t* _stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70; IL2CPP_EXTERN_C String_t* _stringLiteral4655511606707EB05B7F8120C5511990F24AE344; IL2CPP_EXTERN_C String_t* _stringLiteral4A2CBC380F7BAE165887D4524DBCD45E962ED339; IL2CPP_EXTERN_C String_t* _stringLiteral4B378829BC17C440269AD9500400C60EDE6B11B4; IL2CPP_EXTERN_C String_t* _stringLiteral4C077225E26FCA470BAFA41549990018E0E8BF07; IL2CPP_EXTERN_C String_t* _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; IL2CPP_EXTERN_C String_t* _stringLiteral4E43532D34F4B7732BE0F2F30E940364125B6E6C; IL2CPP_EXTERN_C String_t* _stringLiteral4E5BAAFDAB120B872A321DA81FC38A34E0BC9C3E; IL2CPP_EXTERN_C String_t* _stringLiteral5198D417D822302DED97D6058B080025A4E28F62; IL2CPP_EXTERN_C String_t* _stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025; IL2CPP_EXTERN_C String_t* _stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7; IL2CPP_EXTERN_C String_t* _stringLiteral521CEFD5A5ECE21DD4DAF3AB2173DACD32A70A33; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206; IL2CPP_EXTERN_C String_t* _stringLiteral54F19AE339A5C541D0A79DC4CA4F9AFDEF7D04C7; IL2CPP_EXTERN_C String_t* _stringLiteral55385599C50BC965AABC565E67963FF5642B308B; IL2CPP_EXTERN_C String_t* _stringLiteral554B3FFD9DBE3F6A5E2305FB9728EACDBE55DFCD; IL2CPP_EXTERN_C String_t* _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; IL2CPP_EXTERN_C String_t* _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; IL2CPP_EXTERN_C String_t* _stringLiteral58DFC31EABA350BBD1DBE91259DCF0F7DC3D9423; IL2CPP_EXTERN_C String_t* _stringLiteral5989E600E6DAC14D3F2FCF8051B45BF5C08EB43F; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5C51C0CE2919764109CFB8B682042A9294A174F2; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral5D007F1FD99C240549DC362D2D90F6BB3CDD22F0; IL2CPP_EXTERN_C String_t* _stringLiteral5DEB5C3A4F279DE7B9127521B418213B92BCFC4E; IL2CPP_EXTERN_C String_t* _stringLiteral5FA0F386399780C14B371C5D4D0E49B5A60EC8AA; IL2CPP_EXTERN_C String_t* _stringLiteral62267E44E69A06456F3BCA422446750BA4C25A2C; IL2CPP_EXTERN_C String_t* _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113; IL2CPP_EXTERN_C String_t* _stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B; IL2CPP_EXTERN_C String_t* _stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A; IL2CPP_EXTERN_C String_t* _stringLiteral6583E8A8B9124356449B0D8AA03B1CB8F39438E3; IL2CPP_EXTERN_C String_t* _stringLiteral66C89F99C088E3CD19E8B95C735E009476F40EC8; IL2CPP_EXTERN_C String_t* _stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A; IL2CPP_EXTERN_C String_t* _stringLiteral68F5FE71D2C973E23D0F4D01C77BEA89A461DB26; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2; IL2CPP_EXTERN_C String_t* _stringLiteral69C99C2F08DD03BDD331EE46AEB6B0738FF43C89; IL2CPP_EXTERN_C String_t* _stringLiteral6DC12C2F084AEF213595618FA29CF9FA96CA314A; IL2CPP_EXTERN_C String_t* _stringLiteral6E0D978978904EBEA2BD04FA212CD9EB323C21E8; IL2CPP_EXTERN_C String_t* _stringLiteral6E2A118D02EEC0264ECB711997DC50620920E7B0; IL2CPP_EXTERN_C String_t* _stringLiteral6E3250788B2E59C9CB3E3EFDA80ED45314CB5CB5; IL2CPP_EXTERN_C String_t* _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163; IL2CPP_EXTERN_C String_t* _stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2; IL2CPP_EXTERN_C String_t* _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2; IL2CPP_EXTERN_C String_t* _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0; IL2CPP_EXTERN_C String_t* _stringLiteral79C314E65972813E41B82E11DA9CE12F06ED9100; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E; IL2CPP_EXTERN_C String_t* _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; IL2CPP_EXTERN_C String_t* _stringLiteral8A7C98B98EC3131FC9F6AF2326B8A71E1E4F8D44; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8DD8A595D22383E15841CD32FC531AA3C19BCB58; IL2CPP_EXTERN_C String_t* _stringLiteral8E667D24751DD8A529850535659186214CE7D775; IL2CPP_EXTERN_C String_t* _stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820; IL2CPP_EXTERN_C String_t* _stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384; IL2CPP_EXTERN_C String_t* _stringLiteral8F59D625DB945F3F7D09AA678E21A16079D942BC; IL2CPP_EXTERN_C String_t* _stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7; IL2CPP_EXTERN_C String_t* _stringLiteral929005093FDAFAC5D770520C4CC44C5F7EEF5E0E; IL2CPP_EXTERN_C String_t* _stringLiteral946DF6F5166FD50A923F00ABA121983FC08711D6; IL2CPP_EXTERN_C String_t* _stringLiteral954B2B85A6AD2E231A4664C7619BCF818D719D3E; IL2CPP_EXTERN_C String_t* _stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789; IL2CPP_EXTERN_C String_t* _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362; IL2CPP_EXTERN_C String_t* _stringLiteral9A1F62A52DB47395099F958D62AC10240D379E13; IL2CPP_EXTERN_C String_t* _stringLiteral9C81693AC94D505EC1ED50CD1C2743EF8B372DA3; IL2CPP_EXTERN_C String_t* _stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6; IL2CPP_EXTERN_C String_t* _stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55; IL2CPP_EXTERN_C String_t* _stringLiteral9F2BC1A4C1D408D4886686929BD9876A87E171DF; IL2CPP_EXTERN_C String_t* _stringLiteralA0CC07004C9EFEB763B89CD02FD97F7645C5D945; IL2CPP_EXTERN_C String_t* _stringLiteralA224D72F857CF3B66A0D7C7C8835165D309C4F36; IL2CPP_EXTERN_C String_t* _stringLiteralA40501B5929D8B28464C4334A6C9BD6D7832682A; IL2CPP_EXTERN_C String_t* _stringLiteralA5F2BF0EB57DEA952A946A4781DBDA1797916EBD; IL2CPP_EXTERN_C String_t* _stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8; IL2CPP_EXTERN_C String_t* _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E; IL2CPP_EXTERN_C String_t* _stringLiteralA998E267635FEC25A206EE1BFAE35FF4154C7A82; IL2CPP_EXTERN_C String_t* _stringLiteralA9C087742963AC0AD7EACB10462BFAA95515DDB9; IL2CPP_EXTERN_C String_t* _stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1; IL2CPP_EXTERN_C String_t* _stringLiteralAB046A18D0AB909E38BC10AF2228B559F25E6D67; IL2CPP_EXTERN_C String_t* _stringLiteralABB62C1D5A013BA69B72FABDF8A17732CAEA887B; IL2CPP_EXTERN_C String_t* _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2; IL2CPP_EXTERN_C String_t* _stringLiteralAD5A43B930F631BD207A1C6698C88DCDE00CF049; IL2CPP_EXTERN_C String_t* _stringLiteralADF6C580EA2987C0995C1890AE271A795F4FAF36; IL2CPP_EXTERN_C String_t* _stringLiteralAF5D93ECA998F438D9B80EC4E0CA9C5D00AB38AB; IL2CPP_EXTERN_C String_t* _stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91; IL2CPP_EXTERN_C String_t* _stringLiteralB0448E6572AD97C10FD7929B5F4958C2136F2E88; IL2CPP_EXTERN_C String_t* _stringLiteralB2A2A23C0F95CC4BF23BDB0980D559F59E054C4B; IL2CPP_EXTERN_C String_t* _stringLiteralB41B49233FEB3A218D2C94859DE9C4E14CE06503; IL2CPP_EXTERN_C String_t* _stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50; IL2CPP_EXTERN_C String_t* _stringLiteralB55BA2D7C6747B2CB7C91122E3AE428F6ECF764D; IL2CPP_EXTERN_C String_t* _stringLiteralBDE48A4FBB1E537CAA04360B651FFF4CFC99950B; IL2CPP_EXTERN_C String_t* _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB; IL2CPP_EXTERN_C String_t* _stringLiteralC2A0765D743E774E13DD8B60327CAD1551F26A80; IL2CPP_EXTERN_C String_t* _stringLiteralC3262B6B8B603C537A29ECEEE0377162A564A0CF; IL2CPP_EXTERN_C String_t* _stringLiteralC5E39842DCCD3DE8673DB201F15D29589E52C3FA; IL2CPP_EXTERN_C String_t* _stringLiteralC72439975E8F3C8D385F76D313818205DE62C63C; IL2CPP_EXTERN_C String_t* _stringLiteralC81F6681F78FB7222ECF711CB1AE99D5896A036C; IL2CPP_EXTERN_C String_t* _stringLiteralC9F373623FE2ECE9EC64E54AB5E9C833600EC8B4; IL2CPP_EXTERN_C String_t* _stringLiteralCBEEDEF2D8108832EB067CD43DBA45894A53B053; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralD2D71FDE699734AEFAD6EFB69E5146EF9115A1A2; IL2CPP_EXTERN_C String_t* _stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534; IL2CPP_EXTERN_C String_t* _stringLiteralD51167FC9FF60B819EBF5B514B7DBE533733957B; IL2CPP_EXTERN_C String_t* _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4; IL2CPP_EXTERN_C String_t* _stringLiteralD7684192BC046B418051B5F800958F34309E70D7; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAAF1BB950C2A85FFD7A0F9DB6E7FC849321BBDF; IL2CPP_EXTERN_C String_t* _stringLiteralDB1D70662348A463C6FBE0BBDDCE84C00893D8D0; IL2CPP_EXTERN_C String_t* _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73; IL2CPP_EXTERN_C String_t* _stringLiteralDE2DCBB4D6F6CB4321C42047BF94FD69E4C91DED; IL2CPP_EXTERN_C String_t* _stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9; IL2CPP_EXTERN_C String_t* _stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6; IL2CPP_EXTERN_C String_t* _stringLiteralE1642B1B0F9B52FA4091F00B386E5521EA0D4241; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE1CA6172E9764BEBD4F745AA4BB83C04CE8DE91A; IL2CPP_EXTERN_C String_t* _stringLiteralE3A308B801D54DA6FFC8A545993B585FC064C0A9; IL2CPP_EXTERN_C String_t* _stringLiteralE3AF1BF72E1CC9BF111790A2C14EB03C786A7BB2; IL2CPP_EXTERN_C String_t* _stringLiteralE4D91A275D1835BB2A2111D76DB36CDDDAD83699; IL2CPP_EXTERN_C String_t* _stringLiteralE506ABCEA566AFFECEC36BE36D55A2233C93A70E; IL2CPP_EXTERN_C String_t* _stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681; IL2CPP_EXTERN_C String_t* _stringLiteralE6DB51E90CB0BBF52EBF91E39B0A33C09A488498; IL2CPP_EXTERN_C String_t* _stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296; IL2CPP_EXTERN_C String_t* _stringLiteralE9F867D233876C8519479EEFE48142345CDADF71; IL2CPP_EXTERN_C String_t* _stringLiteralEA1B84AC4B2CD908D8A2A5ECFF558591958C4B86; IL2CPP_EXTERN_C String_t* _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF; IL2CPP_EXTERN_C String_t* _stringLiteralEBB20F01AB414B7BFE36A3775FAEDE9F8EC69C3F; IL2CPP_EXTERN_C String_t* _stringLiteralEBB899F10924E860F6331E768757334E5AF182E4; IL2CPP_EXTERN_C String_t* _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51; IL2CPP_EXTERN_C String_t* _stringLiteralED46BCDBE06A98A6EF9E9D27C456EEDF48195AE3; IL2CPP_EXTERN_C String_t* _stringLiteralED59B830BCF59C8733363F0C6868BB9A5E384E40; IL2CPP_EXTERN_C String_t* _stringLiteralEEAFF4EA4BDCF3E59399FCE8A6B2965DE0964BA8; IL2CPP_EXTERN_C String_t* _stringLiteralEEBCA22C17C4D48A8EBEE1DC10D63BF6221D8C6B; IL2CPP_EXTERN_C String_t* _stringLiteralF08D2CD784F8AB1292A2A7CC8BD18F3CA4180B1E; IL2CPP_EXTERN_C String_t* _stringLiteralF0A195B25EEA7F29A81912B903F55D2DBC51A82B; IL2CPP_EXTERN_C String_t* _stringLiteralF109A485C102E0298CFD9813641B5C48FBF36384; IL2CPP_EXTERN_C String_t* _stringLiteralF18899079518FEC348E407BBC3AA0184075FB2DD; IL2CPP_EXTERN_C String_t* _stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; IL2CPP_EXTERN_C String_t* _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E; IL2CPP_EXTERN_C String_t* _stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33; IL2CPP_EXTERN_C String_t* _stringLiteralF6680470757F84752C7FC8B77E5CE05294894A28; IL2CPP_EXTERN_C String_t* _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; IL2CPP_EXTERN_C String_t* _stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE; IL2CPP_EXTERN_C String_t* _stringLiteralFA331E3B0CFD8AEC7DC192B89DB1C3E2117048C1; IL2CPP_EXTERN_C String_t* _stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C; IL2CPP_EXTERN_C String_t* _stringLiteralFA98DF6BF8CA9EE2041AF5D95E67B6FAB7F85AAB; IL2CPP_EXTERN_C String_t* _stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53; IL2CPP_EXTERN_C String_t* _stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C; IL2CPP_EXTERN_C String_t* _stringLiteralFD11A8037ED8A43246844CCD056BA831A4D7B705; IL2CPP_EXTERN_C String_t* _stringLiteralFE9A08C2C8EE5E7F6AA6F3DC113467F30E53AD21; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m45BB4D89EF8E872BA942388EA368CC2FB7E4D596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mFE77B1AA74B911DE065484254819D98D4531C90A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsEnvelopedHelper_GetRfc3211WrapperName_m94FCA9C16D928AC3F9B80F4ADBE3DEAB590A647D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsProcessableInputStream_CheckSingleUsage_mB1423122D261AC7ADC63EF23E2FE4489B980D844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataParser_GetSignerInfos_m18D257AAD4E5DD87B7C181FE261086B4420D30D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedData_ReplaceCertificatesAndCrls_mF2AC492F5077762FBF670970E743BBCD2ED7663D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_AddCertsFromSet_m390BD84C16F15BB96A66A83C81242A68474F8554_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_AddCrlsFromSet_m73355D49CB6BD27DF993DBE93B438BE85886AA09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtilities_RequireNext_m6208D5C5CD77A9BD839B446FE086F2FFF806A9DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CombinedHash_GetFinalHash_mFA605F839C6B6AAF9D08FAB00853FE4C09238925_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CombinedHash_TrackHashAlgorithm_m136AFEF189FFC6AB11458BBAD9EFE64A376A195E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeIndication_GetInstance_m19F186F5FD525E3247DF40A079C5C70A3B0759A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeIndication__ctor_m93BA9677DE168BADCD62E04683A9913028B23CFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeQualifier_GetInstance_mC42B9A54A89C916262A92ECD039143E4A9E450BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeQualifier__ctor_m5CA4E60B6065D2001040FC4D215A9A2E29698FC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteCertificateRefs_GetInstance_mD2C22BD7353F6A3BAF2809D2D47984D8B11E5BC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteCertificateRefs__ctor_m567F3A490AF7F725EC1F868F89EEC250FA330E83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteCertificateRefs__ctor_m6BCA63FF738EF15F8FA2B737F1C88D9365FF0699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteCertificateRefs__ctor_mE49E20B1A238914C7F4A3A2D9D3EE123242BCA0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteRevocationRefs_GetInstance_m1BBE4C8CB3EDB3D907C2F9EECD9F3A0DEBA499EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteRevocationRefs__ctor_m306A41BBE833DC76A942F099F6888C7F9125D4FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteRevocationRefs__ctor_m861E7B28310C8F04185943C81E2790B2F68E45CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompleteRevocationRefs__ctor_mBA2DA41703D789A3FA896602D91D283C9BE12DAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConcatenationKdfGenerator_GenerateBytes_m1BD3AD92F0594DBD450896C777F3CC536D88577A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConcatenationKdfGenerator_Init_mB5318CC54E4C4D08163F3FC7F5D439F26E2C9724_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionAPISample_U3COnGUIU3Eb__9_0_m9D3C5E0AD8D24CBAAB1886D746A75A6C777923A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionAPISample_signalRConnection_OnGeneralMessage_m94C88BEDA119CA97BBF974F0B2BEE1950C1DDFFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionAPISample_signalRConnection_OnStateChanged_m85642470A7C9C26774CE5B0B6D4C9E23CFB1744D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionBase_Process_mD7FFAC41F0C86DF73DF2A18D2AD09B6AA3ACB003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionStatusSample_U3COnGUIU3Eb__5_0_mF2351AC95446004198E399DF9AFF7638A4D06EE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionStatusSample_signalRConnection_OnError_mD7933952D8B6B84E46FDDB5D7B3DE3C57DE05DEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionStatusSample_signalRConnection_OnNonHubMessage_m0DFED341F5D2EF30AEFE3C1983A5C1BDFED26314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionStatusSample_signalRConnection_OnStateChanged_m394576481B2E598EB5C4B00D7255AD48FE12C24D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionStatusSample_statusHub_OnMethodCall_mF2104E6985100EE40D0202A23E2A3294EA5F7D81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_AdditionalQueryParams_CollectionChanged_mA2C7628A9EFEA05772EC646281A2AA361C737122_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnNegotiationDataReceived_mB2AF93B7CA2681C37FE29970D5E057BEC6D3859E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnNegotiationError_mB6E1DBE29418B19825997277264952844EFFFA88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_OnPingRequestFinished_m4DBBE9626B7642155CB6F53BEFE91310940207E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_SendJson_m0BF080A57DC22155B89B3ABA1B334297012E95F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ContentHints_GetInstance_m60868B340268F5A2438953BA51CD16394CB9D3BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA7FBB11C05039243B21C82F3C3E0856069526446_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m16C12DE317BC043E5EE59265754476ADC3B0C743_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; struct CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7, ____items_1)); } inline IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* get__items_1() const { return ____items_1; } inline IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7_StaticFields, ____emptyArray_5)); } inline IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* get__emptyArray_5() const { return ____emptyArray_5; } inline IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IServerMessageU5BU5D_tA5E6AB910591B988236F0CFE4EA386A42C243A26* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::_Dictionary RuntimeObject* ____Dictionary_4; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::CollectionChanged NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___CollectionChanged_5; // System.ComponentModel.PropertyChangedEventHandler PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_6; public: inline static int32_t get_offset_of__Dictionary_4() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ____Dictionary_4)); } inline RuntimeObject* get__Dictionary_4() const { return ____Dictionary_4; } inline RuntimeObject** get_address_of__Dictionary_4() { return &____Dictionary_4; } inline void set__Dictionary_4(RuntimeObject* value) { ____Dictionary_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____Dictionary_4), (void*)value); } inline static int32_t get_offset_of_CollectionChanged_5() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ___CollectionChanged_5)); } inline NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * get_CollectionChanged_5() const { return ___CollectionChanged_5; } inline NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 ** get_address_of_CollectionChanged_5() { return &___CollectionChanged_5; } inline void set_CollectionChanged_5(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * value) { ___CollectionChanged_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CollectionChanged_5), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_6() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ___PropertyChanged_6)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_6() const { return ___PropertyChanged_6; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_6() { return &___PropertyChanged_6; } inline void set_PropertyChanged_6(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_6), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_0; public: inline static int32_t get_offset_of__out_0() { return static_cast(offsetof(Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2, ____out_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_0() const { return ____out_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_0() { return &____out_0; } inline void set__out_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_limit int32_t ____limit_1; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_2; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____in_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_0() const { return ____in_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__limit_1() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____limit_1)); } inline int32_t get__limit_1() const { return ____limit_1; } inline int32_t* get_address_of__limit_1() { return &____limit_1; } inline void set__limit_1(int32_t value) { ____limit_1 = value; } inline static int32_t get_offset_of_tmpBuffers_2() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ___tmpBuffers_2)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_2() const { return ___tmpBuffers_2; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_2() { return &___tmpBuffers_2; } inline void set_tmpBuffers_2(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair struct AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::publicParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::privateParameter AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter_1; public: inline static int32_t get_offset_of_publicParameter_0() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___publicParameter_0)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_publicParameter_0() const { return ___publicParameter_0; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_publicParameter_0() { return &___publicParameter_0; } inline void set_publicParameter_0(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___publicParameter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicParameter_0), (void*)value); } inline static int32_t get_offset_of_privateParameter_1() { return static_cast(offsetof(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929, ___privateParameter_1)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_privateParameter_1() const { return ___privateParameter_1; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_privateParameter_1() { return &___privateParameter_1; } inline void set_privateParameter_1(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___privateParameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateParameter_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::attributes RuntimeObject* ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72, ___attributes_0)); } inline RuntimeObject* get_attributes_0() const { return ___attributes_0; } inline RuntimeObject** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(RuntimeObject* value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator struct BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_0; public: inline static int32_t get_offset_of_digest_0() { return static_cast(offsetof(BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4, ___digest_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_0() const { return ___digest_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_0() { return &___digest_0; } inline void set_digest_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser struct CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::contentInfo ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * ___contentInfo_0; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::data Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data_1; public: inline static int32_t get_offset_of_contentInfo_0() { return static_cast(offsetof(CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6, ___contentInfo_0)); } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * get_contentInfo_0() const { return ___contentInfo_0; } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 ** get_address_of_contentInfo_0() { return &___contentInfo_0; } inline void set_contentInfo_0(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * value) { ___contentInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_0), (void*)value); } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6, ___data_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_data_1() const { return ___data_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::recipientInfoGenerators RuntimeObject* ___recipientInfoGenerators_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::unprotectedAttributeGenerator RuntimeObject* ___unprotectedAttributeGenerator_24; public: inline static int32_t get_offset_of_recipientInfoGenerators_22() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___recipientInfoGenerators_22)); } inline RuntimeObject* get_recipientInfoGenerators_22() const { return ___recipientInfoGenerators_22; } inline RuntimeObject** get_address_of_recipientInfoGenerators_22() { return &___recipientInfoGenerators_22; } inline void set_recipientInfoGenerators_22(RuntimeObject* value) { ___recipientInfoGenerators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientInfoGenerators_22), (void*)value); } inline static int32_t get_offset_of_rand_23() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___rand_23)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_23() const { return ___rand_23; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_23() { return &___rand_23; } inline void set_rand_23(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_23), (void*)value); } inline static int32_t get_offset_of_unprotectedAttributeGenerator_24() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614, ___unprotectedAttributeGenerator_24)); } inline RuntimeObject* get_unprotectedAttributeGenerator_24() const { return ___unprotectedAttributeGenerator_24; } inline RuntimeObject** get_address_of_unprotectedAttributeGenerator_24() { return &___unprotectedAttributeGenerator_24; } inline void set_unprotectedAttributeGenerator_24(RuntimeObject* value) { ___unprotectedAttributeGenerator_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unprotectedAttributeGenerator_24), (void*)value); } }; struct CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::rc2Table Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___rc2Table_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Cbc String_t* ___DesEde3Cbc_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::RC2Cbc String_t* ___RC2Cbc_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Cbc String_t* ___Aes128Cbc_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Cbc String_t* ___Aes192Cbc_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Cbc String_t* ___Aes256Cbc_7; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Cbc String_t* ___Camellia128Cbc_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Cbc String_t* ___Camellia192Cbc_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Cbc String_t* ___Camellia256Cbc_10; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedCbc String_t* ___SeedCbc_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::DesEde3Wrap String_t* ___DesEde3Wrap_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes128Wrap String_t* ___Aes128Wrap_13; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes192Wrap String_t* ___Aes192Wrap_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Aes256Wrap String_t* ___Aes256Wrap_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia128Wrap String_t* ___Camellia128Wrap_16; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia192Wrap String_t* ___Camellia192Wrap_17; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::Camellia256Wrap String_t* ___Camellia256Wrap_18; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::SeedWrap String_t* ___SeedWrap_19; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECDHSha1Kdf String_t* ___ECDHSha1Kdf_20; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::ECMqvSha1Kdf String_t* ___ECMqvSha1Kdf_21; public: inline static int32_t get_offset_of_rc2Table_0() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___rc2Table_0)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_rc2Table_0() const { return ___rc2Table_0; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_rc2Table_0() { return &___rc2Table_0; } inline void set_rc2Table_0(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___rc2Table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rc2Table_0), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_1() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Cbc_1)); } inline String_t* get_DesEde3Cbc_1() const { return ___DesEde3Cbc_1; } inline String_t** get_address_of_DesEde3Cbc_1() { return &___DesEde3Cbc_1; } inline void set_DesEde3Cbc_1(String_t* value) { ___DesEde3Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_1), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_2() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___RC2Cbc_2)); } inline String_t* get_RC2Cbc_2() const { return ___RC2Cbc_2; } inline String_t** get_address_of_RC2Cbc_2() { return &___RC2Cbc_2; } inline void set_RC2Cbc_2(String_t* value) { ___RC2Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_2), (void*)value); } inline static int32_t get_offset_of_Aes128Cbc_5() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Cbc_5)); } inline String_t* get_Aes128Cbc_5() const { return ___Aes128Cbc_5; } inline String_t** get_address_of_Aes128Cbc_5() { return &___Aes128Cbc_5; } inline void set_Aes128Cbc_5(String_t* value) { ___Aes128Cbc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Cbc_5), (void*)value); } inline static int32_t get_offset_of_Aes192Cbc_6() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Cbc_6)); } inline String_t* get_Aes192Cbc_6() const { return ___Aes192Cbc_6; } inline String_t** get_address_of_Aes192Cbc_6() { return &___Aes192Cbc_6; } inline void set_Aes192Cbc_6(String_t* value) { ___Aes192Cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Cbc_6), (void*)value); } inline static int32_t get_offset_of_Aes256Cbc_7() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Cbc_7)); } inline String_t* get_Aes256Cbc_7() const { return ___Aes256Cbc_7; } inline String_t** get_address_of_Aes256Cbc_7() { return &___Aes256Cbc_7; } inline void set_Aes256Cbc_7(String_t* value) { ___Aes256Cbc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Cbc_7), (void*)value); } inline static int32_t get_offset_of_Camellia128Cbc_8() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Cbc_8)); } inline String_t* get_Camellia128Cbc_8() const { return ___Camellia128Cbc_8; } inline String_t** get_address_of_Camellia128Cbc_8() { return &___Camellia128Cbc_8; } inline void set_Camellia128Cbc_8(String_t* value) { ___Camellia128Cbc_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Cbc_8), (void*)value); } inline static int32_t get_offset_of_Camellia192Cbc_9() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Cbc_9)); } inline String_t* get_Camellia192Cbc_9() const { return ___Camellia192Cbc_9; } inline String_t** get_address_of_Camellia192Cbc_9() { return &___Camellia192Cbc_9; } inline void set_Camellia192Cbc_9(String_t* value) { ___Camellia192Cbc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Cbc_9), (void*)value); } inline static int32_t get_offset_of_Camellia256Cbc_10() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Cbc_10)); } inline String_t* get_Camellia256Cbc_10() const { return ___Camellia256Cbc_10; } inline String_t** get_address_of_Camellia256Cbc_10() { return &___Camellia256Cbc_10; } inline void set_Camellia256Cbc_10(String_t* value) { ___Camellia256Cbc_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Cbc_10), (void*)value); } inline static int32_t get_offset_of_SeedCbc_11() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedCbc_11)); } inline String_t* get_SeedCbc_11() const { return ___SeedCbc_11; } inline String_t** get_address_of_SeedCbc_11() { return &___SeedCbc_11; } inline void set_SeedCbc_11(String_t* value) { ___SeedCbc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedCbc_11), (void*)value); } inline static int32_t get_offset_of_DesEde3Wrap_12() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___DesEde3Wrap_12)); } inline String_t* get_DesEde3Wrap_12() const { return ___DesEde3Wrap_12; } inline String_t** get_address_of_DesEde3Wrap_12() { return &___DesEde3Wrap_12; } inline void set_DesEde3Wrap_12(String_t* value) { ___DesEde3Wrap_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Wrap_12), (void*)value); } inline static int32_t get_offset_of_Aes128Wrap_13() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes128Wrap_13)); } inline String_t* get_Aes128Wrap_13() const { return ___Aes128Wrap_13; } inline String_t** get_address_of_Aes128Wrap_13() { return &___Aes128Wrap_13; } inline void set_Aes128Wrap_13(String_t* value) { ___Aes128Wrap_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Wrap_13), (void*)value); } inline static int32_t get_offset_of_Aes192Wrap_14() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes192Wrap_14)); } inline String_t* get_Aes192Wrap_14() const { return ___Aes192Wrap_14; } inline String_t** get_address_of_Aes192Wrap_14() { return &___Aes192Wrap_14; } inline void set_Aes192Wrap_14(String_t* value) { ___Aes192Wrap_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Wrap_14), (void*)value); } inline static int32_t get_offset_of_Aes256Wrap_15() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Aes256Wrap_15)); } inline String_t* get_Aes256Wrap_15() const { return ___Aes256Wrap_15; } inline String_t** get_address_of_Aes256Wrap_15() { return &___Aes256Wrap_15; } inline void set_Aes256Wrap_15(String_t* value) { ___Aes256Wrap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Wrap_15), (void*)value); } inline static int32_t get_offset_of_Camellia128Wrap_16() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia128Wrap_16)); } inline String_t* get_Camellia128Wrap_16() const { return ___Camellia128Wrap_16; } inline String_t** get_address_of_Camellia128Wrap_16() { return &___Camellia128Wrap_16; } inline void set_Camellia128Wrap_16(String_t* value) { ___Camellia128Wrap_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia128Wrap_16), (void*)value); } inline static int32_t get_offset_of_Camellia192Wrap_17() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia192Wrap_17)); } inline String_t* get_Camellia192Wrap_17() const { return ___Camellia192Wrap_17; } inline String_t** get_address_of_Camellia192Wrap_17() { return &___Camellia192Wrap_17; } inline void set_Camellia192Wrap_17(String_t* value) { ___Camellia192Wrap_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia192Wrap_17), (void*)value); } inline static int32_t get_offset_of_Camellia256Wrap_18() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___Camellia256Wrap_18)); } inline String_t* get_Camellia256Wrap_18() const { return ___Camellia256Wrap_18; } inline String_t** get_address_of_Camellia256Wrap_18() { return &___Camellia256Wrap_18; } inline void set_Camellia256Wrap_18(String_t* value) { ___Camellia256Wrap_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camellia256Wrap_18), (void*)value); } inline static int32_t get_offset_of_SeedWrap_19() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___SeedWrap_19)); } inline String_t* get_SeedWrap_19() const { return ___SeedWrap_19; } inline String_t** get_address_of_SeedWrap_19() { return &___SeedWrap_19; } inline void set_SeedWrap_19(String_t* value) { ___SeedWrap_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedWrap_19), (void*)value); } inline static int32_t get_offset_of_ECDHSha1Kdf_20() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECDHSha1Kdf_20)); } inline String_t* get_ECDHSha1Kdf_20() const { return ___ECDHSha1Kdf_20; } inline String_t** get_address_of_ECDHSha1Kdf_20() { return &___ECDHSha1Kdf_20; } inline void set_ECDHSha1Kdf_20(String_t* value) { ___ECDHSha1Kdf_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDHSha1Kdf_20), (void*)value); } inline static int32_t get_offset_of_ECMqvSha1Kdf_21() { return static_cast(offsetof(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields, ___ECMqvSha1Kdf_21)); } inline String_t* get_ECMqvSha1Kdf_21() const { return ___ECMqvSha1Kdf_21; } inline String_t** get_address_of_ECMqvSha1Kdf_21() { return &___ECMqvSha1Kdf_21; } inline void set_ECMqvSha1Kdf_21(String_t* value) { ___ECMqvSha1Kdf_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECMqvSha1Kdf_21), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 : public RuntimeObject { public: public: }; struct CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::Instance CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Instance_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::KeySizes RuntimeObject* ___KeySizes_1; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::BaseCipherNames RuntimeObject* ___BaseCipherNames_2; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___Instance_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Instance_0() const { return ___Instance_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_KeySizes_1() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___KeySizes_1)); } inline RuntimeObject* get_KeySizes_1() const { return ___KeySizes_1; } inline RuntimeObject** get_address_of_KeySizes_1() { return &___KeySizes_1; } inline void set_KeySizes_1(RuntimeObject* value) { ___KeySizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeySizes_1), (void*)value); } inline static int32_t get_offset_of_BaseCipherNames_2() { return static_cast(offsetof(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields, ___BaseCipherNames_2)); } inline RuntimeObject* get_BaseCipherNames_2() const { return ___BaseCipherNames_2; } inline RuntimeObject** get_address_of_BaseCipherNames_2() { return &___BaseCipherNames_2; } inline void set_BaseCipherNames_2(RuntimeObject* value) { ___BaseCipherNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseCipherNames_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64 : public RuntimeObject { public: public: }; struct CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthenticatedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthenticatedData_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::CompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CompressedData_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::AuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthEnvelopedData_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::timestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___timestampedData_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_ocsp_response DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_ocsp_response_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::id_ri_scvp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ri_scvp_12; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___Data_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_0() const { return ___Data_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_SignedData_1() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedData_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_1() const { return ___SignedData_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_1() { return &___SignedData_1; } inline void set_SignedData_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_1), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_2() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EnvelopedData_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_2() const { return ___EnvelopedData_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_2() { return &___EnvelopedData_2; } inline void set_EnvelopedData_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_2), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_3() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___SignedAndEnvelopedData_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_3() const { return ___SignedAndEnvelopedData_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_3() { return &___SignedAndEnvelopedData_3; } inline void set_SignedAndEnvelopedData_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_3), (void*)value); } inline static int32_t get_offset_of_DigestedData_4() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___DigestedData_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_4() const { return ___DigestedData_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_4() { return &___DigestedData_4; } inline void set_DigestedData_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_4), (void*)value); } inline static int32_t get_offset_of_EncryptedData_5() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___EncryptedData_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_5() const { return ___EncryptedData_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_5() { return &___EncryptedData_5; } inline void set_EncryptedData_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_5), (void*)value); } inline static int32_t get_offset_of_AuthenticatedData_6() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthenticatedData_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthenticatedData_6() const { return ___AuthenticatedData_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthenticatedData_6() { return &___AuthenticatedData_6; } inline void set_AuthenticatedData_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthenticatedData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthenticatedData_6), (void*)value); } inline static int32_t get_offset_of_CompressedData_7() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___CompressedData_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CompressedData_7() const { return ___CompressedData_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CompressedData_7() { return &___CompressedData_7; } inline void set_CompressedData_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CompressedData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompressedData_7), (void*)value); } inline static int32_t get_offset_of_AuthEnvelopedData_8() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___AuthEnvelopedData_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthEnvelopedData_8() const { return ___AuthEnvelopedData_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthEnvelopedData_8() { return &___AuthEnvelopedData_8; } inline void set_AuthEnvelopedData_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthEnvelopedData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthEnvelopedData_8), (void*)value); } inline static int32_t get_offset_of_timestampedData_9() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___timestampedData_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_timestampedData_9() const { return ___timestampedData_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_timestampedData_9() { return &___timestampedData_9; } inline void set_timestampedData_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___timestampedData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___timestampedData_9), (void*)value); } inline static int32_t get_offset_of_id_ri_10() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_10() const { return ___id_ri_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_10() { return &___id_ri_10; } inline void set_id_ri_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_10), (void*)value); } inline static int32_t get_offset_of_id_ri_ocsp_response_11() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_ocsp_response_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_ocsp_response_11() const { return ___id_ri_ocsp_response_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_ocsp_response_11() { return &___id_ri_ocsp_response_11; } inline void set_id_ri_ocsp_response_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_ocsp_response_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_ocsp_response_11), (void*)value); } inline static int32_t get_offset_of_id_ri_scvp_12() { return static_cast(offsetof(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields, ___id_ri_scvp_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ri_scvp_12() const { return ___id_ri_scvp_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ri_scvp_12() { return &___id_ri_scvp_12; } inline void set_id_ri_scvp_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ri_scvp_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ri_scvp_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey struct CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 : public RuntimeObject { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::password CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::iterationCount int32_t ___iterationCount_2; public: inline static int32_t get_offset_of_password_0() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___password_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_password_0() const { return ___password_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_password_0() { return &___password_0; } inline void set_password_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___password_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_0), (void*)value); } inline static int32_t get_offset_of_salt_1() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___salt_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_1() const { return ___salt_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_1() { return &___salt_1; } inline void set_salt_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_1), (void*)value); } inline static int32_t get_offset_of_iterationCount_2() { return static_cast(offsetof(CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43, ___iterationCount_2)); } inline int32_t get_iterationCount_2() const { return ___iterationCount_2; } inline int32_t* get_address_of_iterationCount_2() { return &___iterationCount_2; } inline void set_iterationCount_2(int32_t value) { ___iterationCount_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray struct CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_0; public: inline static int32_t get_offset_of_bytes_0() { return static_cast(offsetof(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B, ___bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_0() const { return ___bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_0() { return &___bytes_0; } inline void set_bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile struct CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 : public RuntimeObject { public: // System.IO.FileInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::_file FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * ____file_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::_bufSize int32_t ____bufSize_2; public: inline static int32_t get_offset_of__file_1() { return static_cast(offsetof(CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8, ____file_1)); } inline FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * get__file_1() const { return ____file_1; } inline FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 ** get_address_of__file_1() { return &____file_1; } inline void set__file_1(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * value) { ____file_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____file_1), (void*)value); } inline static int32_t get_offset_of__bufSize_2() { return static_cast(offsetof(CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8, ____bufSize_2)); } inline int32_t get__bufSize_2() const { return ____bufSize_2; } inline int32_t* get_address_of__bufSize_2() { return &____bufSize_2; } inline void set__bufSize_2(int32_t value) { ____bufSize_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream struct CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::used bool ___used_1; public: inline static int32_t get_offset_of_input_0() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___input_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_0() const { return ___input_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_0() { return &___input_0; } inline void set_input_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_0), (void*)value); } inline static int32_t get_offset_of_used_1() { return static_cast(offsetof(CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3, ___used_1)); } inline bool get_used_1() const { return ___used_1; } inline bool* get_address_of_used_1() { return &___used_1; } inline void set_used_1(bool value) { ___used_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData struct CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::signedContent RuntimeObject* ___signedContent_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::signedData SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * ___signedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::signerInfoStore SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ___signerInfoStore_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::attrCertStore RuntimeObject* ___attrCertStore_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::certificateStore RuntimeObject* ___certificateStore_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::crlStore RuntimeObject* ___crlStore_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::hashes RuntimeObject* ___hashes_8; public: inline static int32_t get_offset_of_signedContent_1() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___signedContent_1)); } inline RuntimeObject* get_signedContent_1() const { return ___signedContent_1; } inline RuntimeObject** get_address_of_signedContent_1() { return &___signedContent_1; } inline void set_signedContent_1(RuntimeObject* value) { ___signedContent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedContent_1), (void*)value); } inline static int32_t get_offset_of_signedData_2() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___signedData_2)); } inline SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * get_signedData_2() const { return ___signedData_2; } inline SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C ** get_address_of_signedData_2() { return &___signedData_2; } inline void set_signedData_2(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * value) { ___signedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedData_2), (void*)value); } inline static int32_t get_offset_of_contentInfo_3() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___contentInfo_3)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_3() const { return ___contentInfo_3; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_3() { return &___contentInfo_3; } inline void set_contentInfo_3(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_3), (void*)value); } inline static int32_t get_offset_of_signerInfoStore_4() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___signerInfoStore_4)); } inline SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * get_signerInfoStore_4() const { return ___signerInfoStore_4; } inline SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C ** get_address_of_signerInfoStore_4() { return &___signerInfoStore_4; } inline void set_signerInfoStore_4(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * value) { ___signerInfoStore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfoStore_4), (void*)value); } inline static int32_t get_offset_of_attrCertStore_5() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___attrCertStore_5)); } inline RuntimeObject* get_attrCertStore_5() const { return ___attrCertStore_5; } inline RuntimeObject** get_address_of_attrCertStore_5() { return &___attrCertStore_5; } inline void set_attrCertStore_5(RuntimeObject* value) { ___attrCertStore_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrCertStore_5), (void*)value); } inline static int32_t get_offset_of_certificateStore_6() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___certificateStore_6)); } inline RuntimeObject* get_certificateStore_6() const { return ___certificateStore_6; } inline RuntimeObject** get_address_of_certificateStore_6() { return &___certificateStore_6; } inline void set_certificateStore_6(RuntimeObject* value) { ___certificateStore_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateStore_6), (void*)value); } inline static int32_t get_offset_of_crlStore_7() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___crlStore_7)); } inline RuntimeObject* get_crlStore_7() const { return ___crlStore_7; } inline RuntimeObject** get_address_of_crlStore_7() { return &___crlStore_7; } inline void set_crlStore_7(RuntimeObject* value) { ___crlStore_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlStore_7), (void*)value); } inline static int32_t get_offset_of_hashes_8() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858, ___hashes_8)); } inline RuntimeObject* get_hashes_8() const { return ___hashes_8; } inline RuntimeObject** get_address_of_hashes_8() { return &___hashes_8; } inline void set_hashes_8(RuntimeObject* value) { ___hashes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashes_8), (void*)value); } }; struct CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields, ___Helper_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_0() const { return ___Helper_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_certs RuntimeObject* ____certs_17; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_crls RuntimeObject* ____crls_18; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_signers RuntimeObject* ____signers_19; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_digests RuntimeObject* ____digests_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_useDerForCerts bool ____useDerForCerts_21; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::_useDerForCrls bool ____useDerForCrls_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::rand SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand_23; public: inline static int32_t get_offset_of__certs_17() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____certs_17)); } inline RuntimeObject* get__certs_17() const { return ____certs_17; } inline RuntimeObject** get_address_of__certs_17() { return &____certs_17; } inline void set__certs_17(RuntimeObject* value) { ____certs_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____certs_17), (void*)value); } inline static int32_t get_offset_of__crls_18() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____crls_18)); } inline RuntimeObject* get__crls_18() const { return ____crls_18; } inline RuntimeObject** get_address_of__crls_18() { return &____crls_18; } inline void set__crls_18(RuntimeObject* value) { ____crls_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____crls_18), (void*)value); } inline static int32_t get_offset_of__signers_19() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____signers_19)); } inline RuntimeObject* get__signers_19() const { return ____signers_19; } inline RuntimeObject** get_address_of__signers_19() { return &____signers_19; } inline void set__signers_19(RuntimeObject* value) { ____signers_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____signers_19), (void*)value); } inline static int32_t get_offset_of__digests_20() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____digests_20)); } inline RuntimeObject* get__digests_20() const { return ____digests_20; } inline RuntimeObject** get_address_of__digests_20() { return &____digests_20; } inline void set__digests_20(RuntimeObject* value) { ____digests_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____digests_20), (void*)value); } inline static int32_t get_offset_of__useDerForCerts_21() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____useDerForCerts_21)); } inline bool get__useDerForCerts_21() const { return ____useDerForCerts_21; } inline bool* get_address_of__useDerForCerts_21() { return &____useDerForCerts_21; } inline void set__useDerForCerts_21(bool value) { ____useDerForCerts_21 = value; } inline static int32_t get_offset_of__useDerForCrls_22() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ____useDerForCrls_22)); } inline bool get__useDerForCrls_22() const { return ____useDerForCrls_22; } inline bool* get_address_of__useDerForCrls_22() { return &____useDerForCrls_22; } inline void set__useDerForCrls_22(bool value) { ____useDerForCrls_22 = value; } inline static int32_t get_offset_of_rand_23() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7, ___rand_23)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_rand_23() const { return ___rand_23; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_rand_23() { return &___rand_23; } inline void set_rand_23(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___rand_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rand_23), (void*)value); } }; struct CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::Data String_t* ___Data_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha1 String_t* ___DigestSha1_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha224 String_t* ___DigestSha224_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha256 String_t* ___DigestSha256_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha384 String_t* ___DigestSha384_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestSha512 String_t* ___DigestSha512_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestMD5 String_t* ___DigestMD5_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestGost3411 String_t* ___DigestGost3411_7; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD128 String_t* ___DigestRipeMD128_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD160 String_t* ___DigestRipeMD160_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::DigestRipeMD256 String_t* ___DigestRipeMD256_10; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionRsa String_t* ___EncryptionRsa_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionDsa String_t* ___EncryptionDsa_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionECDsa String_t* ___EncryptionECDsa_13; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionRsaPss String_t* ___EncryptionRsaPss_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionGost3410 String_t* ___EncryptionGost3410_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::EncryptionECGost3410 String_t* ___EncryptionECGost3410_16; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___Data_0)); } inline String_t* get_Data_0() const { return ___Data_0; } inline String_t** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(String_t* value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_DigestSha1_1() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha1_1)); } inline String_t* get_DigestSha1_1() const { return ___DigestSha1_1; } inline String_t** get_address_of_DigestSha1_1() { return &___DigestSha1_1; } inline void set_DigestSha1_1(String_t* value) { ___DigestSha1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha1_1), (void*)value); } inline static int32_t get_offset_of_DigestSha224_2() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha224_2)); } inline String_t* get_DigestSha224_2() const { return ___DigestSha224_2; } inline String_t** get_address_of_DigestSha224_2() { return &___DigestSha224_2; } inline void set_DigestSha224_2(String_t* value) { ___DigestSha224_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha224_2), (void*)value); } inline static int32_t get_offset_of_DigestSha256_3() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha256_3)); } inline String_t* get_DigestSha256_3() const { return ___DigestSha256_3; } inline String_t** get_address_of_DigestSha256_3() { return &___DigestSha256_3; } inline void set_DigestSha256_3(String_t* value) { ___DigestSha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha256_3), (void*)value); } inline static int32_t get_offset_of_DigestSha384_4() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha384_4)); } inline String_t* get_DigestSha384_4() const { return ___DigestSha384_4; } inline String_t** get_address_of_DigestSha384_4() { return &___DigestSha384_4; } inline void set_DigestSha384_4(String_t* value) { ___DigestSha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha384_4), (void*)value); } inline static int32_t get_offset_of_DigestSha512_5() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestSha512_5)); } inline String_t* get_DigestSha512_5() const { return ___DigestSha512_5; } inline String_t** get_address_of_DigestSha512_5() { return &___DigestSha512_5; } inline void set_DigestSha512_5(String_t* value) { ___DigestSha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestSha512_5), (void*)value); } inline static int32_t get_offset_of_DigestMD5_6() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestMD5_6)); } inline String_t* get_DigestMD5_6() const { return ___DigestMD5_6; } inline String_t** get_address_of_DigestMD5_6() { return &___DigestMD5_6; } inline void set_DigestMD5_6(String_t* value) { ___DigestMD5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestMD5_6), (void*)value); } inline static int32_t get_offset_of_DigestGost3411_7() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestGost3411_7)); } inline String_t* get_DigestGost3411_7() const { return ___DigestGost3411_7; } inline String_t** get_address_of_DigestGost3411_7() { return &___DigestGost3411_7; } inline void set_DigestGost3411_7(String_t* value) { ___DigestGost3411_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestGost3411_7), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD128_8() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD128_8)); } inline String_t* get_DigestRipeMD128_8() const { return ___DigestRipeMD128_8; } inline String_t** get_address_of_DigestRipeMD128_8() { return &___DigestRipeMD128_8; } inline void set_DigestRipeMD128_8(String_t* value) { ___DigestRipeMD128_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD128_8), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD160_9() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD160_9)); } inline String_t* get_DigestRipeMD160_9() const { return ___DigestRipeMD160_9; } inline String_t** get_address_of_DigestRipeMD160_9() { return &___DigestRipeMD160_9; } inline void set_DigestRipeMD160_9(String_t* value) { ___DigestRipeMD160_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD160_9), (void*)value); } inline static int32_t get_offset_of_DigestRipeMD256_10() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___DigestRipeMD256_10)); } inline String_t* get_DigestRipeMD256_10() const { return ___DigestRipeMD256_10; } inline String_t** get_address_of_DigestRipeMD256_10() { return &___DigestRipeMD256_10; } inline void set_DigestRipeMD256_10(String_t* value) { ___DigestRipeMD256_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestRipeMD256_10), (void*)value); } inline static int32_t get_offset_of_EncryptionRsa_11() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionRsa_11)); } inline String_t* get_EncryptionRsa_11() const { return ___EncryptionRsa_11; } inline String_t** get_address_of_EncryptionRsa_11() { return &___EncryptionRsa_11; } inline void set_EncryptionRsa_11(String_t* value) { ___EncryptionRsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionRsa_11), (void*)value); } inline static int32_t get_offset_of_EncryptionDsa_12() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionDsa_12)); } inline String_t* get_EncryptionDsa_12() const { return ___EncryptionDsa_12; } inline String_t** get_address_of_EncryptionDsa_12() { return &___EncryptionDsa_12; } inline void set_EncryptionDsa_12(String_t* value) { ___EncryptionDsa_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionDsa_12), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsa_13() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionECDsa_13)); } inline String_t* get_EncryptionECDsa_13() const { return ___EncryptionECDsa_13; } inline String_t** get_address_of_EncryptionECDsa_13() { return &___EncryptionECDsa_13; } inline void set_EncryptionECDsa_13(String_t* value) { ___EncryptionECDsa_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsa_13), (void*)value); } inline static int32_t get_offset_of_EncryptionRsaPss_14() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionRsaPss_14)); } inline String_t* get_EncryptionRsaPss_14() const { return ___EncryptionRsaPss_14; } inline String_t** get_address_of_EncryptionRsaPss_14() { return &___EncryptionRsaPss_14; } inline void set_EncryptionRsaPss_14(String_t* value) { ___EncryptionRsaPss_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionRsaPss_14), (void*)value); } inline static int32_t get_offset_of_EncryptionGost3410_15() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionGost3410_15)); } inline String_t* get_EncryptionGost3410_15() const { return ___EncryptionGost3410_15; } inline String_t** get_address_of_EncryptionGost3410_15() { return &___EncryptionGost3410_15; } inline void set_EncryptionGost3410_15(String_t* value) { ___EncryptionGost3410_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionGost3410_15), (void*)value); } inline static int32_t get_offset_of_EncryptionECGost3410_16() { return static_cast(offsetof(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields, ___EncryptionECGost3410_16)); } inline String_t* get_EncryptionECGost3410_16() const { return ___EncryptionECGost3410_16; } inline String_t** get_address_of_EncryptionECGost3410_16() { return &___EncryptionECGost3410_16; } inline void set_EncryptionECGost3410_16(String_t* value) { ___EncryptionECGost3410_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECGost3410_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD : public RuntimeObject { public: public: }; struct CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::Instance CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Instance_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha1 String_t* ___EncryptionECDsaWithSha1_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha224 String_t* ___EncryptionECDsaWithSha224_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha256 String_t* ___EncryptionECDsaWithSha256_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha384 String_t* ___EncryptionECDsaWithSha384_4; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::EncryptionECDsaWithSha512 String_t* ___EncryptionECDsaWithSha512_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::encryptionAlgs RuntimeObject* ___encryptionAlgs_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAlgs RuntimeObject* ___digestAlgs_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::digestAliases RuntimeObject* ___digestAliases_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::noParams RuntimeObject* ___noParams_9; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::ecAlgorithms RuntimeObject* ___ecAlgorithms_10; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___Instance_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Instance_0() const { return ___Instance_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha1_1() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha1_1)); } inline String_t* get_EncryptionECDsaWithSha1_1() const { return ___EncryptionECDsaWithSha1_1; } inline String_t** get_address_of_EncryptionECDsaWithSha1_1() { return &___EncryptionECDsaWithSha1_1; } inline void set_EncryptionECDsaWithSha1_1(String_t* value) { ___EncryptionECDsaWithSha1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha1_1), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha224_2() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha224_2)); } inline String_t* get_EncryptionECDsaWithSha224_2() const { return ___EncryptionECDsaWithSha224_2; } inline String_t** get_address_of_EncryptionECDsaWithSha224_2() { return &___EncryptionECDsaWithSha224_2; } inline void set_EncryptionECDsaWithSha224_2(String_t* value) { ___EncryptionECDsaWithSha224_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha224_2), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha256_3() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha256_3)); } inline String_t* get_EncryptionECDsaWithSha256_3() const { return ___EncryptionECDsaWithSha256_3; } inline String_t** get_address_of_EncryptionECDsaWithSha256_3() { return &___EncryptionECDsaWithSha256_3; } inline void set_EncryptionECDsaWithSha256_3(String_t* value) { ___EncryptionECDsaWithSha256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha256_3), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha384_4() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha384_4)); } inline String_t* get_EncryptionECDsaWithSha384_4() const { return ___EncryptionECDsaWithSha384_4; } inline String_t** get_address_of_EncryptionECDsaWithSha384_4() { return &___EncryptionECDsaWithSha384_4; } inline void set_EncryptionECDsaWithSha384_4(String_t* value) { ___EncryptionECDsaWithSha384_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha384_4), (void*)value); } inline static int32_t get_offset_of_EncryptionECDsaWithSha512_5() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___EncryptionECDsaWithSha512_5)); } inline String_t* get_EncryptionECDsaWithSha512_5() const { return ___EncryptionECDsaWithSha512_5; } inline String_t** get_address_of_EncryptionECDsaWithSha512_5() { return &___EncryptionECDsaWithSha512_5; } inline void set_EncryptionECDsaWithSha512_5(String_t* value) { ___EncryptionECDsaWithSha512_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptionECDsaWithSha512_5), (void*)value); } inline static int32_t get_offset_of_encryptionAlgs_6() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___encryptionAlgs_6)); } inline RuntimeObject* get_encryptionAlgs_6() const { return ___encryptionAlgs_6; } inline RuntimeObject** get_address_of_encryptionAlgs_6() { return &___encryptionAlgs_6; } inline void set_encryptionAlgs_6(RuntimeObject* value) { ___encryptionAlgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgs_6), (void*)value); } inline static int32_t get_offset_of_digestAlgs_7() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAlgs_7)); } inline RuntimeObject* get_digestAlgs_7() const { return ___digestAlgs_7; } inline RuntimeObject** get_address_of_digestAlgs_7() { return &___digestAlgs_7; } inline void set_digestAlgs_7(RuntimeObject* value) { ___digestAlgs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgs_7), (void*)value); } inline static int32_t get_offset_of_digestAliases_8() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___digestAliases_8)); } inline RuntimeObject* get_digestAliases_8() const { return ___digestAliases_8; } inline RuntimeObject** get_address_of_digestAliases_8() { return &___digestAliases_8; } inline void set_digestAliases_8(RuntimeObject* value) { ___digestAliases_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAliases_8), (void*)value); } inline static int32_t get_offset_of_noParams_9() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___noParams_9)); } inline RuntimeObject* get_noParams_9() const { return ___noParams_9; } inline RuntimeObject** get_address_of_noParams_9() { return &___noParams_9; } inline void set_noParams_9(RuntimeObject* value) { ___noParams_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___noParams_9), (void*)value); } inline static int32_t get_offset_of_ecAlgorithms_10() { return static_cast(offsetof(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields, ___ecAlgorithms_10)); } inline RuntimeObject* get_ecAlgorithms_10() const { return ___ecAlgorithms_10; } inline RuntimeObject** get_address_of_ecAlgorithms_10() { return &___ecAlgorithms_10; } inline void set_ecAlgorithms_10(RuntimeObject* value) { ___ecAlgorithms_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecAlgorithms_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_oid String_t* ____oid_1; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_2; public: inline static int32_t get_offset_of__oid_1() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____oid_1)); } inline String_t* get__oid_1() const { return ____oid_1; } inline String_t** get_address_of__oid_1() { return &____oid_1; } inline void set__oid_1(String_t* value) { ____oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value); } inline static int32_t get_offset_of__in_2() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____in_2)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_2() const { return ____in_2; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_2() { return &____in_2; } inline void set__in_2(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities struct CmsUtilities_tA1F973E4E61226672AFAD2532988B753020D0549 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities struct CollectionUtilities_t8384A90256A9E9361C9B62727F9EAB232A6BB5BF : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash struct CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::mContext RuntimeObject* ___mContext_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::mMd5 RuntimeObject* ___mMd5_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::mSha1 RuntimeObject* ___mSha1_2; public: inline static int32_t get_offset_of_mContext_0() { return static_cast(offsetof(CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82, ___mContext_0)); } inline RuntimeObject* get_mContext_0() const { return ___mContext_0; } inline RuntimeObject** get_address_of_mContext_0() { return &___mContext_0; } inline void set_mContext_0(RuntimeObject* value) { ___mContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_0), (void*)value); } inline static int32_t get_offset_of_mMd5_1() { return static_cast(offsetof(CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82, ___mMd5_1)); } inline RuntimeObject* get_mMd5_1() const { return ___mMd5_1; } inline RuntimeObject** get_address_of_mMd5_1() { return &___mMd5_1; } inline void set_mMd5_1(RuntimeObject* value) { ___mMd5_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMd5_1), (void*)value); } inline static int32_t get_offset_of_mSha1_2() { return static_cast(offsetof(CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82, ___mSha1_2)); } inline RuntimeObject* get_mSha1_2() const { return ___mSha1_2; } inline RuntimeObject** get_address_of_mSha1_2() { return &___mSha1_2; } inline void set_mSha1_2(RuntimeObject* value) { ___mSha1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSha1_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier struct CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83 : public RuntimeObject { public: public: }; struct CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfOrigin_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfReceipt_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfDelivery_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfSender_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfApproval_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::ProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ProofOfCreation_5; public: inline static int32_t get_offset_of_ProofOfOrigin_0() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfOrigin_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfOrigin_0() const { return ___ProofOfOrigin_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfOrigin_0() { return &___ProofOfOrigin_0; } inline void set_ProofOfOrigin_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfOrigin_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfOrigin_0), (void*)value); } inline static int32_t get_offset_of_ProofOfReceipt_1() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfReceipt_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfReceipt_1() const { return ___ProofOfReceipt_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfReceipt_1() { return &___ProofOfReceipt_1; } inline void set_ProofOfReceipt_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfReceipt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfReceipt_1), (void*)value); } inline static int32_t get_offset_of_ProofOfDelivery_2() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfDelivery_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfDelivery_2() const { return ___ProofOfDelivery_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfDelivery_2() { return &___ProofOfDelivery_2; } inline void set_ProofOfDelivery_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfDelivery_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfDelivery_2), (void*)value); } inline static int32_t get_offset_of_ProofOfSender_3() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfSender_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfSender_3() const { return ___ProofOfSender_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfSender_3() { return &___ProofOfSender_3; } inline void set_ProofOfSender_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfSender_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfSender_3), (void*)value); } inline static int32_t get_offset_of_ProofOfApproval_4() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfApproval_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfApproval_4() const { return ___ProofOfApproval_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfApproval_4() { return &___ProofOfApproval_4; } inline void set_ProofOfApproval_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfApproval_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfApproval_4), (void*)value); } inline static int32_t get_offset_of_ProofOfCreation_5() { return static_cast(offsetof(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields, ___ProofOfCreation_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ProofOfCreation_5() const { return ___ProofOfCreation_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ProofOfCreation_5() { return &___ProofOfCreation_5; } inline void set_ProofOfCreation_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ProofOfCreation_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProofOfCreation_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser struct CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_compressionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ____compressionAlgorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::_encapContentInfo ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * ____encapContentInfo_2; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____version_0)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get__version_0() const { return ____version_0; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of__version_0() { return &____version_0; } inline void set__version_0(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } inline static int32_t get_offset_of__compressionAlgorithm_1() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____compressionAlgorithm_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get__compressionAlgorithm_1() const { return ____compressionAlgorithm_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of__compressionAlgorithm_1() { return &____compressionAlgorithm_1; } inline void set__compressionAlgorithm_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ____compressionAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____compressionAlgorithm_1), (void*)value); } inline static int32_t get_offset_of__encapContentInfo_2() { return static_cast(offsetof(CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B, ____encapContentInfo_2)); } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * get__encapContentInfo_2() const { return ____encapContentInfo_2; } inline ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 ** get_address_of__encapContentInfo_2() { return &____encapContentInfo_2; } inline void set__encapContentInfo_2(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * value) { ____encapContentInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____encapContentInfo_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CompressionMethod struct CompressionMethod_t8C6C68AFB1EE78ACFE890BEEDEA1F3BBE19965DF : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator struct ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::mDigest RuntimeObject* ___mDigest_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::mShared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mShared_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::mOtherInfo ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mOtherInfo_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::mHLen int32_t ___mHLen_3; public: inline static int32_t get_offset_of_mDigest_0() { return static_cast(offsetof(ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7, ___mDigest_0)); } inline RuntimeObject* get_mDigest_0() const { return ___mDigest_0; } inline RuntimeObject** get_address_of_mDigest_0() { return &___mDigest_0; } inline void set_mDigest_0(RuntimeObject* value) { ___mDigest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_0), (void*)value); } inline static int32_t get_offset_of_mShared_1() { return static_cast(offsetof(ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7, ___mShared_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mShared_1() const { return ___mShared_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mShared_1() { return &___mShared_1; } inline void set_mShared_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mShared_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mShared_1), (void*)value); } inline static int32_t get_offset_of_mOtherInfo_2() { return static_cast(offsetof(ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7, ___mOtherInfo_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mOtherInfo_2() const { return ___mOtherInfo_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mOtherInfo_2() { return &___mOtherInfo_2; } inline void set_mOtherInfo_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mOtherInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOtherInfo_2), (void*)value); } inline static int32_t get_offset_of_mHLen_3() { return static_cast(offsetof(ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7, ___mHLen_3)); } inline int32_t get_mHLen_3() const { return ___mHLen_3; } inline int32_t* get_address_of_mHLen_3() { return &___mHLen_3; } inline void set_mHLen_3(int32_t value) { ___mHLen_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ConnectionEnd struct ConnectionEnd_t02D1812B291BB45D082C4BA03B7F61EACAD19F85 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser struct ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObjectParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::content RuntimeObject* ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___contentType_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_0() const { return ___contentType_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_0), (void*)value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48, ___content_1)); } inline RuntimeObject* get_content_1() const { return ___content_1; } inline RuntimeObject** get_address_of_content_1() { return &___content_1; } inline void set_content_1(RuntimeObject* value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // BestHTTP.SignalR.Messages.DataMessage struct DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B : public RuntimeObject { public: // System.Object BestHTTP.SignalR.Messages.DataMessage::k__BackingField RuntimeObject * ___U3CDataU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_0() { return static_cast(offsetof(DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B, ___U3CDataU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CDataU3Ek__BackingField_0() const { return ___U3CDataU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CDataU3Ek__BackingField_0() { return &___U3CDataU3Ek__BackingField_0; } inline void set_U3CDataU3Ek__BackingField_0(RuntimeObject * value) { ___U3CDataU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_0), (void*)value); } }; // BestHTTP.SignalR.JsonEncoders.DefaultJsonEncoder struct DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator struct DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator::table RuntimeObject* ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C, ___table_0)); } inline RuntimeObject* get_table_0() const { return ___table_0; } inline RuntimeObject** get_address_of_table_0() { return &___table_0; } inline void set_table_0(RuntimeObject* value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884 : public RuntimeObject { public: public: }; struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::bsi_de DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bsi_de_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_DH_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_ECDH_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_3DES_CBC_CBC_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_3DES_CBC_CBC_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_1_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_256_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_1_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_256_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_224_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_256_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_384_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_512_20; public: inline static int32_t get_offset_of_bsi_de_0() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___bsi_de_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bsi_de_0() const { return ___bsi_de_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bsi_de_0() { return &___bsi_de_0; } inline void set_bsi_de_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bsi_de_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bsi_de_0), (void*)value); } inline static int32_t get_offset_of_id_PK_1() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_1() const { return ___id_PK_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_1() { return &___id_PK_1; } inline void set_id_PK_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_1), (void*)value); } inline static int32_t get_offset_of_id_PK_DH_2() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_DH_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_DH_2() const { return ___id_PK_DH_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_DH_2() { return &___id_PK_DH_2; } inline void set_id_PK_DH_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_DH_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_DH_2), (void*)value); } inline static int32_t get_offset_of_id_PK_ECDH_3() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_ECDH_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_ECDH_3() const { return ___id_PK_ECDH_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_ECDH_3() { return &___id_PK_ECDH_3; } inline void set_id_PK_ECDH_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_ECDH_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_ECDH_3), (void*)value); } inline static int32_t get_offset_of_id_CA_4() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_4() const { return ___id_CA_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_4() { return &___id_CA_4; } inline void set_id_CA_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_4), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_5() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_5() const { return ___id_CA_DH_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_5() { return &___id_CA_DH_5; } inline void set_id_CA_DH_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_5), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_3DES_CBC_CBC_6() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_3DES_CBC_CBC_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_3DES_CBC_CBC_6() const { return ___id_CA_DH_3DES_CBC_CBC_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_3DES_CBC_CBC_6() { return &___id_CA_DH_3DES_CBC_CBC_6; } inline void set_id_CA_DH_3DES_CBC_CBC_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_3DES_CBC_CBC_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_3DES_CBC_CBC_6), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_7() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_7() const { return ___id_CA_ECDH_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_7() { return &___id_CA_ECDH_7; } inline void set_id_CA_ECDH_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_7), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_3DES_CBC_CBC_8() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_3DES_CBC_CBC_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_3DES_CBC_CBC_8() const { return ___id_CA_ECDH_3DES_CBC_CBC_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_3DES_CBC_CBC_8() { return &___id_CA_ECDH_3DES_CBC_CBC_8; } inline void set_id_CA_ECDH_3DES_CBC_CBC_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_3DES_CBC_CBC_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_3DES_CBC_CBC_8), (void*)value); } inline static int32_t get_offset_of_id_TA_9() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_9() const { return ___id_TA_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_9() { return &___id_TA_9; } inline void set_id_TA_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_9), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_10() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_10() const { return ___id_TA_RSA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_10() { return &___id_TA_RSA_10; } inline void set_id_TA_RSA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_10), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_1_11() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_1_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_1_11() const { return ___id_TA_RSA_v1_5_SHA_1_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_1_11() { return &___id_TA_RSA_v1_5_SHA_1_11; } inline void set_id_TA_RSA_v1_5_SHA_1_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_1_11), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_256_12() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_256_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_256_12() const { return ___id_TA_RSA_v1_5_SHA_256_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_256_12() { return &___id_TA_RSA_v1_5_SHA_256_12; } inline void set_id_TA_RSA_v1_5_SHA_256_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_256_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_256_12), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_1_13() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_1_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_1_13() const { return ___id_TA_RSA_PSS_SHA_1_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_1_13() { return &___id_TA_RSA_PSS_SHA_1_13; } inline void set_id_TA_RSA_PSS_SHA_1_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_1_13), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_256_14() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_256_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_256_14() const { return ___id_TA_RSA_PSS_SHA_256_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_256_14() { return &___id_TA_RSA_PSS_SHA_256_14; } inline void set_id_TA_RSA_PSS_SHA_256_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_256_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_256_14), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_15() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_15() const { return ___id_TA_ECDSA_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_15() { return &___id_TA_ECDSA_15; } inline void set_id_TA_ECDSA_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_15), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_1_16() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_1_16() const { return ___id_TA_ECDSA_SHA_1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_1_16() { return &___id_TA_ECDSA_SHA_1_16; } inline void set_id_TA_ECDSA_SHA_1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_1_16), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_224_17() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_224_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_224_17() const { return ___id_TA_ECDSA_SHA_224_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_224_17() { return &___id_TA_ECDSA_SHA_224_17; } inline void set_id_TA_ECDSA_SHA_224_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_224_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_224_17), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_256_18() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_256_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_256_18() const { return ___id_TA_ECDSA_SHA_256_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_256_18() { return &___id_TA_ECDSA_SHA_256_18; } inline void set_id_TA_ECDSA_SHA_256_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_256_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_256_18), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_384_19() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_384_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_384_19() const { return ___id_TA_ECDSA_SHA_384_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_384_19() { return &___id_TA_ECDSA_SHA_384_19; } inline void set_id_TA_ECDSA_SHA_384_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_384_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_384_19), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_512_20() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_512_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_512_20() const { return ___id_TA_ECDSA_SHA_512_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_512_20() { return &___id_TA_ECDSA_SHA_512_20; } inline void set_id_TA_ECDSA_SHA_512_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_512_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_512_20), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::impl RuntimeObject* ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754, ___impl_0)); } inline RuntimeObject* get_impl_0() const { return ___impl_0; } inline RuntimeObject** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(RuntimeObject* value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Hubs.Hub::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::state Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___state_1; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate BestHTTP.SignalR.Hubs.Hub::OnMethodCall OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___OnMethodCall_2; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::SentMessages Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___SentMessages_3; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::MethodTable Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * ___MethodTable_4; // System.Text.StringBuilder BestHTTP.SignalR.Hubs.Hub::builder StringBuilder_t * ___builder_5; // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::k__BackingField Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___state_1)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_state_1() const { return ___state_1; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_state_1() { return &___state_1; } inline void set_state_1(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_OnMethodCall_2() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___OnMethodCall_2)); } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * get_OnMethodCall_2() const { return ___OnMethodCall_2; } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** get_address_of_OnMethodCall_2() { return &___OnMethodCall_2; } inline void set_OnMethodCall_2(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * value) { ___OnMethodCall_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMethodCall_2), (void*)value); } inline static int32_t get_offset_of_SentMessages_3() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___SentMessages_3)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_SentMessages_3() const { return ___SentMessages_3; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_SentMessages_3() { return &___SentMessages_3; } inline void set_SentMessages_3(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___SentMessages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SentMessages_3), (void*)value); } inline static int32_t get_offset_of_MethodTable_4() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___MethodTable_4)); } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * get_MethodTable_4() const { return ___MethodTable_4; } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 ** get_address_of_MethodTable_4() { return &___MethodTable_4; } inline void set_MethodTable_4(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * value) { ___MethodTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodTable_4), (void*)value); } inline static int32_t get_offset_of_builder_5() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___builder_5)); } inline StringBuilder_t * get_builder_5() const { return ___builder_5; } inline StringBuilder_t ** get_address_of_builder_5() { return &___builder_5; } inline void set_builder_5(StringBuilder_t * value) { ___builder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builder_5), (void*)value); } inline static int32_t get_offset_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() const { return ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return &___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline void set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters struct KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::shared ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shared_1; public: inline static int32_t get_offset_of_iv_0() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___iv_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_0() const { return ___iv_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_0() { return &___iv_0; } inline void set_iv_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_0), (void*)value); } inline static int32_t get_offset_of_shared_1() { return static_cast(offsetof(KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189, ___shared_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_shared_1() const { return ___shared_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_shared_1() { return &___shared_1; } inline void set_shared_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___shared_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator struct KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::keyEncryptionKey KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___keyEncryptionKey_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::keyEncryptionKeyOID String_t* ___keyEncryptionKeyOID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::kekIdentifier KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___kekIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; public: inline static int32_t get_offset_of_keyEncryptionKey_1() { return static_cast(offsetof(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2, ___keyEncryptionKey_1)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_keyEncryptionKey_1() const { return ___keyEncryptionKey_1; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_keyEncryptionKey_1() { return &___keyEncryptionKey_1; } inline void set_keyEncryptionKey_1(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___keyEncryptionKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionKey_1), (void*)value); } inline static int32_t get_offset_of_keyEncryptionKeyOID_2() { return static_cast(offsetof(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2, ___keyEncryptionKeyOID_2)); } inline String_t* get_keyEncryptionKeyOID_2() const { return ___keyEncryptionKeyOID_2; } inline String_t** get_address_of_keyEncryptionKeyOID_2() { return &___keyEncryptionKeyOID_2; } inline void set_keyEncryptionKeyOID_2(String_t* value) { ___keyEncryptionKeyOID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionKeyOID_2), (void*)value); } inline static int32_t get_offset_of_kekIdentifier_3() { return static_cast(offsetof(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2, ___kekIdentifier_3)); } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * get_kekIdentifier_3() const { return ___kekIdentifier_3; } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 ** get_address_of_kekIdentifier_3() { return &___kekIdentifier_3; } inline void set_kekIdentifier_3(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * value) { ___kekIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kekIdentifier_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } }; struct KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::Helper CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2_StaticFields, ___Helper_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Helper_0() const { return ___Helper_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator struct KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::keyAgreementOID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___keyAgreementOID_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::keyEncryptionOID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___keyEncryptionOID_2; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::recipientCerts RuntimeObject* ___recipientCerts_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::senderKeyPair AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ___senderKeyPair_4; public: inline static int32_t get_offset_of_keyAgreementOID_1() { return static_cast(offsetof(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34, ___keyAgreementOID_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_keyAgreementOID_1() const { return ___keyAgreementOID_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_keyAgreementOID_1() { return &___keyAgreementOID_1; } inline void set_keyAgreementOID_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___keyAgreementOID_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAgreementOID_1), (void*)value); } inline static int32_t get_offset_of_keyEncryptionOID_2() { return static_cast(offsetof(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34, ___keyEncryptionOID_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_keyEncryptionOID_2() const { return ___keyEncryptionOID_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_keyEncryptionOID_2() { return &___keyEncryptionOID_2; } inline void set_keyEncryptionOID_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___keyEncryptionOID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionOID_2), (void*)value); } inline static int32_t get_offset_of_recipientCerts_3() { return static_cast(offsetof(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34, ___recipientCerts_3)); } inline RuntimeObject* get_recipientCerts_3() const { return ___recipientCerts_3; } inline RuntimeObject** get_address_of_recipientCerts_3() { return &___recipientCerts_3; } inline void set_recipientCerts_3(RuntimeObject* value) { ___recipientCerts_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientCerts_3), (void*)value); } inline static int32_t get_offset_of_senderKeyPair_4() { return static_cast(offsetof(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34, ___senderKeyPair_4)); } inline AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * get_senderKeyPair_4() const { return ___senderKeyPair_4; } inline AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 ** get_address_of_senderKeyPair_4() { return &___senderKeyPair_4; } inline void set_senderKeyPair_4(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * value) { ___senderKeyPair_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderKeyPair_4), (void*)value); } }; struct KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::Helper CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34_StaticFields, ___Helper_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Helper_0() const { return ___Helper_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator struct KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::recipientTbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___recipientTbsCert_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::recipientPublicKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___recipientPublicKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::subjectKeyIdentifier Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___subjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::info SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___info_4; public: inline static int32_t get_offset_of_recipientTbsCert_1() { return static_cast(offsetof(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1, ___recipientTbsCert_1)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_recipientTbsCert_1() const { return ___recipientTbsCert_1; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_recipientTbsCert_1() { return &___recipientTbsCert_1; } inline void set_recipientTbsCert_1(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___recipientTbsCert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientTbsCert_1), (void*)value); } inline static int32_t get_offset_of_recipientPublicKey_2() { return static_cast(offsetof(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1, ___recipientPublicKey_2)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_recipientPublicKey_2() const { return ___recipientPublicKey_2; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_recipientPublicKey_2() { return &___recipientPublicKey_2; } inline void set_recipientPublicKey_2(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___recipientPublicKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientPublicKey_2), (void*)value); } inline static int32_t get_offset_of_subjectKeyIdentifier_3() { return static_cast(offsetof(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1, ___subjectKeyIdentifier_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_subjectKeyIdentifier_3() const { return ___subjectKeyIdentifier_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_subjectKeyIdentifier_3() { return &___subjectKeyIdentifier_3; } inline void set_subjectKeyIdentifier_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___subjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_info_4() { return static_cast(offsetof(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1, ___info_4)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_info_4() const { return ___info_4; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_info_4() { return &___info_4; } inline void set_info_4(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___info_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_4), (void*)value); } }; struct KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::Helper CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_StaticFields, ___Helper_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Helper_0() const { return ___Helper_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455 : public RuntimeObject { public: public: }; struct KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdSeedCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSeedCbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Kisa.KisaObjectIdentifiers::IdNpkiAppCmsSeedWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdNpkiAppCmsSeedWrap_1; public: inline static int32_t get_offset_of_IdSeedCbc_0() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdSeedCbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSeedCbc_0() const { return ___IdSeedCbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSeedCbc_0() { return &___IdSeedCbc_0; } inline void set_IdSeedCbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSeedCbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSeedCbc_0), (void*)value); } inline static int32_t get_offset_of_IdNpkiAppCmsSeedWrap_1() { return static_cast(offsetof(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields, ___IdNpkiAppCmsSeedWrap_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdNpkiAppCmsSeedWrap_1() const { return ___IdNpkiAppCmsSeedWrap_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdNpkiAppCmsSeedWrap_1() { return &___IdNpkiAppCmsSeedWrap_1; } inline void set_IdNpkiAppCmsSeedWrap_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdNpkiAppCmsSeedWrap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdNpkiAppCmsSeedWrap_1), (void*)value); } }; // BestHTTP.SignalR.JsonEncoders.LitJsonEncoder struct LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB : public RuntimeObject { public: // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CHubU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CMethodU3Ek__BackingField_1; // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CArgumentsU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CHubU3Ek__BackingField_0() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CHubU3Ek__BackingField_0)); } inline String_t* get_U3CHubU3Ek__BackingField_0() const { return ___U3CHubU3Ek__BackingField_0; } inline String_t** get_address_of_U3CHubU3Ek__BackingField_0() { return &___U3CHubU3Ek__BackingField_0; } inline void set_U3CHubU3Ek__BackingField_0(String_t* value) { ___U3CHubU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CMethodU3Ek__BackingField_1() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CMethodU3Ek__BackingField_1)); } inline String_t* get_U3CMethodU3Ek__BackingField_1() const { return ___U3CMethodU3Ek__BackingField_1; } inline String_t** get_address_of_U3CMethodU3Ek__BackingField_1() { return &___U3CMethodU3Ek__BackingField_1; } inline void set_U3CMethodU3Ek__BackingField_1(String_t* value) { ___U3CMethodU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMethodU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CArgumentsU3Ek__BackingField_2() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CArgumentsU3Ek__BackingField_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CArgumentsU3Ek__BackingField_2() const { return ___U3CArgumentsU3Ek__BackingField_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CArgumentsU3Ek__BackingField_2() { return &___U3CArgumentsU3Ek__BackingField_2; } inline void set_U3CArgumentsU3Ek__BackingField_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CArgumentsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArgumentsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_3() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CStateU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_3() const { return ___U3CStateU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_3() { return &___U3CStateU3Ek__BackingField_3; } inline void set_U3CStateU3Ek__BackingField_3(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA : public RuntimeObject { public: public: }; struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::NistAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NistAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::HashAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___HashAlgs_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha384_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha224_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_224_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_256_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_384_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_224_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_256_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_384_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::Aes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ecb_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cbc_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ofb_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cfb_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Wrap_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ecb_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cbc_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ofb_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cfb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Wrap_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Gcm_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ccm_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ecb_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cbc_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ofb_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cfb_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Wrap_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Gcm_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ccm_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha2_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha224_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha256_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha384_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha512_44; public: inline static int32_t get_offset_of_NistAlgorithm_0() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___NistAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NistAlgorithm_0() const { return ___NistAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NistAlgorithm_0() { return &___NistAlgorithm_0; } inline void set_NistAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NistAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NistAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_HashAlgs_1() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___HashAlgs_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_HashAlgs_1() const { return ___HashAlgs_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_HashAlgs_1() { return &___HashAlgs_1; } inline void set_HashAlgs_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___HashAlgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashAlgs_1), (void*)value); } inline static int32_t get_offset_of_IdSha256_2() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha256_2() const { return ___IdSha256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha256_2() { return &___IdSha256_2; } inline void set_IdSha256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha256_2), (void*)value); } inline static int32_t get_offset_of_IdSha384_3() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha384_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha384_3() const { return ___IdSha384_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha384_3() { return &___IdSha384_3; } inline void set_IdSha384_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha384_3), (void*)value); } inline static int32_t get_offset_of_IdSha512_4() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_4() const { return ___IdSha512_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_4() { return &___IdSha512_4; } inline void set_IdSha512_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_4), (void*)value); } inline static int32_t get_offset_of_IdSha224_5() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha224_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha224_5() const { return ___IdSha224_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha224_5() { return &___IdSha224_5; } inline void set_IdSha224_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha224_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha224_5), (void*)value); } inline static int32_t get_offset_of_IdSha512_224_6() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_224_6() const { return ___IdSha512_224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_224_6() { return &___IdSha512_224_6; } inline void set_IdSha512_224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_224_6), (void*)value); } inline static int32_t get_offset_of_IdSha512_256_7() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_256_7() const { return ___IdSha512_256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_256_7() { return &___IdSha512_256_7; } inline void set_IdSha512_256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_256_7), (void*)value); } inline static int32_t get_offset_of_IdSha3_224_8() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_224_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_224_8() const { return ___IdSha3_224_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_224_8() { return &___IdSha3_224_8; } inline void set_IdSha3_224_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_224_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_224_8), (void*)value); } inline static int32_t get_offset_of_IdSha3_256_9() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_256_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_256_9() const { return ___IdSha3_256_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_256_9() { return &___IdSha3_256_9; } inline void set_IdSha3_256_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_256_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_256_9), (void*)value); } inline static int32_t get_offset_of_IdSha3_384_10() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_384_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_384_10() const { return ___IdSha3_384_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_384_10() { return &___IdSha3_384_10; } inline void set_IdSha3_384_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_384_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_384_10), (void*)value); } inline static int32_t get_offset_of_IdSha3_512_11() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_512_11() const { return ___IdSha3_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_512_11() { return &___IdSha3_512_11; } inline void set_IdSha3_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_512_11), (void*)value); } inline static int32_t get_offset_of_IdShake128_12() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake128_12() const { return ___IdShake128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake128_12() { return &___IdShake128_12; } inline void set_IdShake128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake128_12), (void*)value); } inline static int32_t get_offset_of_IdShake256_13() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake256_13() const { return ___IdShake256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake256_13() { return &___IdShake256_13; } inline void set_IdShake256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake256_13), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_224_14() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_224_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_224_14() const { return ___IdHMacWithSha3_224_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_224_14() { return &___IdHMacWithSha3_224_14; } inline void set_IdHMacWithSha3_224_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_224_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_224_14), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_256_15() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_256_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_256_15() const { return ___IdHMacWithSha3_256_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_256_15() { return &___IdHMacWithSha3_256_15; } inline void set_IdHMacWithSha3_256_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_256_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_256_15), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_384_16() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_384_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_384_16() const { return ___IdHMacWithSha3_384_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_384_16() { return &___IdHMacWithSha3_384_16; } inline void set_IdHMacWithSha3_384_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_384_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_384_16), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_512_17() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_512_17() const { return ___IdHMacWithSha3_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_512_17() { return &___IdHMacWithSha3_512_17; } inline void set_IdHMacWithSha3_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_512_17), (void*)value); } inline static int32_t get_offset_of_Aes_18() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___Aes_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes_18() const { return ___Aes_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes_18() { return &___Aes_18; } inline void set_Aes_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes_18), (void*)value); } inline static int32_t get_offset_of_IdAes128Ecb_19() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ecb_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ecb_19() const { return ___IdAes128Ecb_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ecb_19() { return &___IdAes128Ecb_19; } inline void set_IdAes128Ecb_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ecb_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ecb_19), (void*)value); } inline static int32_t get_offset_of_IdAes128Cbc_20() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cbc_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cbc_20() const { return ___IdAes128Cbc_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cbc_20() { return &___IdAes128Cbc_20; } inline void set_IdAes128Cbc_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cbc_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cbc_20), (void*)value); } inline static int32_t get_offset_of_IdAes128Ofb_21() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ofb_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ofb_21() const { return ___IdAes128Ofb_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ofb_21() { return &___IdAes128Ofb_21; } inline void set_IdAes128Ofb_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ofb_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ofb_21), (void*)value); } inline static int32_t get_offset_of_IdAes128Cfb_22() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cfb_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cfb_22() const { return ___IdAes128Cfb_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cfb_22() { return &___IdAes128Cfb_22; } inline void set_IdAes128Cfb_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cfb_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cfb_22), (void*)value); } inline static int32_t get_offset_of_IdAes128Wrap_23() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Wrap_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Wrap_23() const { return ___IdAes128Wrap_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Wrap_23() { return &___IdAes128Wrap_23; } inline void set_IdAes128Wrap_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Wrap_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Wrap_23), (void*)value); } inline static int32_t get_offset_of_IdAes128Gcm_24() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Gcm_24() const { return ___IdAes128Gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Gcm_24() { return &___IdAes128Gcm_24; } inline void set_IdAes128Gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Gcm_24), (void*)value); } inline static int32_t get_offset_of_IdAes128Ccm_25() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ccm_25() const { return ___IdAes128Ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ccm_25() { return &___IdAes128Ccm_25; } inline void set_IdAes128Ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ccm_25), (void*)value); } inline static int32_t get_offset_of_IdAes192Ecb_26() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ecb_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ecb_26() const { return ___IdAes192Ecb_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ecb_26() { return &___IdAes192Ecb_26; } inline void set_IdAes192Ecb_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ecb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ecb_26), (void*)value); } inline static int32_t get_offset_of_IdAes192Cbc_27() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cbc_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cbc_27() const { return ___IdAes192Cbc_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cbc_27() { return &___IdAes192Cbc_27; } inline void set_IdAes192Cbc_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cbc_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cbc_27), (void*)value); } inline static int32_t get_offset_of_IdAes192Ofb_28() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ofb_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ofb_28() const { return ___IdAes192Ofb_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ofb_28() { return &___IdAes192Ofb_28; } inline void set_IdAes192Ofb_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ofb_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ofb_28), (void*)value); } inline static int32_t get_offset_of_IdAes192Cfb_29() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cfb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cfb_29() const { return ___IdAes192Cfb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cfb_29() { return &___IdAes192Cfb_29; } inline void set_IdAes192Cfb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cfb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cfb_29), (void*)value); } inline static int32_t get_offset_of_IdAes192Wrap_30() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Wrap_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Wrap_30() const { return ___IdAes192Wrap_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Wrap_30() { return &___IdAes192Wrap_30; } inline void set_IdAes192Wrap_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Wrap_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Wrap_30), (void*)value); } inline static int32_t get_offset_of_IdAes192Gcm_31() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Gcm_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Gcm_31() const { return ___IdAes192Gcm_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Gcm_31() { return &___IdAes192Gcm_31; } inline void set_IdAes192Gcm_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Gcm_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Gcm_31), (void*)value); } inline static int32_t get_offset_of_IdAes192Ccm_32() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ccm_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ccm_32() const { return ___IdAes192Ccm_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ccm_32() { return &___IdAes192Ccm_32; } inline void set_IdAes192Ccm_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ccm_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ccm_32), (void*)value); } inline static int32_t get_offset_of_IdAes256Ecb_33() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ecb_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ecb_33() const { return ___IdAes256Ecb_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ecb_33() { return &___IdAes256Ecb_33; } inline void set_IdAes256Ecb_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ecb_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ecb_33), (void*)value); } inline static int32_t get_offset_of_IdAes256Cbc_34() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cbc_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cbc_34() const { return ___IdAes256Cbc_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cbc_34() { return &___IdAes256Cbc_34; } inline void set_IdAes256Cbc_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cbc_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cbc_34), (void*)value); } inline static int32_t get_offset_of_IdAes256Ofb_35() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ofb_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ofb_35() const { return ___IdAes256Ofb_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ofb_35() { return &___IdAes256Ofb_35; } inline void set_IdAes256Ofb_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ofb_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ofb_35), (void*)value); } inline static int32_t get_offset_of_IdAes256Cfb_36() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cfb_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cfb_36() const { return ___IdAes256Cfb_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cfb_36() { return &___IdAes256Cfb_36; } inline void set_IdAes256Cfb_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cfb_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cfb_36), (void*)value); } inline static int32_t get_offset_of_IdAes256Wrap_37() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Wrap_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Wrap_37() const { return ___IdAes256Wrap_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Wrap_37() { return &___IdAes256Wrap_37; } inline void set_IdAes256Wrap_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Wrap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Wrap_37), (void*)value); } inline static int32_t get_offset_of_IdAes256Gcm_38() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Gcm_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Gcm_38() const { return ___IdAes256Gcm_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Gcm_38() { return &___IdAes256Gcm_38; } inline void set_IdAes256Gcm_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Gcm_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Gcm_38), (void*)value); } inline static int32_t get_offset_of_IdAes256Ccm_39() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ccm_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ccm_39() const { return ___IdAes256Ccm_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ccm_39() { return &___IdAes256Ccm_39; } inline void set_IdAes256Ccm_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ccm_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ccm_39), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha2_40() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdDsaWithSha2_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha2_40() const { return ___IdDsaWithSha2_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha2_40() { return &___IdDsaWithSha2_40; } inline void set_IdDsaWithSha2_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha2_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha2_40), (void*)value); } inline static int32_t get_offset_of_DsaWithSha224_41() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha224_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha224_41() const { return ___DsaWithSha224_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha224_41() { return &___DsaWithSha224_41; } inline void set_DsaWithSha224_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha224_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha224_41), (void*)value); } inline static int32_t get_offset_of_DsaWithSha256_42() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha256_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha256_42() const { return ___DsaWithSha256_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha256_42() { return &___DsaWithSha256_42; } inline void set_DsaWithSha256_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha256_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha256_42), (void*)value); } inline static int32_t get_offset_of_DsaWithSha384_43() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha384_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha384_43() const { return ___DsaWithSha384_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha384_43() { return &___DsaWithSha384_43; } inline void set_DsaWithSha384_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha384_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha384_43), (void*)value); } inline static int32_t get_offset_of_DsaWithSha512_44() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha512_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha512_44() const { return ___DsaWithSha512_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha512_44() { return &___DsaWithSha512_44; } inline void set_DsaWithSha512_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha512_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha512_44), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317 : public RuntimeObject { public: public: }; struct NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Cbc_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Cbc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Cbc_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia128Wrap_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia192Wrap_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers::IdCamellia256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCamellia256Wrap_5; public: inline static int32_t get_offset_of_IdCamellia128Cbc_0() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Cbc_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Cbc_0() const { return ___IdCamellia128Cbc_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Cbc_0() { return &___IdCamellia128Cbc_0; } inline void set_IdCamellia128Cbc_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Cbc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Cbc_0), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Cbc_1() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Cbc_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Cbc_1() const { return ___IdCamellia192Cbc_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Cbc_1() { return &___IdCamellia192Cbc_1; } inline void set_IdCamellia192Cbc_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Cbc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Cbc_1), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Cbc_2() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Cbc_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Cbc_2() const { return ___IdCamellia256Cbc_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Cbc_2() { return &___IdCamellia256Cbc_2; } inline void set_IdCamellia256Cbc_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Cbc_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Cbc_2), (void*)value); } inline static int32_t get_offset_of_IdCamellia128Wrap_3() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia128Wrap_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia128Wrap_3() const { return ___IdCamellia128Wrap_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia128Wrap_3() { return &___IdCamellia128Wrap_3; } inline void set_IdCamellia128Wrap_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia128Wrap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia128Wrap_3), (void*)value); } inline static int32_t get_offset_of_IdCamellia192Wrap_4() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia192Wrap_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia192Wrap_4() const { return ___IdCamellia192Wrap_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia192Wrap_4() { return &___IdCamellia192Wrap_4; } inline void set_IdCamellia192Wrap_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia192Wrap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia192Wrap_4), (void*)value); } inline static int32_t get_offset_of_IdCamellia256Wrap_5() { return static_cast(offsetof(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields, ___IdCamellia256Wrap_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCamellia256Wrap_5() const { return ___IdCamellia256Wrap_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCamellia256Wrap_5() { return &___IdCamellia256Wrap_5; } inline void set_IdCamellia256Wrap_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCamellia256Wrap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCamellia256Wrap_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED : public RuntimeObject { public: public: }; struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD5WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsa_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEcb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEcb_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesOfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesOfb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCfb_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEde DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::Sha1WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsa_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::ElGamalAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ElGamalAlgorithm_11; public: inline static int32_t get_offset_of_MD4WithRsa_0() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsa_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsa_0() const { return ___MD4WithRsa_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsa_0() { return &___MD4WithRsa_0; } inline void set_MD4WithRsa_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsa_0), (void*)value); } inline static int32_t get_offset_of_MD5WithRsa_1() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD5WithRsa_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsa_1() const { return ___MD5WithRsa_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsa_1() { return &___MD5WithRsa_1; } inline void set_MD5WithRsa_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsa_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsa_1), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_2() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_2() const { return ___MD4WithRsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_2() { return &___MD4WithRsaEncryption_2; } inline void set_MD4WithRsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_DesEcb_3() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEcb_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEcb_3() const { return ___DesEcb_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEcb_3() { return &___DesEcb_3; } inline void set_DesEcb_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEcb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEcb_3), (void*)value); } inline static int32_t get_offset_of_DesCbc_4() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCbc_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_4() const { return ___DesCbc_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_4() { return &___DesCbc_4; } inline void set_DesCbc_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_4), (void*)value); } inline static int32_t get_offset_of_DesOfb_5() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesOfb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesOfb_5() const { return ___DesOfb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesOfb_5() { return &___DesOfb_5; } inline void set_DesOfb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesOfb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesOfb_5), (void*)value); } inline static int32_t get_offset_of_DesCfb_6() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCfb_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCfb_6() const { return ___DesCfb_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCfb_6() { return &___DesCfb_6; } inline void set_DesCfb_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCfb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCfb_6), (void*)value); } inline static int32_t get_offset_of_DesEde_7() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEde_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde_7() const { return ___DesEde_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde_7() { return &___DesEde_7; } inline void set_DesEde_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde_7), (void*)value); } inline static int32_t get_offset_of_IdSha1_8() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___IdSha1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_8() const { return ___IdSha1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_8() { return &___IdSha1_8; } inline void set_IdSha1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_8), (void*)value); } inline static int32_t get_offset_of_DsaWithSha1_9() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DsaWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha1_9() const { return ___DsaWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha1_9() { return &___DsaWithSha1_9; } inline void set_DsaWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha1_9), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsa_10() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___Sha1WithRsa_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsa_10() const { return ___Sha1WithRsa_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsa_10() { return &___Sha1WithRsa_10; } inline void set_Sha1WithRsa_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsa_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsa_10), (void*)value); } inline static int32_t get_offset_of_ElGamalAlgorithm_11() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___ElGamalAlgorithm_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ElGamalAlgorithm_11() const { return ___ElGamalAlgorithm_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ElGamalAlgorithm_11() { return &___ElGamalAlgorithm_11; } inline void set_ElGamalAlgorithm_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ElGamalAlgorithm_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ElGamalAlgorithm_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator struct PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::keyDerivationAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::keyEncryptionKey KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___keyEncryptionKey_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::keyEncryptionKeyOID String_t* ___keyEncryptionKeyOID_3; public: inline static int32_t get_offset_of_keyDerivationAlgorithm_1() { return static_cast(offsetof(PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201, ___keyDerivationAlgorithm_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyDerivationAlgorithm_1() const { return ___keyDerivationAlgorithm_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyDerivationAlgorithm_1() { return &___keyDerivationAlgorithm_1; } inline void set_keyDerivationAlgorithm_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyDerivationAlgorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyDerivationAlgorithm_1), (void*)value); } inline static int32_t get_offset_of_keyEncryptionKey_2() { return static_cast(offsetof(PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201, ___keyEncryptionKey_2)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_keyEncryptionKey_2() const { return ___keyEncryptionKey_2; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_keyEncryptionKey_2() { return &___keyEncryptionKey_2; } inline void set_keyEncryptionKey_2(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___keyEncryptionKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionKey_2), (void*)value); } inline static int32_t get_offset_of_keyEncryptionKeyOID_3() { return static_cast(offsetof(PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201, ___keyEncryptionKeyOID_3)); } inline String_t* get_keyEncryptionKeyOID_3() const { return ___keyEncryptionKeyOID_3; } inline String_t** get_address_of_keyEncryptionKeyOID_3() { return &___keyEncryptionKeyOID_3; } inline void set_keyEncryptionKeyOID_3(String_t* value) { ___keyEncryptionKeyOID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionKeyOID_3), (void*)value); } }; struct PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::Helper CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201_StaticFields, ___Helper_0)); } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * get_Helper_0() const { return ___Helper_0; } inline CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 : public RuntimeObject { public: // System.Uri BestHTTP.Proxy::
k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CAddressU3Ek__BackingField_0; // BestHTTP.Authentication.Credentials BestHTTP.Proxy::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CAddressU3Ek__BackingField_0() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CAddressU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CAddressU3Ek__BackingField_0() const { return ___U3CAddressU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CAddressU3Ek__BackingField_0() { return &___U3CAddressU3Ek__BackingField_0; } inline void set_U3CAddressU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_1() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CCredentialsU3Ek__BackingField_1)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_1() const { return ___U3CCredentialsU3Ek__BackingField_1; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_1() { return &___U3CCredentialsU3Ek__BackingField_1; } inline void set_U3CCredentialsU3Ek__BackingField_1(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_1), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation struct RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::rid RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * ___rid_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::keyEncAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncAlg_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::secureReadable RuntimeObject* ___secureReadable_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::resultMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___resultMac_3; public: inline static int32_t get_offset_of_rid_0() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___rid_0)); } inline RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * get_rid_0() const { return ___rid_0; } inline RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 ** get_address_of_rid_0() { return &___rid_0; } inline void set_rid_0(RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * value) { ___rid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rid_0), (void*)value); } inline static int32_t get_offset_of_keyEncAlg_1() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___keyEncAlg_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncAlg_1() const { return ___keyEncAlg_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncAlg_1() { return &___keyEncAlg_1; } inline void set_keyEncAlg_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncAlg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncAlg_1), (void*)value); } inline static int32_t get_offset_of_secureReadable_2() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___secureReadable_2)); } inline RuntimeObject* get_secureReadable_2() const { return ___secureReadable_2; } inline RuntimeObject** get_address_of_secureReadable_2() { return &___secureReadable_2; } inline void set_secureReadable_2(RuntimeObject* value) { ___secureReadable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___secureReadable_2), (void*)value); } inline static int32_t get_offset_of_resultMac_3() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___resultMac_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_resultMac_3() const { return ___resultMac_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_resultMac_3() { return &___resultMac_3; } inline void set_resultMac_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___resultMac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___resultMac_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::all RuntimeObject* ___all_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::table RuntimeObject* ___table_1; public: inline static int32_t get_offset_of_all_0() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___all_0)); } inline RuntimeObject* get_all_0() const { return ___all_0; } inline RuntimeObject** get_address_of_all_0() { return &___all_0; } inline void set_all_0(RuntimeObject* value) { ___all_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___all_0), (void*)value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters struct SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::entity int32_t ___entity_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::cipherSuite int32_t ___cipherSuite_1; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::compressionAlgorithm uint8_t ___compressionAlgorithm_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::prfAlgorithm int32_t ___prfAlgorithm_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::verifyDataLength int32_t ___verifyDataLength_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::masterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___masterSecret_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::clientRandom ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___clientRandom_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::serverRandom ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serverRandom_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::sessionHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sessionHash_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::pskIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pskIdentity_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::srpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___srpIdentity_10; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::maxFragmentLength int16_t ___maxFragmentLength_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::truncatedHMac bool ___truncatedHMac_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::encryptThenMac bool ___encryptThenMac_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::extendedMasterSecret bool ___extendedMasterSecret_14; public: inline static int32_t get_offset_of_entity_0() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___entity_0)); } inline int32_t get_entity_0() const { return ___entity_0; } inline int32_t* get_address_of_entity_0() { return &___entity_0; } inline void set_entity_0(int32_t value) { ___entity_0 = value; } inline static int32_t get_offset_of_cipherSuite_1() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___cipherSuite_1)); } inline int32_t get_cipherSuite_1() const { return ___cipherSuite_1; } inline int32_t* get_address_of_cipherSuite_1() { return &___cipherSuite_1; } inline void set_cipherSuite_1(int32_t value) { ___cipherSuite_1 = value; } inline static int32_t get_offset_of_compressionAlgorithm_2() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___compressionAlgorithm_2)); } inline uint8_t get_compressionAlgorithm_2() const { return ___compressionAlgorithm_2; } inline uint8_t* get_address_of_compressionAlgorithm_2() { return &___compressionAlgorithm_2; } inline void set_compressionAlgorithm_2(uint8_t value) { ___compressionAlgorithm_2 = value; } inline static int32_t get_offset_of_prfAlgorithm_3() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___prfAlgorithm_3)); } inline int32_t get_prfAlgorithm_3() const { return ___prfAlgorithm_3; } inline int32_t* get_address_of_prfAlgorithm_3() { return &___prfAlgorithm_3; } inline void set_prfAlgorithm_3(int32_t value) { ___prfAlgorithm_3 = value; } inline static int32_t get_offset_of_verifyDataLength_4() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___verifyDataLength_4)); } inline int32_t get_verifyDataLength_4() const { return ___verifyDataLength_4; } inline int32_t* get_address_of_verifyDataLength_4() { return &___verifyDataLength_4; } inline void set_verifyDataLength_4(int32_t value) { ___verifyDataLength_4 = value; } inline static int32_t get_offset_of_masterSecret_5() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___masterSecret_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_masterSecret_5() const { return ___masterSecret_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_masterSecret_5() { return &___masterSecret_5; } inline void set_masterSecret_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___masterSecret_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___masterSecret_5), (void*)value); } inline static int32_t get_offset_of_clientRandom_6() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___clientRandom_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_clientRandom_6() const { return ___clientRandom_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_clientRandom_6() { return &___clientRandom_6; } inline void set_clientRandom_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___clientRandom_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientRandom_6), (void*)value); } inline static int32_t get_offset_of_serverRandom_7() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___serverRandom_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serverRandom_7() const { return ___serverRandom_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serverRandom_7() { return &___serverRandom_7; } inline void set_serverRandom_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serverRandom_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverRandom_7), (void*)value); } inline static int32_t get_offset_of_sessionHash_8() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___sessionHash_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sessionHash_8() const { return ___sessionHash_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sessionHash_8() { return &___sessionHash_8; } inline void set_sessionHash_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sessionHash_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionHash_8), (void*)value); } inline static int32_t get_offset_of_pskIdentity_9() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___pskIdentity_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pskIdentity_9() const { return ___pskIdentity_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pskIdentity_9() { return &___pskIdentity_9; } inline void set_pskIdentity_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pskIdentity_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___pskIdentity_9), (void*)value); } inline static int32_t get_offset_of_srpIdentity_10() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___srpIdentity_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_srpIdentity_10() const { return ___srpIdentity_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_srpIdentity_10() { return &___srpIdentity_10; } inline void set_srpIdentity_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___srpIdentity_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___srpIdentity_10), (void*)value); } inline static int32_t get_offset_of_maxFragmentLength_11() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___maxFragmentLength_11)); } inline int16_t get_maxFragmentLength_11() const { return ___maxFragmentLength_11; } inline int16_t* get_address_of_maxFragmentLength_11() { return &___maxFragmentLength_11; } inline void set_maxFragmentLength_11(int16_t value) { ___maxFragmentLength_11 = value; } inline static int32_t get_offset_of_truncatedHMac_12() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___truncatedHMac_12)); } inline bool get_truncatedHMac_12() const { return ___truncatedHMac_12; } inline bool* get_address_of_truncatedHMac_12() { return &___truncatedHMac_12; } inline void set_truncatedHMac_12(bool value) { ___truncatedHMac_12 = value; } inline static int32_t get_offset_of_encryptThenMac_13() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___encryptThenMac_13)); } inline bool get_encryptThenMac_13() const { return ___encryptThenMac_13; } inline bool* get_address_of_encryptThenMac_13() { return &___encryptThenMac_13; } inline void set_encryptThenMac_13(bool value) { ___encryptThenMac_13 = value; } inline static int32_t get_offset_of_extendedMasterSecret_14() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___extendedMasterSecret_14)); } inline bool get_extendedMasterSecret_14() const { return ___extendedMasterSecret_14; } inline bool* get_address_of_extendedMasterSecret_14() { return &___extendedMasterSecret_14; } inline void set_extendedMasterSecret_14(bool value) { ___extendedMasterSecret_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser struct SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_seq RuntimeObject* ____seq_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ____version_1; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_nextObject RuntimeObject * ____nextObject_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_certsCalled bool ____certsCalled_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::_crlsCalled bool ____crlsCalled_4; public: inline static int32_t get_offset_of__seq_0() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____seq_0)); } inline RuntimeObject* get__seq_0() const { return ____seq_0; } inline RuntimeObject** get_address_of__seq_0() { return &____seq_0; } inline void set__seq_0(RuntimeObject* value) { ____seq_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____seq_0), (void*)value); } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____version_1)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get__version_1() const { return ____version_1; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__nextObject_2() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____nextObject_2)); } inline RuntimeObject * get__nextObject_2() const { return ____nextObject_2; } inline RuntimeObject ** get_address_of__nextObject_2() { return &____nextObject_2; } inline void set__nextObject_2(RuntimeObject * value) { ____nextObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____nextObject_2), (void*)value); } inline static int32_t get_offset_of__certsCalled_3() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____certsCalled_3)); } inline bool get__certsCalled_3() const { return ____certsCalled_3; } inline bool* get_address_of__certsCalled_3() { return &____certsCalled_3; } inline void set__certsCalled_3(bool value) { ____certsCalled_3 = value; } inline static int32_t get_offset_of__crlsCalled_4() { return static_cast(offsetof(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9, ____crlsCalled_4)); } inline bool get__crlsCalled_4() const { return ____crlsCalled_4; } inline bool* get_address_of__crlsCalled_4() { return &____crlsCalled_4; } inline void set__crlsCalled_4(bool value) { ____crlsCalled_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator struct SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::contentSigner RuntimeObject* ___contentSigner_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::sigId SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sigId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::signedGen RuntimeObject* ___signedGen_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::unsignedGen RuntimeObject* ___unsignedGen_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator::isDirectSignature bool ___isDirectSignature_5; public: inline static int32_t get_offset_of_certificate_0() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___certificate_0)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_0() const { return ___certificate_0; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_0() { return &___certificate_0; } inline void set_certificate_0(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_0), (void*)value); } inline static int32_t get_offset_of_contentSigner_1() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___contentSigner_1)); } inline RuntimeObject* get_contentSigner_1() const { return ___contentSigner_1; } inline RuntimeObject** get_address_of_contentSigner_1() { return &___contentSigner_1; } inline void set_contentSigner_1(RuntimeObject* value) { ___contentSigner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentSigner_1), (void*)value); } inline static int32_t get_offset_of_sigId_2() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___sigId_2)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_sigId_2() const { return ___sigId_2; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_sigId_2() { return &___sigId_2; } inline void set_sigId_2(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___sigId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigId_2), (void*)value); } inline static int32_t get_offset_of_signedGen_3() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___signedGen_3)); } inline RuntimeObject* get_signedGen_3() const { return ___signedGen_3; } inline RuntimeObject** get_address_of_signedGen_3() { return &___signedGen_3; } inline void set_signedGen_3(RuntimeObject* value) { ___signedGen_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedGen_3), (void*)value); } inline static int32_t get_offset_of_unsignedGen_4() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___unsignedGen_4)); } inline RuntimeObject* get_unsignedGen_4() const { return ___unsignedGen_4; } inline RuntimeObject** get_address_of_unsignedGen_4() { return &___unsignedGen_4; } inline void set_unsignedGen_4(RuntimeObject* value) { ___unsignedGen_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedGen_4), (void*)value); } inline static int32_t get_offset_of_isDirectSignature_5() { return static_cast(offsetof(SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595, ___isDirectSignature_5)); } inline bool get_isDirectSignature_5() const { return ___isDirectSignature_5; } inline bool* get_address_of_isDirectSignature_5() { return &___isDirectSignature_5; } inline void set_isDirectSignature_5(bool value) { ___isDirectSignature_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::sid SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * ___sid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::info SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * ___info_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::encryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___encryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signedAttributeSet_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unsignedAttributeSet_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::content RuntimeObject* ___content_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::digestCalculator RuntimeObject* ___digestCalculator_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::resultDigest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___resultDigest_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::signedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttributeTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::unsignedAttributeTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttributeTable_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::isCounterSignature bool ___isCounterSignature_14; public: inline static int32_t get_offset_of_sid_1() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___sid_1)); } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * get_sid_1() const { return ___sid_1; } inline SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 ** get_address_of_sid_1() { return &___sid_1; } inline void set_sid_1(SignerID_t01F15D9BDA153DAD4973F016A2B9D6D239145660 * value) { ___sid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_1), (void*)value); } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___info_2)); } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * get_info_2() const { return ___info_2; } inline SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } inline static int32_t get_offset_of_digestAlgorithm_3() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digestAlgorithm_3() const { return ___digestAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digestAlgorithm_3() { return &___digestAlgorithm_3; } inline void set_digestAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digestAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encryptionAlgorithm_4() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___encryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_encryptionAlgorithm_4() const { return ___encryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_encryptionAlgorithm_4() { return &___encryptionAlgorithm_4; } inline void set_encryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___encryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_signedAttributeSet_5() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeSet_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signedAttributeSet_5() const { return ___signedAttributeSet_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signedAttributeSet_5() { return &___signedAttributeSet_5; } inline void set_signedAttributeSet_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signedAttributeSet_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeSet_5), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeSet_6() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeSet_6)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unsignedAttributeSet_6() const { return ___unsignedAttributeSet_6; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unsignedAttributeSet_6() { return &___unsignedAttributeSet_6; } inline void set_unsignedAttributeSet_6(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unsignedAttributeSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeSet_6), (void*)value); } inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___content_7)); } inline RuntimeObject* get_content_7() const { return ___content_7; } inline RuntimeObject** get_address_of_content_7() { return &___content_7; } inline void set_content_7(RuntimeObject* value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } inline static int32_t get_offset_of_signature_8() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signature_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_8() const { return ___signature_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_8() { return &___signature_8; } inline void set_signature_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_8), (void*)value); } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___contentType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_9() const { return ___contentType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_9), (void*)value); } inline static int32_t get_offset_of_digestCalculator_10() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___digestCalculator_10)); } inline RuntimeObject* get_digestCalculator_10() const { return ___digestCalculator_10; } inline RuntimeObject** get_address_of_digestCalculator_10() { return &___digestCalculator_10; } inline void set_digestCalculator_10(RuntimeObject* value) { ___digestCalculator_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestCalculator_10), (void*)value); } inline static int32_t get_offset_of_resultDigest_11() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___resultDigest_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_resultDigest_11() const { return ___resultDigest_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_resultDigest_11() { return &___resultDigest_11; } inline void set_resultDigest_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___resultDigest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___resultDigest_11), (void*)value); } inline static int32_t get_offset_of_signedAttributeTable_12() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___signedAttributeTable_12)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_signedAttributeTable_12() const { return ___signedAttributeTable_12; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_signedAttributeTable_12() { return &___signedAttributeTable_12; } inline void set_signedAttributeTable_12(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___signedAttributeTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedAttributeTable_12), (void*)value); } inline static int32_t get_offset_of_unsignedAttributeTable_13() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___unsignedAttributeTable_13)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_unsignedAttributeTable_13() const { return ___unsignedAttributeTable_13; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_unsignedAttributeTable_13() { return &___unsignedAttributeTable_13; } inline void set_unsignedAttributeTable_13(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___unsignedAttributeTable_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsignedAttributeTable_13), (void*)value); } inline static int32_t get_offset_of_isCounterSignature_14() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5, ___isCounterSignature_14)); } inline bool get_isCounterSignature_14() const { return ___isCounterSignature_14; } inline bool* get_address_of_isCounterSignature_14() { return &___isCounterSignature_14; } inline void set_isCounterSignature_14(bool value) { ___isCounterSignature_14 = value; } }; struct SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_0; public: inline static int32_t get_offset_of_Helper_0() { return static_cast(offsetof(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_StaticFields, ___Helper_0)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_0() const { return ___Helper_0; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_0() { return &___Helper_0; } inline void set_Helper_0(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore struct SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::all RuntimeObject* ___all_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::table RuntimeObject* ___table_1; public: inline static int32_t get_offset_of_all_0() { return static_cast(offsetof(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C, ___all_0)); } inline RuntimeObject* get_all_0() const { return ___all_0; } inline RuntimeObject** get_address_of_all_0() { return &___all_0; } inline void set_all_0(RuntimeObject* value) { ___all_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___all_0), (void*)value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator struct SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator::attributes AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC, ___attributes_0)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_attributes_0() const { return ___attributes_0; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac struct Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::digest RuntimeObject* ___digest_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::padLength int32_t ___padLength_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::secret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___secret_6; public: inline static int32_t get_offset_of_digest_4() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___digest_4)); } inline RuntimeObject* get_digest_4() const { return ___digest_4; } inline RuntimeObject** get_address_of_digest_4() { return &___digest_4; } inline void set_digest_4(RuntimeObject* value) { ___digest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_4), (void*)value); } inline static int32_t get_offset_of_padLength_5() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___padLength_5)); } inline int32_t get_padLength_5() const { return ___padLength_5; } inline int32_t* get_address_of_padLength_5() { return &___padLength_5; } inline void set_padLength_5(int32_t value) { ___padLength_5 = value; } inline static int32_t get_offset_of_secret_6() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___secret_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_secret_6() const { return ___secret_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_secret_6() { return &___secret_6; } inline void set_secret_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___secret_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___secret_6), (void*)value); } }; struct Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::IPAD ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IPAD_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::OPAD ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OPAD_3; public: inline static int32_t get_offset_of_IPAD_2() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields, ___IPAD_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IPAD_2() const { return ___IPAD_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IPAD_2() { return &___IPAD_2; } inline void set_IPAD_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IPAD_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPAD_2), (void*)value); } inline static int32_t get_offset_of_OPAD_3() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields, ___OPAD_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OPAD_3() const { return ___OPAD_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OPAD_3() { return &___OPAD_3; } inline void set_OPAD_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OPAD_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPAD_3), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E : public RuntimeObject { public: public: }; struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD128_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTRsaSignatureAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTRsaSignatureAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD160_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD128_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSign_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithRipeMD160_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EccBrainpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EccBrainpool_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::VersionOne DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VersionOne_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160R1_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160T1_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192R1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192T1_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224R1_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224T1_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256R1_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256T1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320R1_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320T1_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384R1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384T1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512R1_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512T1_27; public: inline static int32_t get_offset_of_TeleTrusTAlgorithm_0() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTAlgorithm_0() const { return ___TeleTrusTAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTAlgorithm_0() { return &___TeleTrusTAlgorithm_0; } inline void set_TeleTrusTAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_RipeMD160_1() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD160_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_1() const { return ___RipeMD160_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_1() { return &___RipeMD160_1; } inline void set_RipeMD160_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_1), (void*)value); } inline static int32_t get_offset_of_RipeMD128_2() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD128_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD128_2() const { return ___RipeMD128_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD128_2() { return &___RipeMD128_2; } inline void set_RipeMD128_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD128_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD128_2), (void*)value); } inline static int32_t get_offset_of_RipeMD256_3() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD256_3() const { return ___RipeMD256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD256_3() { return &___RipeMD256_3; } inline void set_RipeMD256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD256_3), (void*)value); } inline static int32_t get_offset_of_TeleTrusTRsaSignatureAlgorithm_4() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTRsaSignatureAlgorithm_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTRsaSignatureAlgorithm_4() const { return ___TeleTrusTRsaSignatureAlgorithm_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTRsaSignatureAlgorithm_4() { return &___TeleTrusTRsaSignatureAlgorithm_4; } inline void set_TeleTrusTRsaSignatureAlgorithm_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTRsaSignatureAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTRsaSignatureAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD160_5() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD160_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD160_5() const { return ___RsaSignatureWithRipeMD160_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD160_5() { return &___RsaSignatureWithRipeMD160_5; } inline void set_RsaSignatureWithRipeMD160_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD160_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD160_5), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD128_6() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD128_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD128_6() const { return ___RsaSignatureWithRipeMD128_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD128_6() { return &___RsaSignatureWithRipeMD128_6; } inline void set_RsaSignatureWithRipeMD128_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD128_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD128_6), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD256_7() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD256_7() const { return ___RsaSignatureWithRipeMD256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD256_7() { return &___RsaSignatureWithRipeMD256_7; } inline void set_RsaSignatureWithRipeMD256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD256_7), (void*)value); } inline static int32_t get_offset_of_ECSign_8() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSign_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSign_8() const { return ___ECSign_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSign_8() { return &___ECSign_8; } inline void set_ECSign_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSign_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSign_8), (void*)value); } inline static int32_t get_offset_of_ECSignWithSha1_9() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithSha1_9() const { return ___ECSignWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithSha1_9() { return &___ECSignWithSha1_9; } inline void set_ECSignWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithSha1_9), (void*)value); } inline static int32_t get_offset_of_ECSignWithRipeMD160_10() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithRipeMD160_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithRipeMD160_10() const { return ___ECSignWithRipeMD160_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithRipeMD160_10() { return &___ECSignWithRipeMD160_10; } inline void set_ECSignWithRipeMD160_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithRipeMD160_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithRipeMD160_10), (void*)value); } inline static int32_t get_offset_of_EccBrainpool_11() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EccBrainpool_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EccBrainpool_11() const { return ___EccBrainpool_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EccBrainpool_11() { return &___EccBrainpool_11; } inline void set_EccBrainpool_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EccBrainpool_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EccBrainpool_11), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_12() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EllipticCurve_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_12() const { return ___EllipticCurve_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_12() { return &___EllipticCurve_12; } inline void set_EllipticCurve_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_12), (void*)value); } inline static int32_t get_offset_of_VersionOne_13() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___VersionOne_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VersionOne_13() const { return ___VersionOne_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VersionOne_13() { return &___VersionOne_13; } inline void set_VersionOne_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VersionOne_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___VersionOne_13), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160R1_14() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160R1_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160R1_14() const { return ___BrainpoolP160R1_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160R1_14() { return &___BrainpoolP160R1_14; } inline void set_BrainpoolP160R1_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160R1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160R1_14), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160T1_15() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160T1_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160T1_15() const { return ___BrainpoolP160T1_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160T1_15() { return &___BrainpoolP160T1_15; } inline void set_BrainpoolP160T1_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160T1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160T1_15), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192R1_16() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192R1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192R1_16() const { return ___BrainpoolP192R1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192R1_16() { return &___BrainpoolP192R1_16; } inline void set_BrainpoolP192R1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192R1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192R1_16), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192T1_17() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192T1_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192T1_17() const { return ___BrainpoolP192T1_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192T1_17() { return &___BrainpoolP192T1_17; } inline void set_BrainpoolP192T1_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192T1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192T1_17), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224R1_18() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224R1_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224R1_18() const { return ___BrainpoolP224R1_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224R1_18() { return &___BrainpoolP224R1_18; } inline void set_BrainpoolP224R1_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224R1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224R1_18), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224T1_19() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224T1_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224T1_19() const { return ___BrainpoolP224T1_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224T1_19() { return &___BrainpoolP224T1_19; } inline void set_BrainpoolP224T1_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224T1_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224T1_19), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256R1_20() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256R1_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256R1_20() const { return ___BrainpoolP256R1_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256R1_20() { return &___BrainpoolP256R1_20; } inline void set_BrainpoolP256R1_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256R1_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256R1_20), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256T1_21() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256T1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256T1_21() const { return ___BrainpoolP256T1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256T1_21() { return &___BrainpoolP256T1_21; } inline void set_BrainpoolP256T1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256T1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256T1_21), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320R1_22() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320R1_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320R1_22() const { return ___BrainpoolP320R1_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320R1_22() { return &___BrainpoolP320R1_22; } inline void set_BrainpoolP320R1_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320R1_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320R1_22), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320T1_23() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320T1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320T1_23() const { return ___BrainpoolP320T1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320T1_23() { return &___BrainpoolP320T1_23; } inline void set_BrainpoolP320T1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320T1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320T1_23), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384R1_24() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384R1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384R1_24() const { return ___BrainpoolP384R1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384R1_24() { return &___BrainpoolP384R1_24; } inline void set_BrainpoolP384R1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384R1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384R1_24), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384T1_25() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384T1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384T1_25() const { return ___BrainpoolP384T1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384T1_25() { return &___BrainpoolP384T1_25; } inline void set_BrainpoolP384T1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384T1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384T1_25), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512R1_26() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512R1_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512R1_26() const { return ___BrainpoolP512R1_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512R1_26() { return &___BrainpoolP512R1_26; } inline void set_BrainpoolP512R1_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512R1_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512R1_26), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512T1_27() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512T1_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512T1_27() const { return ___BrainpoolP512T1_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512T1_27() { return &___BrainpoolP512T1_27; } inline void set_BrainpoolP512T1_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512T1_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512T1_27), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionary struct UnmodifiableDictionary_t550EDAC40291CDC8064090AA9B0C077D3D52DDE9 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableList struct UnmodifiableList_t206CD401B1444F4F83AFB4E7B8528D627662AE13 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSet struct UnmodifiableSet_t94A712B031F41E128204FCBCC978740BDE34EC9D : public RuntimeObject { public: public: }; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____uri_9)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get__uri_9() const { return ____uri_9; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sData Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___sData_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::sDataObjectCount int32_t ___sDataObjectCount_2; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___currentStream_3; public: inline static int32_t get_offset_of_sData_1() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sData_1)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_sData_1() const { return ___sData_1; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_sData_1() { return &___sData_1; } inline void set_sData_1(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___sData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sData_1), (void*)value); } inline static int32_t get_offset_of_sDataObjectCount_2() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___sDataObjectCount_2)); } inline int32_t get_sDataObjectCount_2() const { return ___sDataObjectCount_2; } inline int32_t* get_address_of_sDataObjectCount_2() { return &___sDataObjectCount_2; } inline void set_sDataObjectCount_2(int32_t value) { ___sDataObjectCount_2 = value; } inline static int32_t get_offset_of_currentStream_3() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF, ___currentStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_currentStream_3() const { return ___currentStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_currentStream_3() { return &___currentStream_3; } inline void set_currentStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___currentStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentStream_3), (void*)value); } }; struct X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::PemCertParser PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * ___PemCertParser_0; public: inline static int32_t get_offset_of_PemCertParser_0() { return static_cast(offsetof(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_StaticFields, ___PemCertParser_0)); } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * get_PemCertParser_0() const { return ___PemCertParser_0; } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 ** get_address_of_PemCertParser_0() { return &___PemCertParser_0; } inline void set_PemCertParser_0(PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * value) { ___PemCertParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PemCertParser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters struct X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters::collection RuntimeObject* ___collection_0; public: inline static int32_t get_offset_of_collection_0() { return static_cast(offsetof(X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401, ___collection_0)); } inline RuntimeObject* get_collection_0() const { return ___collection_0; } inline RuntimeObject** get_address_of_collection_0() { return &___collection_0; } inline void set_collection_0(RuntimeObject* value) { ___collection_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___collection_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser struct X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::lazyAsn1 bool ___lazyAsn1_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::sCrlData Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___sCrlData_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::sCrlDataObjectCount int32_t ___sCrlDataObjectCount_3; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::currentCrlStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___currentCrlStream_4; public: inline static int32_t get_offset_of_lazyAsn1_1() { return static_cast(offsetof(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA, ___lazyAsn1_1)); } inline bool get_lazyAsn1_1() const { return ___lazyAsn1_1; } inline bool* get_address_of_lazyAsn1_1() { return &___lazyAsn1_1; } inline void set_lazyAsn1_1(bool value) { ___lazyAsn1_1 = value; } inline static int32_t get_offset_of_sCrlData_2() { return static_cast(offsetof(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA, ___sCrlData_2)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_sCrlData_2() const { return ___sCrlData_2; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_sCrlData_2() { return &___sCrlData_2; } inline void set_sCrlData_2(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___sCrlData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sCrlData_2), (void*)value); } inline static int32_t get_offset_of_sCrlDataObjectCount_3() { return static_cast(offsetof(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA, ___sCrlDataObjectCount_3)); } inline int32_t get_sCrlDataObjectCount_3() const { return ___sCrlDataObjectCount_3; } inline int32_t* get_address_of_sCrlDataObjectCount_3() { return &___sCrlDataObjectCount_3; } inline void set_sCrlDataObjectCount_3(int32_t value) { ___sCrlDataObjectCount_3 = value; } inline static int32_t get_offset_of_currentCrlStream_4() { return static_cast(offsetof(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA, ___currentCrlStream_4)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_currentCrlStream_4() const { return ___currentCrlStream_4; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_currentCrlStream_4() { return &___currentCrlStream_4; } inline void set_currentCrlStream_4(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___currentCrlStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentCrlStream_4), (void*)value); } }; struct X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.PemParser BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::PemCrlParser PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * ___PemCrlParser_0; public: inline static int32_t get_offset_of_PemCrlParser_0() { return static_cast(offsetof(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA_StaticFields, ___PemCrlParser_0)); } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * get_PemCrlParser_0() const { return ___PemCrlParser_0; } inline PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 ** get_address_of_PemCrlParser_0() { return &___PemCrlParser_0; } inline void set_PemCrlParser_0(PemParser_tB3FC6780946303F9667460AF6A79F87A8C0F3215 * value) { ___PemCrlParser_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PemCrlParser_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543 : public RuntimeObject { public: public: }; struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CommonName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CommonName_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CountryName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::LocalityName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LocalityName_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::StateOrProvinceName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___StateOrProvinceName_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::Organization DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Organization_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OrganizationalUnitName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationalUnitName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_telephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_telephoneNumber_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_name_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_organizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_organizationIdentifier_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdEARsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEARsa_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPkix DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPkix_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPE DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPE_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdAD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAD_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADCAIssuers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADCAIssuers_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADOcsp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADOcsp_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OcspAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OcspAccessMethod_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CrlAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlAccessMethod_20; public: inline static int32_t get_offset_of_CommonName_1() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CommonName_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CommonName_1() const { return ___CommonName_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CommonName_1() { return &___CommonName_1; } inline void set_CommonName_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CommonName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommonName_1), (void*)value); } inline static int32_t get_offset_of_CountryName_2() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CountryName_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryName_2() const { return ___CountryName_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryName_2() { return &___CountryName_2; } inline void set_CountryName_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryName_2), (void*)value); } inline static int32_t get_offset_of_LocalityName_3() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___LocalityName_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LocalityName_3() const { return ___LocalityName_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LocalityName_3() { return &___LocalityName_3; } inline void set_LocalityName_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LocalityName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___LocalityName_3), (void*)value); } inline static int32_t get_offset_of_StateOrProvinceName_4() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___StateOrProvinceName_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_StateOrProvinceName_4() const { return ___StateOrProvinceName_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_StateOrProvinceName_4() { return &___StateOrProvinceName_4; } inline void set_StateOrProvinceName_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___StateOrProvinceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateOrProvinceName_4), (void*)value); } inline static int32_t get_offset_of_Organization_5() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___Organization_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Organization_5() const { return ___Organization_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Organization_5() { return &___Organization_5; } inline void set_Organization_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Organization_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Organization_5), (void*)value); } inline static int32_t get_offset_of_OrganizationalUnitName_6() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OrganizationalUnitName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationalUnitName_6() const { return ___OrganizationalUnitName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationalUnitName_6() { return &___OrganizationalUnitName_6; } inline void set_OrganizationalUnitName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationalUnitName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationalUnitName_6), (void*)value); } inline static int32_t get_offset_of_id_at_telephoneNumber_7() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_telephoneNumber_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_telephoneNumber_7() const { return ___id_at_telephoneNumber_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_telephoneNumber_7() { return &___id_at_telephoneNumber_7; } inline void set_id_at_telephoneNumber_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_telephoneNumber_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_telephoneNumber_7), (void*)value); } inline static int32_t get_offset_of_id_at_name_8() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_name_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_name_8() const { return ___id_at_name_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_name_8() { return &___id_at_name_8; } inline void set_id_at_name_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_name_8), (void*)value); } inline static int32_t get_offset_of_id_at_organizationIdentifier_9() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_organizationIdentifier_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_organizationIdentifier_9() const { return ___id_at_organizationIdentifier_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_organizationIdentifier_9() { return &___id_at_organizationIdentifier_9; } inline void set_id_at_organizationIdentifier_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_organizationIdentifier_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_organizationIdentifier_9), (void*)value); } inline static int32_t get_offset_of_IdSha1_10() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_10() const { return ___IdSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_10() { return &___IdSha1_10; } inline void set_IdSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_10), (void*)value); } inline static int32_t get_offset_of_RipeMD160_11() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_11() const { return ___RipeMD160_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_11() { return &___RipeMD160_11; } inline void set_RipeMD160_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_11), (void*)value); } inline static int32_t get_offset_of_RipeMD160WithRsaEncryption_12() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160WithRsaEncryption_12() const { return ___RipeMD160WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160WithRsaEncryption_12() { return &___RipeMD160WithRsaEncryption_12; } inline void set_RipeMD160WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_IdEARsa_13() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdEARsa_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEARsa_13() const { return ___IdEARsa_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEARsa_13() { return &___IdEARsa_13; } inline void set_IdEARsa_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEARsa_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEARsa_13), (void*)value); } inline static int32_t get_offset_of_IdPkix_14() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPkix_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPkix_14() const { return ___IdPkix_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPkix_14() { return &___IdPkix_14; } inline void set_IdPkix_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPkix_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPkix_14), (void*)value); } inline static int32_t get_offset_of_IdPE_15() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPE_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPE_15() const { return ___IdPE_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPE_15() { return &___IdPE_15; } inline void set_IdPE_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPE_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPE_15), (void*)value); } inline static int32_t get_offset_of_IdAD_16() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdAD_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAD_16() const { return ___IdAD_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAD_16() { return &___IdAD_16; } inline void set_IdAD_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAD_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAD_16), (void*)value); } inline static int32_t get_offset_of_IdADCAIssuers_17() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADCAIssuers_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADCAIssuers_17() const { return ___IdADCAIssuers_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADCAIssuers_17() { return &___IdADCAIssuers_17; } inline void set_IdADCAIssuers_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADCAIssuers_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADCAIssuers_17), (void*)value); } inline static int32_t get_offset_of_IdADOcsp_18() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADOcsp_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADOcsp_18() const { return ___IdADOcsp_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADOcsp_18() { return &___IdADOcsp_18; } inline void set_IdADOcsp_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADOcsp_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADOcsp_18), (void*)value); } inline static int32_t get_offset_of_OcspAccessMethod_19() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OcspAccessMethod_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OcspAccessMethod_19() const { return ___OcspAccessMethod_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OcspAccessMethod_19() { return &___OcspAccessMethod_19; } inline void set_OcspAccessMethod_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OcspAccessMethod_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OcspAccessMethod_19), (void*)value); } inline static int32_t get_offset_of_CrlAccessMethod_20() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CrlAccessMethod_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlAccessMethod_20() const { return ___CrlAccessMethod_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlAccessMethod_20() { return &___CrlAccessMethod_20; } inline void set_CrlAccessMethod_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlAccessMethod_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlAccessMethod_20), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E : public RuntimeObject { public: public: }; struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_X9_62 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_X9_62_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdFieldType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdFieldType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeField_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CharacteristicTwoField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CharacteristicTwoField_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::GNBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GNBasis_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::TPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TPBasis_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PPBasis_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_ecSigType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecSigType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_publicKeyType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_publicKeyType_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdECPublicKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdECPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha2_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha224_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha256_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha384_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha512_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CTwoCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CTwoCurve_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v2_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v3_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb176w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb176w1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v2_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v3_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v4_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v5_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb208w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb208w1_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v2_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v3_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb272w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb272w1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb304w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb304w1_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb359v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb359v1_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb368w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb368w1_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb431r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb431r1_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeCurve_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v1_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v2_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v3_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v1_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v2_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v3_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime256v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime256v1_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsa_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha1_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x63Scheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x63Scheme_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassStdDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassStdDHSha1KdfScheme_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassCofactorDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassCofactorDHSha1KdfScheme_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::MqvSinglePassSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MqvSinglePassSha1KdfScheme_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_x9_42 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_x9_42_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHPublicNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHPublicNumber_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x42Schemes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x42Schemes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHStatic DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHStatic_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHEphem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHEphem_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHOneFlow_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid1_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid2_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybridOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybridOneFlow_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv2_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv1_65; public: inline static int32_t get_offset_of_ansi_X9_62_1() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_X9_62_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_X9_62_1() const { return ___ansi_X9_62_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_X9_62_1() { return &___ansi_X9_62_1; } inline void set_ansi_X9_62_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_X9_62_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_X9_62_1), (void*)value); } inline static int32_t get_offset_of_IdFieldType_2() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdFieldType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdFieldType_2() const { return ___IdFieldType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdFieldType_2() { return &___IdFieldType_2; } inline void set_IdFieldType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdFieldType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdFieldType_2), (void*)value); } inline static int32_t get_offset_of_PrimeField_3() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeField_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeField_3() const { return ___PrimeField_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeField_3() { return &___PrimeField_3; } inline void set_PrimeField_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeField_3), (void*)value); } inline static int32_t get_offset_of_CharacteristicTwoField_4() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CharacteristicTwoField_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CharacteristicTwoField_4() const { return ___CharacteristicTwoField_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CharacteristicTwoField_4() { return &___CharacteristicTwoField_4; } inline void set_CharacteristicTwoField_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CharacteristicTwoField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharacteristicTwoField_4), (void*)value); } inline static int32_t get_offset_of_GNBasis_5() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___GNBasis_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GNBasis_5() const { return ___GNBasis_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GNBasis_5() { return &___GNBasis_5; } inline void set_GNBasis_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GNBasis_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GNBasis_5), (void*)value); } inline static int32_t get_offset_of_TPBasis_6() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___TPBasis_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TPBasis_6() const { return ___TPBasis_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TPBasis_6() { return &___TPBasis_6; } inline void set_TPBasis_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TPBasis_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TPBasis_6), (void*)value); } inline static int32_t get_offset_of_PPBasis_7() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PPBasis_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PPBasis_7() const { return ___PPBasis_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PPBasis_7() { return &___PPBasis_7; } inline void set_PPBasis_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PPBasis_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PPBasis_7), (void*)value); } inline static int32_t get_offset_of_id_ecSigType_9() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_ecSigType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecSigType_9() const { return ___id_ecSigType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecSigType_9() { return &___id_ecSigType_9; } inline void set_id_ecSigType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecSigType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecSigType_9), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha1_10() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha1_10() const { return ___ECDsaWithSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha1_10() { return &___ECDsaWithSha1_10; } inline void set_ECDsaWithSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha1_10), (void*)value); } inline static int32_t get_offset_of_id_publicKeyType_12() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_publicKeyType_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_publicKeyType_12() const { return ___id_publicKeyType_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_publicKeyType_12() { return &___id_publicKeyType_12; } inline void set_id_publicKeyType_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_publicKeyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_publicKeyType_12), (void*)value); } inline static int32_t get_offset_of_IdECPublicKey_13() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdECPublicKey_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdECPublicKey_13() const { return ___IdECPublicKey_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdECPublicKey_13() { return &___IdECPublicKey_13; } inline void set_IdECPublicKey_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdECPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdECPublicKey_13), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha2_14() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha2_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha2_14() const { return ___ECDsaWithSha2_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha2_14() { return &___ECDsaWithSha2_14; } inline void set_ECDsaWithSha2_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha2_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha2_14), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha224_15() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha224_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha224_15() const { return ___ECDsaWithSha224_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha224_15() { return &___ECDsaWithSha224_15; } inline void set_ECDsaWithSha224_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha224_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha224_15), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha256_16() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha256_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha256_16() const { return ___ECDsaWithSha256_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha256_16() { return &___ECDsaWithSha256_16; } inline void set_ECDsaWithSha256_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha256_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha256_16), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha384_17() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha384_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha384_17() const { return ___ECDsaWithSha384_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha384_17() { return &___ECDsaWithSha384_17; } inline void set_ECDsaWithSha384_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha384_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha384_17), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha512_18() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha512_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha512_18() const { return ___ECDsaWithSha512_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha512_18() { return &___ECDsaWithSha512_18; } inline void set_ECDsaWithSha512_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha512_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha512_18), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_19() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___EllipticCurve_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_19() const { return ___EllipticCurve_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_19() { return &___EllipticCurve_19; } inline void set_EllipticCurve_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_19), (void*)value); } inline static int32_t get_offset_of_CTwoCurve_20() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CTwoCurve_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CTwoCurve_20() const { return ___CTwoCurve_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CTwoCurve_20() { return &___CTwoCurve_20; } inline void set_CTwoCurve_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CTwoCurve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CTwoCurve_20), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v1_21() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v1_21() const { return ___C2Pnb163v1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v1_21() { return &___C2Pnb163v1_21; } inline void set_C2Pnb163v1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v1_21), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v2_22() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v2_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v2_22() const { return ___C2Pnb163v2_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v2_22() { return &___C2Pnb163v2_22; } inline void set_C2Pnb163v2_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v2_22), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v3_23() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v3_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v3_23() const { return ___C2Pnb163v3_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v3_23() { return &___C2Pnb163v3_23; } inline void set_C2Pnb163v3_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v3_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v3_23), (void*)value); } inline static int32_t get_offset_of_C2Pnb176w1_24() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb176w1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb176w1_24() const { return ___C2Pnb176w1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb176w1_24() { return &___C2Pnb176w1_24; } inline void set_C2Pnb176w1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb176w1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb176w1_24), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v1_25() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v1_25() const { return ___C2Tnb191v1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v1_25() { return &___C2Tnb191v1_25; } inline void set_C2Tnb191v1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v1_25), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v2_26() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v2_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v2_26() const { return ___C2Tnb191v2_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v2_26() { return &___C2Tnb191v2_26; } inline void set_C2Tnb191v2_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v2_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v2_26), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v3_27() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v3_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v3_27() const { return ___C2Tnb191v3_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v3_27() { return &___C2Tnb191v3_27; } inline void set_C2Tnb191v3_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v3_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v3_27), (void*)value); } inline static int32_t get_offset_of_C2Onb191v4_28() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v4_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v4_28() const { return ___C2Onb191v4_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v4_28() { return &___C2Onb191v4_28; } inline void set_C2Onb191v4_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v4_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v4_28), (void*)value); } inline static int32_t get_offset_of_C2Onb191v5_29() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v5_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v5_29() const { return ___C2Onb191v5_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v5_29() { return &___C2Onb191v5_29; } inline void set_C2Onb191v5_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v5_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v5_29), (void*)value); } inline static int32_t get_offset_of_C2Pnb208w1_30() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb208w1_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb208w1_30() const { return ___C2Pnb208w1_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb208w1_30() { return &___C2Pnb208w1_30; } inline void set_C2Pnb208w1_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb208w1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb208w1_30), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v1_31() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v1_31() const { return ___C2Tnb239v1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v1_31() { return &___C2Tnb239v1_31; } inline void set_C2Tnb239v1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v1_31), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v2_32() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v2_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v2_32() const { return ___C2Tnb239v2_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v2_32() { return &___C2Tnb239v2_32; } inline void set_C2Tnb239v2_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v2_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v2_32), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v3_33() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v3_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v3_33() const { return ___C2Tnb239v3_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v3_33() { return &___C2Tnb239v3_33; } inline void set_C2Tnb239v3_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v3_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v3_33), (void*)value); } inline static int32_t get_offset_of_C2Onb239v4_34() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v4_34() const { return ___C2Onb239v4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v4_34() { return &___C2Onb239v4_34; } inline void set_C2Onb239v4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v4_34), (void*)value); } inline static int32_t get_offset_of_C2Onb239v5_35() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v5_35() const { return ___C2Onb239v5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v5_35() { return &___C2Onb239v5_35; } inline void set_C2Onb239v5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v5_35), (void*)value); } inline static int32_t get_offset_of_C2Pnb272w1_36() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb272w1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb272w1_36() const { return ___C2Pnb272w1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb272w1_36() { return &___C2Pnb272w1_36; } inline void set_C2Pnb272w1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb272w1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb272w1_36), (void*)value); } inline static int32_t get_offset_of_C2Pnb304w1_37() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb304w1_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb304w1_37() const { return ___C2Pnb304w1_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb304w1_37() { return &___C2Pnb304w1_37; } inline void set_C2Pnb304w1_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb304w1_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb304w1_37), (void*)value); } inline static int32_t get_offset_of_C2Tnb359v1_38() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb359v1_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb359v1_38() const { return ___C2Tnb359v1_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb359v1_38() { return &___C2Tnb359v1_38; } inline void set_C2Tnb359v1_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb359v1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb359v1_38), (void*)value); } inline static int32_t get_offset_of_C2Pnb368w1_39() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb368w1_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb368w1_39() const { return ___C2Pnb368w1_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb368w1_39() { return &___C2Pnb368w1_39; } inline void set_C2Pnb368w1_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb368w1_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb368w1_39), (void*)value); } inline static int32_t get_offset_of_C2Tnb431r1_40() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb431r1_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb431r1_40() const { return ___C2Tnb431r1_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb431r1_40() { return &___C2Tnb431r1_40; } inline void set_C2Tnb431r1_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb431r1_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb431r1_40), (void*)value); } inline static int32_t get_offset_of_PrimeCurve_41() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeCurve_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeCurve_41() const { return ___PrimeCurve_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeCurve_41() { return &___PrimeCurve_41; } inline void set_PrimeCurve_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeCurve_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeCurve_41), (void*)value); } inline static int32_t get_offset_of_Prime192v1_42() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v1_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v1_42() const { return ___Prime192v1_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v1_42() { return &___Prime192v1_42; } inline void set_Prime192v1_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v1_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v1_42), (void*)value); } inline static int32_t get_offset_of_Prime192v2_43() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v2_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v2_43() const { return ___Prime192v2_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v2_43() { return &___Prime192v2_43; } inline void set_Prime192v2_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v2_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v2_43), (void*)value); } inline static int32_t get_offset_of_Prime192v3_44() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v3_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v3_44() const { return ___Prime192v3_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v3_44() { return &___Prime192v3_44; } inline void set_Prime192v3_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v3_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v3_44), (void*)value); } inline static int32_t get_offset_of_Prime239v1_45() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v1_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v1_45() const { return ___Prime239v1_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v1_45() { return &___Prime239v1_45; } inline void set_Prime239v1_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v1_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v1_45), (void*)value); } inline static int32_t get_offset_of_Prime239v2_46() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v2_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v2_46() const { return ___Prime239v2_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v2_46() { return &___Prime239v2_46; } inline void set_Prime239v2_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v2_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v2_46), (void*)value); } inline static int32_t get_offset_of_Prime239v3_47() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v3_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v3_47() const { return ___Prime239v3_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v3_47() { return &___Prime239v3_47; } inline void set_Prime239v3_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v3_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v3_47), (void*)value); } inline static int32_t get_offset_of_Prime256v1_48() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime256v1_48)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime256v1_48() const { return ___Prime256v1_48; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime256v1_48() { return &___Prime256v1_48; } inline void set_Prime256v1_48(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime256v1_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime256v1_48), (void*)value); } inline static int32_t get_offset_of_IdDsa_49() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsa_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsa_49() const { return ___IdDsa_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsa_49() { return &___IdDsa_49; } inline void set_IdDsa_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsa_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsa_49), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha1_50() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsaWithSha1_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha1_50() const { return ___IdDsaWithSha1_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha1_50() { return &___IdDsaWithSha1_50; } inline void set_IdDsaWithSha1_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha1_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha1_50), (void*)value); } inline static int32_t get_offset_of_X9x63Scheme_51() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x63Scheme_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x63Scheme_51() const { return ___X9x63Scheme_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x63Scheme_51() { return &___X9x63Scheme_51; } inline void set_X9x63Scheme_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x63Scheme_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x63Scheme_51), (void*)value); } inline static int32_t get_offset_of_DHSinglePassStdDHSha1KdfScheme_52() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassStdDHSha1KdfScheme_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassStdDHSha1KdfScheme_52() const { return ___DHSinglePassStdDHSha1KdfScheme_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassStdDHSha1KdfScheme_52() { return &___DHSinglePassStdDHSha1KdfScheme_52; } inline void set_DHSinglePassStdDHSha1KdfScheme_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassStdDHSha1KdfScheme_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassStdDHSha1KdfScheme_52), (void*)value); } inline static int32_t get_offset_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassCofactorDHSha1KdfScheme_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassCofactorDHSha1KdfScheme_53() const { return ___DHSinglePassCofactorDHSha1KdfScheme_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return &___DHSinglePassCofactorDHSha1KdfScheme_53; } inline void set_DHSinglePassCofactorDHSha1KdfScheme_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassCofactorDHSha1KdfScheme_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassCofactorDHSha1KdfScheme_53), (void*)value); } inline static int32_t get_offset_of_MqvSinglePassSha1KdfScheme_54() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___MqvSinglePassSha1KdfScheme_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MqvSinglePassSha1KdfScheme_54() const { return ___MqvSinglePassSha1KdfScheme_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MqvSinglePassSha1KdfScheme_54() { return &___MqvSinglePassSha1KdfScheme_54; } inline void set_MqvSinglePassSha1KdfScheme_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MqvSinglePassSha1KdfScheme_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___MqvSinglePassSha1KdfScheme_54), (void*)value); } inline static int32_t get_offset_of_ansi_x9_42_55() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_x9_42_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_x9_42_55() const { return ___ansi_x9_42_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_x9_42_55() { return &___ansi_x9_42_55; } inline void set_ansi_x9_42_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_x9_42_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_x9_42_55), (void*)value); } inline static int32_t get_offset_of_DHPublicNumber_56() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHPublicNumber_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHPublicNumber_56() const { return ___DHPublicNumber_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHPublicNumber_56() { return &___DHPublicNumber_56; } inline void set_DHPublicNumber_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHPublicNumber_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHPublicNumber_56), (void*)value); } inline static int32_t get_offset_of_X9x42Schemes_57() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x42Schemes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x42Schemes_57() const { return ___X9x42Schemes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x42Schemes_57() { return &___X9x42Schemes_57; } inline void set_X9x42Schemes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x42Schemes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x42Schemes_57), (void*)value); } inline static int32_t get_offset_of_DHStatic_58() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHStatic_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHStatic_58() const { return ___DHStatic_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHStatic_58() { return &___DHStatic_58; } inline void set_DHStatic_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHStatic_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHStatic_58), (void*)value); } inline static int32_t get_offset_of_DHEphem_59() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHEphem_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHEphem_59() const { return ___DHEphem_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHEphem_59() { return &___DHEphem_59; } inline void set_DHEphem_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHEphem_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHEphem_59), (void*)value); } inline static int32_t get_offset_of_DHOneFlow_60() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHOneFlow_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHOneFlow_60() const { return ___DHOneFlow_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHOneFlow_60() { return &___DHOneFlow_60; } inline void set_DHOneFlow_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHOneFlow_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHOneFlow_60), (void*)value); } inline static int32_t get_offset_of_DHHybrid1_61() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid1_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid1_61() const { return ___DHHybrid1_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid1_61() { return &___DHHybrid1_61; } inline void set_DHHybrid1_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid1_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid1_61), (void*)value); } inline static int32_t get_offset_of_DHHybrid2_62() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid2_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid2_62() const { return ___DHHybrid2_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid2_62() { return &___DHHybrid2_62; } inline void set_DHHybrid2_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid2_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid2_62), (void*)value); } inline static int32_t get_offset_of_DHHybridOneFlow_63() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybridOneFlow_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybridOneFlow_63() const { return ___DHHybridOneFlow_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybridOneFlow_63() { return &___DHHybridOneFlow_63; } inline void set_DHHybridOneFlow_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybridOneFlow_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybridOneFlow_63), (void*)value); } inline static int32_t get_offset_of_Mqv2_64() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv2_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv2_64() const { return ___Mqv2_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv2_64() { return &___Mqv2_64; } inline void set_Mqv2_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv2_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv2_64), (void*)value); } inline static int32_t get_offset_of_Mqv1_65() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv1_65)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv1_65() const { return ___Mqv1_65; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv1_65() { return &___Mqv1_65; } inline void set_Mqv1_65(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv1_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv1_65), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf struct SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::outer CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::sigCalc RuntimeObject* ___sigCalc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::signerIdentifier SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::digestOID String_t* ___digestOID_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::encOID String_t* ___encOID_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::sAttr RuntimeObject* ___sAttr_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::unsAttr RuntimeObject* ___unsAttr_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::baseSignedTable AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable_7; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___outer_0)); } inline CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * get_outer_0() const { return ___outer_0; } inline CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of_sigCalc_1() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___sigCalc_1)); } inline RuntimeObject* get_sigCalc_1() const { return ___sigCalc_1; } inline RuntimeObject** get_address_of_sigCalc_1() { return &___sigCalc_1; } inline void set_sigCalc_1(RuntimeObject* value) { ___sigCalc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigCalc_1), (void*)value); } inline static int32_t get_offset_of_signerIdentifier_2() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___signerIdentifier_2)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_signerIdentifier_2() const { return ___signerIdentifier_2; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_signerIdentifier_2() { return &___signerIdentifier_2; } inline void set_signerIdentifier_2(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___signerIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerIdentifier_2), (void*)value); } inline static int32_t get_offset_of_digestOID_3() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___digestOID_3)); } inline String_t* get_digestOID_3() const { return ___digestOID_3; } inline String_t** get_address_of_digestOID_3() { return &___digestOID_3; } inline void set_digestOID_3(String_t* value) { ___digestOID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestOID_3), (void*)value); } inline static int32_t get_offset_of_encOID_4() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___encOID_4)); } inline String_t* get_encOID_4() const { return ___encOID_4; } inline String_t** get_address_of_encOID_4() { return &___encOID_4; } inline void set_encOID_4(String_t* value) { ___encOID_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encOID_4), (void*)value); } inline static int32_t get_offset_of_sAttr_5() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___sAttr_5)); } inline RuntimeObject* get_sAttr_5() const { return ___sAttr_5; } inline RuntimeObject** get_address_of_sAttr_5() { return &___sAttr_5; } inline void set_sAttr_5(RuntimeObject* value) { ___sAttr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sAttr_5), (void*)value); } inline static int32_t get_offset_of_unsAttr_6() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___unsAttr_6)); } inline RuntimeObject* get_unsAttr_6() const { return ___unsAttr_6; } inline RuntimeObject** get_address_of_unsAttr_6() { return &___unsAttr_6; } inline void set_unsAttr_6(RuntimeObject* value) { ___unsAttr_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unsAttr_6), (void*)value); } inline static int32_t get_offset_of_baseSignedTable_7() { return static_cast(offsetof(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7, ___baseSignedTable_7)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_baseSignedTable_7() const { return ___baseSignedTable_7; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_baseSignedTable_7() { return &___baseSignedTable_7; } inline void set_baseSignedTable_7(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___baseSignedTable_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSignedTable_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder struct DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::signerInf RuntimeObject* ___signerInf_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::digestOID String_t* ___digestOID_1; public: inline static int32_t get_offset_of_signerInf_0() { return static_cast(offsetof(DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8, ___signerInf_0)); } inline RuntimeObject* get_signerInf_0() const { return ___signerInf_0; } inline RuntimeObject** get_address_of_signerInf_0() { return &___signerInf_0; } inline void set_signerInf_0(RuntimeObject* value) { ___signerInf_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInf_0), (void*)value); } inline static int32_t get_offset_of_digestOID_1() { return static_cast(offsetof(DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8, ___digestOID_1)); } inline String_t* get_digestOID_1() const { return ___digestOID_1; } inline String_t** get_address_of_digestOID_1() { return &___digestOID_1; } inline void set_digestOID_1(String_t* value) { ___digestOID_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestOID_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl struct SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::outer CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_signerIdentifier SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ____signerIdentifier_1; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_digestOID String_t* ____digestOID_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_encOID String_t* ____encOID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_sAttr RuntimeObject* ____sAttr_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_unsAttr RuntimeObject* ____unsAttr_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_encName String_t* ____encName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::_sig RuntimeObject* ____sig_7; public: inline static int32_t get_offset_of_outer_0() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ___outer_0)); } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * get_outer_0() const { return ___outer_0; } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B ** get_address_of_outer_0() { return &___outer_0; } inline void set_outer_0(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * value) { ___outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_0), (void*)value); } inline static int32_t get_offset_of__signerIdentifier_1() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____signerIdentifier_1)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get__signerIdentifier_1() const { return ____signerIdentifier_1; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of__signerIdentifier_1() { return &____signerIdentifier_1; } inline void set__signerIdentifier_1(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ____signerIdentifier_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____signerIdentifier_1), (void*)value); } inline static int32_t get_offset_of__digestOID_2() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____digestOID_2)); } inline String_t* get__digestOID_2() const { return ____digestOID_2; } inline String_t** get_address_of__digestOID_2() { return &____digestOID_2; } inline void set__digestOID_2(String_t* value) { ____digestOID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____digestOID_2), (void*)value); } inline static int32_t get_offset_of__encOID_3() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____encOID_3)); } inline String_t* get__encOID_3() const { return ____encOID_3; } inline String_t** get_address_of__encOID_3() { return &____encOID_3; } inline void set__encOID_3(String_t* value) { ____encOID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____encOID_3), (void*)value); } inline static int32_t get_offset_of__sAttr_4() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____sAttr_4)); } inline RuntimeObject* get__sAttr_4() const { return ____sAttr_4; } inline RuntimeObject** get_address_of__sAttr_4() { return &____sAttr_4; } inline void set__sAttr_4(RuntimeObject* value) { ____sAttr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____sAttr_4), (void*)value); } inline static int32_t get_offset_of__unsAttr_5() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____unsAttr_5)); } inline RuntimeObject* get__unsAttr_5() const { return ____unsAttr_5; } inline RuntimeObject** get_address_of__unsAttr_5() { return &____unsAttr_5; } inline void set__unsAttr_5(RuntimeObject* value) { ____unsAttr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____unsAttr_5), (void*)value); } inline static int32_t get_offset_of__encName_6() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____encName_6)); } inline String_t* get__encName_6() const { return ____encName_6; } inline String_t** get_address_of__encName_6() { return &____encName_6; } inline void set__encName_6(String_t* value) { ____encName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____encName_6), (void*)value); } inline static int32_t get_offset_of__sig_7() { return static_cast(offsetof(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C, ____sig_7)); } inline RuntimeObject* get__sig_7() const { return ____sig_7; } inline RuntimeObject** get_address_of__sig_7() { return &____sig_7; } inline void set__sig_7(RuntimeObject* value) { ____sig_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sig_7), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate struct AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::acinfo AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * ___acinfo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signatureAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::signatureValue DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___signatureValue_4; public: inline static int32_t get_offset_of_acinfo_2() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___acinfo_2)); } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * get_acinfo_2() const { return ___acinfo_2; } inline AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 ** get_address_of_acinfo_2() { return &___acinfo_2; } inline void set_acinfo_2(AttributeCertificateInfo_t8A4397436EDC1C23F6E7CEFDB206046F68DABC00 * value) { ___acinfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___acinfo_2), (void*)value); } inline static int32_t get_offset_of_signatureAlgorithm_3() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signatureAlgorithm_3() const { return ___signatureAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signatureAlgorithm_3() { return &___signatureAlgorithm_3; } inline void set_signatureAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signatureAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_signatureValue_4() { return static_cast(offsetof(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31, ___signatureValue_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_signatureValue_4() const { return ___signatureValue_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_signatureValue_4() { return &___signatureValue_4; } inline void set_signatureValue_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___signatureValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signatureValue_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator struct BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList struct CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::tbsCertList TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * ___tbsCertList_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCertList_2() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___tbsCertList_2)); } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * get_tbsCertList_2() const { return ___tbsCertList_2; } inline TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 ** get_address_of_tbsCertList_2() { return &___tbsCertList_2; } inline void set_tbsCertList_2(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * value) { ___tbsCertList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCertList_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator struct CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 : public CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::signerInfs RuntimeObject* ___signerInfs_25; public: inline static int32_t get_offset_of_signerInfs_25() { return static_cast(offsetof(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0, ___signerInfs_25)); } inline RuntimeObject* get_signerInfs_25() const { return ___signerInfs_25; } inline RuntimeObject** get_address_of_signerInfs_25() { return &___signerInfs_25; } inline void set_signerInfs_25(RuntimeObject* value) { ___signerInfs_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfs_25), (void*)value); } }; struct CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_24; public: inline static int32_t get_offset_of_Helper_24() { return static_cast(offsetof(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields, ___Helper_24)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_24() const { return ___Helper_24; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_24() { return &___Helper_24; } inline void set_Helper_24(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_24), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser struct CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A : public CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_signedData SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * ____signedData_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_signedContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____signedContentType_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_signedContent CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * ____signedContent_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_digests RuntimeObject* ____digests_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_digestOids RuntimeObject* ____digestOids_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_signerInfoStore SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ____signerInfoStore_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_certSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____certSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_crlSet Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ____crlSet_10; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_isCertCrlParsed bool ____isCertCrlParsed_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_attributeStore RuntimeObject* ____attributeStore_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_certificateStore RuntimeObject* ____certificateStore_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::_crlStore RuntimeObject* ____crlStore_14; public: inline static int32_t get_offset_of__signedData_3() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____signedData_3)); } inline SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * get__signedData_3() const { return ____signedData_3; } inline SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 ** get_address_of__signedData_3() { return &____signedData_3; } inline void set__signedData_3(SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * value) { ____signedData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____signedData_3), (void*)value); } inline static int32_t get_offset_of__signedContentType_4() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____signedContentType_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get__signedContentType_4() const { return ____signedContentType_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of__signedContentType_4() { return &____signedContentType_4; } inline void set__signedContentType_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ____signedContentType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____signedContentType_4), (void*)value); } inline static int32_t get_offset_of__signedContent_5() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____signedContent_5)); } inline CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * get__signedContent_5() const { return ____signedContent_5; } inline CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 ** get_address_of__signedContent_5() { return &____signedContent_5; } inline void set__signedContent_5(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * value) { ____signedContent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____signedContent_5), (void*)value); } inline static int32_t get_offset_of__digests_6() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____digests_6)); } inline RuntimeObject* get__digests_6() const { return ____digests_6; } inline RuntimeObject** get_address_of__digests_6() { return &____digests_6; } inline void set__digests_6(RuntimeObject* value) { ____digests_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____digests_6), (void*)value); } inline static int32_t get_offset_of__digestOids_7() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____digestOids_7)); } inline RuntimeObject* get__digestOids_7() const { return ____digestOids_7; } inline RuntimeObject** get_address_of__digestOids_7() { return &____digestOids_7; } inline void set__digestOids_7(RuntimeObject* value) { ____digestOids_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____digestOids_7), (void*)value); } inline static int32_t get_offset_of__signerInfoStore_8() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____signerInfoStore_8)); } inline SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * get__signerInfoStore_8() const { return ____signerInfoStore_8; } inline SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C ** get_address_of__signerInfoStore_8() { return &____signerInfoStore_8; } inline void set__signerInfoStore_8(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * value) { ____signerInfoStore_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____signerInfoStore_8), (void*)value); } inline static int32_t get_offset_of__certSet_9() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____certSet_9)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get__certSet_9() const { return ____certSet_9; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of__certSet_9() { return &____certSet_9; } inline void set__certSet_9(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ____certSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____certSet_9), (void*)value); } inline static int32_t get_offset_of__crlSet_10() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____crlSet_10)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get__crlSet_10() const { return ____crlSet_10; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of__crlSet_10() { return &____crlSet_10; } inline void set__crlSet_10(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ____crlSet_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____crlSet_10), (void*)value); } inline static int32_t get_offset_of__isCertCrlParsed_11() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____isCertCrlParsed_11)); } inline bool get__isCertCrlParsed_11() const { return ____isCertCrlParsed_11; } inline bool* get_address_of__isCertCrlParsed_11() { return &____isCertCrlParsed_11; } inline void set__isCertCrlParsed_11(bool value) { ____isCertCrlParsed_11 = value; } inline static int32_t get_offset_of__attributeStore_12() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____attributeStore_12)); } inline RuntimeObject* get__attributeStore_12() const { return ____attributeStore_12; } inline RuntimeObject** get_address_of__attributeStore_12() { return &____attributeStore_12; } inline void set__attributeStore_12(RuntimeObject* value) { ____attributeStore_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeStore_12), (void*)value); } inline static int32_t get_offset_of__certificateStore_13() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____certificateStore_13)); } inline RuntimeObject* get__certificateStore_13() const { return ____certificateStore_13; } inline RuntimeObject** get_address_of__certificateStore_13() { return &____certificateStore_13; } inline void set__certificateStore_13(RuntimeObject* value) { ____certificateStore_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____certificateStore_13), (void*)value); } inline static int32_t get_offset_of__crlStore_14() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A, ____crlStore_14)); } inline RuntimeObject* get__crlStore_14() const { return ____crlStore_14; } inline RuntimeObject** get_address_of__crlStore_14() { return &____crlStore_14; } inline void set__crlStore_14(RuntimeObject* value) { ____crlStore_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____crlStore_14), (void*)value); } }; struct CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_2; public: inline static int32_t get_offset_of_Helper_2() { return static_cast(offsetof(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields, ___Helper_2)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_2() const { return ___Helper_2; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_2() { return &___Helper_2; } inline void set_Helper_2(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B : public CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_signerInfs RuntimeObject* ____signerInfs_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigestOids RuntimeObject* ____messageDigestOids_26; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigests RuntimeObject* ____messageDigests_27; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageHashes RuntimeObject* ____messageHashes_28; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_messageDigestsLocked bool ____messageDigestsLocked_29; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::_bufferSize int32_t ____bufferSize_30; public: inline static int32_t get_offset_of__signerInfs_25() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____signerInfs_25)); } inline RuntimeObject* get__signerInfs_25() const { return ____signerInfs_25; } inline RuntimeObject** get_address_of__signerInfs_25() { return &____signerInfs_25; } inline void set__signerInfs_25(RuntimeObject* value) { ____signerInfs_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____signerInfs_25), (void*)value); } inline static int32_t get_offset_of__messageDigestOids_26() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigestOids_26)); } inline RuntimeObject* get__messageDigestOids_26() const { return ____messageDigestOids_26; } inline RuntimeObject** get_address_of__messageDigestOids_26() { return &____messageDigestOids_26; } inline void set__messageDigestOids_26(RuntimeObject* value) { ____messageDigestOids_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageDigestOids_26), (void*)value); } inline static int32_t get_offset_of__messageDigests_27() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigests_27)); } inline RuntimeObject* get__messageDigests_27() const { return ____messageDigests_27; } inline RuntimeObject** get_address_of__messageDigests_27() { return &____messageDigests_27; } inline void set__messageDigests_27(RuntimeObject* value) { ____messageDigests_27 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageDigests_27), (void*)value); } inline static int32_t get_offset_of__messageHashes_28() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageHashes_28)); } inline RuntimeObject* get__messageHashes_28() const { return ____messageHashes_28; } inline RuntimeObject** get_address_of__messageHashes_28() { return &____messageHashes_28; } inline void set__messageHashes_28(RuntimeObject* value) { ____messageHashes_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____messageHashes_28), (void*)value); } inline static int32_t get_offset_of__messageDigestsLocked_29() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____messageDigestsLocked_29)); } inline bool get__messageDigestsLocked_29() const { return ____messageDigestsLocked_29; } inline bool* get_address_of__messageDigestsLocked_29() { return &____messageDigestsLocked_29; } inline void set__messageDigestsLocked_29(bool value) { ____messageDigestsLocked_29 = value; } inline static int32_t get_offset_of__bufferSize_30() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B, ____bufferSize_30)); } inline int32_t get__bufferSize_30() const { return ____bufferSize_30; } inline int32_t* get_address_of__bufferSize_30() { return &____bufferSize_30; } inline void set__bufferSize_30(int32_t value) { ____bufferSize_30 = value; } }; struct CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Helper CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * ___Helper_24; public: inline static int32_t get_offset_of_Helper_24() { return static_cast(offsetof(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields, ___Helper_24)); } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * get_Helper_24() const { return ___Helper_24; } inline CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD ** get_address_of_Helper_24() { return &___Helper_24; } inline void set_Helper_24(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * value) { ___Helper_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___Helper_24), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication struct CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::commitmentTypeId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::commitmentTypeQualifier Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___commitmentTypeQualifier_3; public: inline static int32_t get_offset_of_commitmentTypeId_2() { return static_cast(offsetof(CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1, ___commitmentTypeId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_commitmentTypeId_2() const { return ___commitmentTypeId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_commitmentTypeId_2() { return &___commitmentTypeId_2; } inline void set_commitmentTypeId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___commitmentTypeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___commitmentTypeId_2), (void*)value); } inline static int32_t get_offset_of_commitmentTypeQualifier_3() { return static_cast(offsetof(CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1, ___commitmentTypeQualifier_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_commitmentTypeQualifier_3() const { return ___commitmentTypeQualifier_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_commitmentTypeQualifier_3() { return &___commitmentTypeQualifier_3; } inline void set_commitmentTypeQualifier_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___commitmentTypeQualifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___commitmentTypeQualifier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier struct CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::commitmentTypeIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::qualifier Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___qualifier_3; public: inline static int32_t get_offset_of_commitmentTypeIdentifier_2() { return static_cast(offsetof(CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B, ___commitmentTypeIdentifier_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_commitmentTypeIdentifier_2() const { return ___commitmentTypeIdentifier_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_commitmentTypeIdentifier_2() { return &___commitmentTypeIdentifier_2; } inline void set_commitmentTypeIdentifier_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___commitmentTypeIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___commitmentTypeIdentifier_2), (void*)value); } inline static int32_t get_offset_of_qualifier_3() { return static_cast(offsetof(CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B, ___qualifier_3)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_qualifier_3() const { return ___qualifier_3; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_qualifier_3() { return &___qualifier_3; } inline void set_qualifier_3(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___qualifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qualifier_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs struct CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::otherCertIDs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___otherCertIDs_2; public: inline static int32_t get_offset_of_otherCertIDs_2() { return static_cast(offsetof(CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345, ___otherCertIDs_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_otherCertIDs_2() const { return ___otherCertIDs_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_otherCertIDs_2() { return &___otherCertIDs_2; } inline void set_otherCertIDs_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___otherCertIDs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherCertIDs_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs struct CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::crlOcspRefs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___crlOcspRefs_2; public: inline static int32_t get_offset_of_crlOcspRefs_2() { return static_cast(offsetof(CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162, ___crlOcspRefs_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_crlOcspRefs_2() const { return ___crlOcspRefs_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_crlOcspRefs_2() { return &___crlOcspRefs_2; } inline void set_crlOcspRefs_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___crlOcspRefs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlOcspRefs_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData struct CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::compressionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___compressionAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::encapContentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapContentInfo_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_compressionAlgorithm_3() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___compressionAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_compressionAlgorithm_3() const { return ___compressionAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_compressionAlgorithm_3() { return &___compressionAlgorithm_3; } inline void set_compressionAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___compressionAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___compressionAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_encapContentInfo_4() { return static_cast(offsetof(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85, ___encapContentInfo_4)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_encapContentInfo_4() const { return ___encapContentInfo_4; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_encapContentInfo_4() { return &___encapContentInfo_4; } inline void set_encapContentInfo_4(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___encapContentInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encapContentInfo_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints struct ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::contentDescription DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * ___contentDescription_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_3; public: inline static int32_t get_offset_of_contentDescription_2() { return static_cast(offsetof(ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE, ___contentDescription_2)); } inline DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * get_contentDescription_2() const { return ___contentDescription_2; } inline DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 ** get_address_of_contentDescription_2() { return &___contentDescription_2; } inline void set_contentDescription_2(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * value) { ___contentDescription_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentDescription_2), (void*)value); } inline static int32_t get_offset_of_contentType_3() { return static_cast(offsetof(ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE, ___contentType_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_3() const { return ___contentType_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_3() { return &___contentType_3; } inline void set_contentType_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo struct ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::contentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::content Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content_3; public: inline static int32_t get_offset_of_contentType_2() { return static_cast(offsetof(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___contentType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_contentType_2() const { return ___contentType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_contentType_2() { return &___contentType_2; } inline void set_contentType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___contentType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_2), (void*)value); } inline static int32_t get_offset_of_content_3() { return static_cast(offsetof(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B, ___content_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_content_3() const { return ___content_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_content_3() { return &___content_3; } inline void set_content_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___content_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef struct CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlListID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef::crlids CrlListID_t674EF4255FB3D2B24CFF7A1ED948E1A90638F624 * ___crlids_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OcspListID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef::ocspids OcspListID_t3073D6A8346917EDD41EEC31AD5E5471CF808A19 * ___ocspids_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherRevRefs BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef::otherRev OtherRevRefs_t97E7350AF708959E3DEB9B3F38B9C5D1B5C75CD8 * ___otherRev_4; public: inline static int32_t get_offset_of_crlids_2() { return static_cast(offsetof(CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA, ___crlids_2)); } inline CrlListID_t674EF4255FB3D2B24CFF7A1ED948E1A90638F624 * get_crlids_2() const { return ___crlids_2; } inline CrlListID_t674EF4255FB3D2B24CFF7A1ED948E1A90638F624 ** get_address_of_crlids_2() { return &___crlids_2; } inline void set_crlids_2(CrlListID_t674EF4255FB3D2B24CFF7A1ED948E1A90638F624 * value) { ___crlids_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlids_2), (void*)value); } inline static int32_t get_offset_of_ocspids_3() { return static_cast(offsetof(CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA, ___ocspids_3)); } inline OcspListID_t3073D6A8346917EDD41EEC31AD5E5471CF808A19 * get_ocspids_3() const { return ___ocspids_3; } inline OcspListID_t3073D6A8346917EDD41EEC31AD5E5471CF808A19 ** get_address_of_ocspids_3() { return &___ocspids_3; } inline void set_ocspids_3(OcspListID_t3073D6A8346917EDD41EEC31AD5E5471CF808A19 * value) { ___ocspids_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ocspids_3), (void*)value); } inline static int32_t get_offset_of_otherRev_4() { return static_cast(offsetof(CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA, ___otherRev_4)); } inline OtherRevRefs_t97E7350AF708959E3DEB9B3F38B9C5D1B5C75CD8 * get_otherRev_4() const { return ___otherRev_4; } inline OtherRevRefs_t97E7350AF708959E3DEB9B3F38B9C5D1B5C75CD8 ** get_address_of_otherRev_4() { return &___otherRev_4; } inline void set_otherRev_4(OtherRevRefs_t97E7350AF708959E3DEB9B3F38B9C5D1B5C75CD8 * value) { ___otherRev_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherRev_4), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithm String_t* ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_4; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___algorithm_2)); } inline String_t* get_algorithm_2() const { return ___algorithm_2; } inline String_t** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(String_t* value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___parameters_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_3() const { return ___parameters_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_4() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___publicKeyParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_4() const { return ___publicKeyParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_4() { return &___publicKeyParamSet_4; } inline void set_publicKeyParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_4), (void*)value); } }; struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___algorithms_1; public: inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields, ___algorithms_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_algorithms_1() const { return ___algorithms_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_1), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters struct Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::parameters Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___parameters_1)); } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * get_parameters_1() const { return ___parameters_1; } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::name X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___name_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_name_2() const { return ___name_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_serialNumber_3() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___serialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_3() const { return ___serialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_3() { return &___serialNumber_3; } inline void set_serialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier struct KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier::keyIdentifier Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___keyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier::date DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___date_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier::other OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * ___other_4; public: inline static int32_t get_offset_of_keyIdentifier_2() { return static_cast(offsetof(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973, ___keyIdentifier_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_keyIdentifier_2() const { return ___keyIdentifier_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_keyIdentifier_2() { return &___keyIdentifier_2; } inline void set_keyIdentifier_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___keyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_date_3() { return static_cast(offsetof(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973, ___date_3)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_date_3() const { return ___date_3; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_date_3() { return &___date_3; } inline void set_date_3(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___date_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___date_3), (void*)value); } inline static int32_t get_offset_of_other_4() { return static_cast(offsetof(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973, ___other_4)); } inline OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * get_other_4() const { return ___other_4; } inline OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB ** get_address_of_other_4() { return &___other_4; } inline void set_other_4(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * value) { ___other_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___other_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo struct KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::kekID KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___kekID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_kekID_3() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___kekID_3)); } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * get_kekID_3() const { return ___kekID_3; } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 ** get_address_of_kekID_3() { return &___kekID_3; } inline void set_kekID_3(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * value) { ___kekID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kekID_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInformation struct KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320 : public RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInformation::info KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * ___info_4; public: inline static int32_t get_offset_of_info_4() { return static_cast(offsetof(KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320, ___info_4)); } inline KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * get_info_4() const { return ___info_4; } inline KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 ** get_address_of_info_4() { return &___info_4; } inline void set_info_4(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * value) { ___info_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo struct KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::originator OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * ___originator_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::ukm Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___ukm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::recipientEncryptedKeys Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___recipientEncryptedKeys_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_originator_3() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___originator_3)); } inline OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * get_originator_3() const { return ___originator_3; } inline OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 ** get_address_of_originator_3() { return &___originator_3; } inline void set_originator_3(OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * value) { ___originator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originator_3), (void*)value); } inline static int32_t get_offset_of_ukm_4() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___ukm_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_ukm_4() const { return ___ukm_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_ukm_4() { return &___ukm_4; } inline void set_ukm_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___ukm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ukm_4), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_5() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___keyEncryptionAlgorithm_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_5() const { return ___keyEncryptionAlgorithm_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_5() { return &___keyEncryptionAlgorithm_5; } inline void set_keyEncryptionAlgorithm_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_5), (void*)value); } inline static int32_t get_offset_of_recipientEncryptedKeys_6() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___recipientEncryptedKeys_6)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_recipientEncryptedKeys_6() const { return ___recipientEncryptedKeys_6; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_recipientEncryptedKeys_6() { return &___recipientEncryptedKeys_6; } inline void set_recipientEncryptedKeys_6(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___recipientEncryptedKeys_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientEncryptedKeys_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo struct KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::rid RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * ___rid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_rid_3() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___rid_3)); } inline RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * get_rid_3() const { return ___rid_3; } inline RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 ** get_address_of_rid_3() { return &___rid_3; } inline void set_rid_3(RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * value) { ___rid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rid_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInformation struct KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830 : public RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInformation::info KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * ___info_4; public: inline static int32_t get_offset_of_info_4() { return static_cast(offsetof(KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830, ___info_4)); } inline KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * get_info_4() const { return ___info_4; } inline KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 ** get_address_of_info_4() { return &___info_4; } inline void set_info_4(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * value) { ___info_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_4), (void*)value); } }; // UnityEngine.Keyframe struct Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; // System.Int32 UnityEngine.Keyframe::m_WeightedMode int32_t ___m_WeightedMode_4; // System.Single UnityEngine.Keyframe::m_InWeight float ___m_InWeight_5; // System.Single UnityEngine.Keyframe::m_OutWeight float ___m_OutWeight_6; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_WeightedMode_4)); } inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; } inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; } inline void set_m_WeightedMode_4(int32_t value) { ___m_WeightedMode_4 = value; } inline static int32_t get_offset_of_m_InWeight_5() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InWeight_5)); } inline float get_m_InWeight_5() const { return ___m_InWeight_5; } inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; } inline void set_m_InWeight_5(float value) { ___m_InWeight_5 = value; } inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutWeight_6)); } inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; } inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; } inline void set_m_OutWeight_6(float value) { ___m_OutWeight_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID struct OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherHash BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID::otherCertHash OtherHash_t4F160F8820BFF92D3F96EBDBF2EE66295BEC2AA6 * ___otherCertHash_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID::issuerSerial IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial_3; public: inline static int32_t get_offset_of_otherCertHash_2() { return static_cast(offsetof(OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1, ___otherCertHash_2)); } inline OtherHash_t4F160F8820BFF92D3F96EBDBF2EE66295BEC2AA6 * get_otherCertHash_2() const { return ___otherCertHash_2; } inline OtherHash_t4F160F8820BFF92D3F96EBDBF2EE66295BEC2AA6 ** get_address_of_otherCertHash_2() { return &___otherCertHash_2; } inline void set_otherCertHash_2(OtherHash_t4F160F8820BFF92D3F96EBDBF2EE66295BEC2AA6 * value) { ___otherCertHash_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherCertHash_2), (void*)value); } inline static int32_t get_offset_of_issuerSerial_3() { return static_cast(offsetof(OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1, ___issuerSerial_3)); } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * get_issuerSerial_3() const { return ___issuerSerial_3; } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 ** get_address_of_issuerSerial_3() { return &___issuerSerial_3; } inline void set_issuerSerial_3(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * value) { ___issuerSerial_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerSerial_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute struct OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute::keyAttrId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___keyAttrId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute::keyAttr Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___keyAttr_3; public: inline static int32_t get_offset_of_keyAttrId_2() { return static_cast(offsetof(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB, ___keyAttrId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_keyAttrId_2() const { return ___keyAttrId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_keyAttrId_2() { return &___keyAttrId_2; } inline void set_keyAttrId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___keyAttrId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAttrId_2), (void*)value); } inline static int32_t get_offset_of_keyAttr_3() { return static_cast(offsetof(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB, ___keyAttr_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_keyAttr_3() const { return ___keyAttr_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_keyAttr_3() { return &___keyAttr_3; } inline void set_keyAttr_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___keyAttr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAttr_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo struct PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::keyDerivationAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_keyDerivationAlgorithm_3() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___keyDerivationAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyDerivationAlgorithm_3() const { return ___keyDerivationAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyDerivationAlgorithm_3() { return &___keyDerivationAlgorithm_3; } inline void set_keyDerivationAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyDerivationAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyDerivationAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInformation struct PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036 : public RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInformation::info PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * ___info_4; public: inline static int32_t get_offset_of_info_4() { return static_cast(offsetof(PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036, ___info_4)); } inline PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * get_info_4() const { return ___info_4; } inline PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D ** get_address_of_info_4() { return &___info_4; } inline void set_info_4(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * value) { ___info_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params struct Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::octStr Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___octStr_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::iterationCount DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___iterationCount_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::keyLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___keyLength_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::prf AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___prf_6; public: inline static int32_t get_offset_of_octStr_3() { return static_cast(offsetof(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7, ___octStr_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_octStr_3() const { return ___octStr_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_octStr_3() { return &___octStr_3; } inline void set_octStr_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___octStr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___octStr_3), (void*)value); } inline static int32_t get_offset_of_iterationCount_4() { return static_cast(offsetof(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7, ___iterationCount_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_iterationCount_4() const { return ___iterationCount_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_iterationCount_4() { return &___iterationCount_4; } inline void set_iterationCount_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___iterationCount_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___iterationCount_4), (void*)value); } inline static int32_t get_offset_of_keyLength_5() { return static_cast(offsetof(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7, ___keyLength_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_keyLength_5() const { return ___keyLength_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_keyLength_5() { return &___keyLength_5; } inline void set_keyLength_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___keyLength_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyLength_5), (void*)value); } inline static int32_t get_offset_of_prf_6() { return static_cast(offsetof(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7, ___prf_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_prf_6() const { return ___prf_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_prf_6() { return &___prf_6; } inline void set_prf_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___prf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___prf_6), (void*)value); } }; struct Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::algid_hmacWithSHA1 AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algid_hmacWithSHA1_2; public: inline static int32_t get_offset_of_algid_hmacWithSHA1_2() { return static_cast(offsetof(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_StaticFields, ___algid_hmacWithSHA1_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algid_hmacWithSHA1_2() const { return ___algid_hmacWithSHA1_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algid_hmacWithSHA1_2() { return &___algid_hmacWithSHA1_2; } inline void set_algid_hmacWithSHA1_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algid_hmacWithSHA1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algid_hmacWithSHA1_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter struct RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::iv Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___iv_3; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4, ___iv_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_iv_3() const { return ___iv_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::info Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___info_2; public: inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829, ___info_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_info_2() const { return ___info_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::exponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_exponent_3() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___exponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent_3() const { return ___exponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent_3() { return &___exponent_3; } inline void set_exponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent_3), (void*)value); } }; struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::SmallPrimesProduct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___SmallPrimesProduct_1; public: inline static int32_t get_offset_of_SmallPrimesProduct_1() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields, ___SmallPrimesProduct_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_SmallPrimesProduct_1() const { return ___SmallPrimesProduct_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_SmallPrimesProduct_1() { return &___SmallPrimesProduct_1; } inline void set_SmallPrimesProduct_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___SmallPrimesProduct_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmallPrimesProduct_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::digestAlgorithms Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___digestAlgorithms_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::contentInfo ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::certificates Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certificates_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::crls Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::signerInfos Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfos_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::certsBer bool ___certsBer_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::crlsBer bool ___crlsBer_13; public: inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___version_6)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_6() const { return ___version_6; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_6() { return &___version_6; } inline void set_version_6(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_6), (void*)value); } inline static int32_t get_offset_of_digestAlgorithms_7() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___digestAlgorithms_7)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_digestAlgorithms_7() const { return ___digestAlgorithms_7; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_digestAlgorithms_7() { return &___digestAlgorithms_7; } inline void set_digestAlgorithms_7(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___digestAlgorithms_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithms_7), (void*)value); } inline static int32_t get_offset_of_contentInfo_8() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___contentInfo_8)); } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * get_contentInfo_8() const { return ___contentInfo_8; } inline ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B ** get_address_of_contentInfo_8() { return &___contentInfo_8; } inline void set_contentInfo_8(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * value) { ___contentInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentInfo_8), (void*)value); } inline static int32_t get_offset_of_certificates_9() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___certificates_9)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_certificates_9() const { return ___certificates_9; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_certificates_9() { return &___certificates_9; } inline void set_certificates_9(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___certificates_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_9), (void*)value); } inline static int32_t get_offset_of_crls_10() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___crls_10)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_crls_10() const { return ___crls_10; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_crls_10() { return &___crls_10; } inline void set_crls_10(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___crls_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___crls_10), (void*)value); } inline static int32_t get_offset_of_signerInfos_11() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___signerInfos_11)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_signerInfos_11() const { return ___signerInfos_11; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_signerInfos_11() { return &___signerInfos_11; } inline void set_signerInfos_11(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___signerInfos_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signerInfos_11), (void*)value); } inline static int32_t get_offset_of_certsBer_12() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___certsBer_12)); } inline bool get_certsBer_12() const { return ___certsBer_12; } inline bool* get_address_of_certsBer_12() { return &___certsBer_12; } inline void set_certsBer_12(bool value) { ___certsBer_12 = value; } inline static int32_t get_offset_of_crlsBer_13() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C, ___crlsBer_13)); } inline bool get_crlsBer_13() const { return ___crlsBer_13; } inline bool* get_address_of_crlsBer_13() { return &___crlsBer_13; } inline void set_crlsBer_13(bool value) { ___crlsBer_13 = value; } }; struct SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version1 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version1_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version3 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version3_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version4 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version4_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::Version5 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___Version5_5; public: inline static int32_t get_offset_of_Version1_2() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version1_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version1_2() const { return ___Version1_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version1_2() { return &___Version1_2; } inline void set_Version1_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version1_2), (void*)value); } inline static int32_t get_offset_of_Version3_3() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version3_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version3_3() const { return ___Version3_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version3_3() { return &___Version3_3; } inline void set_Version3_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version3_3), (void*)value); } inline static int32_t get_offset_of_Version4_4() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version4_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version4_4() const { return ___Version4_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version4_4() { return &___Version4_4; } inline void set_Version4_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version4_4), (void*)value); } inline static int32_t get_offset_of_Version5_5() { return static_cast(offsetof(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_StaticFields, ___Version5_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_Version5_5() const { return ___Version5_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_Version5_5() { return &___Version5_5; } inline void set_Version5_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___Version5_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version5_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier struct SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B, ___id_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_id_2() const { return ___id_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_id_2() { return &___id_2; } inline void set_id_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo struct SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::sid SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___sid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::authenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___authenticatedAttributes_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::digEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digEncryptionAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::encryptedDigest Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedDigest_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::unauthenticatedAttributes Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___unauthenticatedAttributes_8; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_sid_3() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___sid_3)); } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * get_sid_3() const { return ___sid_3; } inline SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B ** get_address_of_sid_3() { return &___sid_3; } inline void set_sid_3(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * value) { ___sid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sid_3), (void*)value); } inline static int32_t get_offset_of_digAlgorithm_4() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digAlgorithm_4() const { return ___digAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digAlgorithm_4() { return &___digAlgorithm_4; } inline void set_digAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_authenticatedAttributes_5() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___authenticatedAttributes_5)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_authenticatedAttributes_5() const { return ___authenticatedAttributes_5; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_authenticatedAttributes_5() { return &___authenticatedAttributes_5; } inline void set_authenticatedAttributes_5(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___authenticatedAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___authenticatedAttributes_5), (void*)value); } inline static int32_t get_offset_of_digEncryptionAlgorithm_6() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___digEncryptionAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digEncryptionAlgorithm_6() const { return ___digEncryptionAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digEncryptionAlgorithm_6() { return &___digEncryptionAlgorithm_6; } inline void set_digEncryptionAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digEncryptionAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___digEncryptionAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_encryptedDigest_7() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___encryptedDigest_7)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedDigest_7() const { return ___encryptedDigest_7; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedDigest_7() { return &___encryptedDigest_7; } inline void set_encryptedDigest_7(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedDigest_7), (void*)value); } inline static int32_t get_offset_of_unauthenticatedAttributes_8() { return static_cast(offsetof(SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103, ___unauthenticatedAttributes_8)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_unauthenticatedAttributes_8() const { return ___unauthenticatedAttributes_8; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_unauthenticatedAttributes_8() { return &___unauthenticatedAttributes_8; } inline void set_unauthenticatedAttributes_8(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___unauthenticatedAttributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unauthenticatedAttributes_8), (void*)value); } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::signature AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signature_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::startDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___startDate_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::endDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___endDate_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectPublicKeyInfo SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKeyInfo_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuerUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUniqueID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUniqueID_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_13; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_serialNumber_4() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___serialNumber_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_4() const { return ___serialNumber_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_4() { return &___serialNumber_4; } inline void set_serialNumber_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_4), (void*)value); } inline static int32_t get_offset_of_signature_5() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___signature_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signature_5() const { return ___signature_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signature_5() { return &___signature_5; } inline void set_signature_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signature_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_5), (void*)value); } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_startDate_7() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___startDate_7)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_startDate_7() const { return ___startDate_7; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_startDate_7() { return &___startDate_7; } inline void set_startDate_7(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___startDate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___startDate_7), (void*)value); } inline static int32_t get_offset_of_endDate_8() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___endDate_8)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_endDate_8() const { return ___endDate_8; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_endDate_8() { return &___endDate_8; } inline void set_endDate_8(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___endDate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___endDate_8), (void*)value); } inline static int32_t get_offset_of_subject_9() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subject_9)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_9() const { return ___subject_9; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_9() { return &___subject_9; } inline void set_subject_9(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_9), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyInfo_10() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectPublicKeyInfo_10)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKeyInfo_10() const { return ___subjectPublicKeyInfo_10; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKeyInfo_10() { return &___subjectPublicKeyInfo_10; } inline void set_subjectPublicKeyInfo_10(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKeyInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyInfo_10), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_11() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuerUniqueID_11)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUniqueID_11() const { return ___issuerUniqueID_11; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUniqueID_11() { return &___issuerUniqueID_11; } inline void set_issuerUniqueID_11(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUniqueID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_11), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_12() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectUniqueID_12)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUniqueID_12() const { return ___subjectUniqueID_12; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUniqueID_12() { return &___subjectUniqueID_12; } inline void set_subjectUniqueID_12(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUniqueID_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_12), (void*)value); } inline static int32_t get_offset_of_extensions_13() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___extensions_13)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_13() const { return ___extensions_13; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_13() { return &___extensions_13; } inline void set_extensions_13(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_13), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionaryProxy struct UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A : public UnmodifiableDictionary_t550EDAC40291CDC8064090AA9B0C077D3D52DDE9 { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionaryProxy::d RuntimeObject* ___d_0; public: inline static int32_t get_offset_of_d_0() { return static_cast(offsetof(UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A, ___d_0)); } inline RuntimeObject* get_d_0() const { return ___d_0; } inline RuntimeObject** get_address_of_d_0() { return &___d_0; } inline void set_d_0(RuntimeObject* value) { ___d_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableListProxy struct UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72 : public UnmodifiableList_t206CD401B1444F4F83AFB4E7B8528D627662AE13 { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableListProxy::l RuntimeObject* ___l_0; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72, ___l_0)); } inline RuntimeObject* get_l_0() const { return ___l_0; } inline RuntimeObject** get_address_of_l_0() { return &___l_0; } inline void set_l_0(RuntimeObject* value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___l_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSetProxy struct UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042 : public UnmodifiableSet_t94A712B031F41E128204FCBCC978740BDE34EC9D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSetProxy::s RuntimeObject* ___s_0; public: inline static int32_t get_offset_of_s_0() { return static_cast(offsetof(UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042, ___s_0)); } inline RuntimeObject* get_s_0() const { return ___s_0; } inline RuntimeObject** get_address_of_s_0() { return &___s_0; } inline void set_s_0(RuntimeObject* value) { ___s_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_0), (void*)value); } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::c X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___c_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.BasicConstraints BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::basicConstraints BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * ___basicConstraints_1; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValueSet bool ___hashValueSet_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::hashValue int32_t ___hashValue_4; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___c_0)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_c_0() const { return ___c_0; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___basicConstraints_1)); } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * get_basicConstraints_1() const { return ___basicConstraints_1; } inline BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C ** get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(BasicConstraints_t726ADB92F5098B7B4A50C44450B9A219DD48AA7C * value) { ___basicConstraints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___basicConstraints_1), (void*)value); } inline static int32_t get_offset_of_keyUsage_2() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___keyUsage_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_2() const { return ___keyUsage_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_2() { return &___keyUsage_2; } inline void set_keyUsage_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_2), (void*)value); } inline static int32_t get_offset_of_hashValueSet_3() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValueSet_3)); } inline bool get_hashValueSet_3() const { return ___hashValueSet_3; } inline bool* get_address_of_hashValueSet_3() { return &___hashValueSet_3; } inline void set_hashValueSet_3(bool value) { ___hashValueSet_3 = value; } inline static int32_t get_offset_of_hashValue_4() { return static_cast(offsetof(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06, ___hashValue_4)); } inline int32_t get_hashValue_4() const { return ___hashValue_4; } inline int32_t* get_address_of_hashValue_4() { return &___hashValue_4; } inline void set_hashValue_4(int32_t value) { ___hashValue_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl struct X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::c CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * ___c_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgName String_t* ___sigAlgName_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::sigAlgParams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigAlgParams_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::isIndirect bool ___isIndirect_3; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___c_0)); } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * get_c_0() const { return ___c_0; } inline CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_0), (void*)value); } inline static int32_t get_offset_of_sigAlgName_1() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgName_1)); } inline String_t* get_sigAlgName_1() const { return ___sigAlgName_1; } inline String_t** get_address_of_sigAlgName_1() { return &___sigAlgName_1; } inline void set_sigAlgName_1(String_t* value) { ___sigAlgName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgName_1), (void*)value); } inline static int32_t get_offset_of_sigAlgParams_2() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___sigAlgParams_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sigAlgParams_2() const { return ___sigAlgParams_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sigAlgParams_2() { return &___sigAlgParams_2; } inline void set_sigAlgParams_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sigAlgParams_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgParams_2), (void*)value); } inline static int32_t get_offset_of_isIndirect_3() { return static_cast(offsetof(X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04, ___isIndirect_3)); } inline bool get_isIndirect_3() const { return ___isIndirect_3; } inline bool* get_address_of_isIndirect_3() { return &___isIndirect_3; } inline void set_isIndirect_3(bool value) { ___isIndirect_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator struct BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator struct BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 : public BerGenerator_tEE77B184731C3C022BA0AA76681AB82CE7A3FDE3 { public: public: }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.BufferedStream struct BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.IO.BufferedStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_5; // System.Byte[] System.IO.BufferedStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_6; // System.Int32 System.IO.BufferedStream::_bufferSize int32_t ____bufferSize_7; // System.Int32 System.IO.BufferedStream::_readPos int32_t ____readPos_8; // System.Int32 System.IO.BufferedStream::_readLen int32_t ____readLen_9; // System.Int32 System.IO.BufferedStream::_writePos int32_t ____writePos_10; // System.Threading.Tasks.BeginEndAwaitableAdapter System.IO.BufferedStream::_beginEndAwaitable BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * ____beginEndAwaitable_11; // System.Threading.Tasks.Task`1 System.IO.BufferedStream::_lastSyncCompletedReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastSyncCompletedReadTask_12; public: inline static int32_t get_offset_of__stream_5() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_5() const { return ____stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_5() { return &____stream_5; } inline void set__stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_5), (void*)value); } inline static int32_t get_offset_of__buffer_6() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____buffer_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_6() const { return ____buffer_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_6() { return &____buffer_6; } inline void set__buffer_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_6), (void*)value); } inline static int32_t get_offset_of__bufferSize_7() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____bufferSize_7)); } inline int32_t get__bufferSize_7() const { return ____bufferSize_7; } inline int32_t* get_address_of__bufferSize_7() { return &____bufferSize_7; } inline void set__bufferSize_7(int32_t value) { ____bufferSize_7 = value; } inline static int32_t get_offset_of__readPos_8() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____readPos_8)); } inline int32_t get__readPos_8() const { return ____readPos_8; } inline int32_t* get_address_of__readPos_8() { return &____readPos_8; } inline void set__readPos_8(int32_t value) { ____readPos_8 = value; } inline static int32_t get_offset_of__readLen_9() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____readLen_9)); } inline int32_t get__readLen_9() const { return ____readLen_9; } inline int32_t* get_address_of__readLen_9() { return &____readLen_9; } inline void set__readLen_9(int32_t value) { ____readLen_9 = value; } inline static int32_t get_offset_of__writePos_10() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____writePos_10)); } inline int32_t get__writePos_10() const { return ____writePos_10; } inline int32_t* get_address_of__writePos_10() { return &____writePos_10; } inline void set__writePos_10(int32_t value) { ____writePos_10 = value; } inline static int32_t get_offset_of__beginEndAwaitable_11() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____beginEndAwaitable_11)); } inline BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * get__beginEndAwaitable_11() const { return ____beginEndAwaitable_11; } inline BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F ** get_address_of__beginEndAwaitable_11() { return &____beginEndAwaitable_11; } inline void set__beginEndAwaitable_11(BeginEndAwaitableAdapter_t588D0C8DDE0BF9523C8F203EDFD7C4787663804F * value) { ____beginEndAwaitable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____beginEndAwaitable_11), (void*)value); } inline static int32_t get_offset_of__lastSyncCompletedReadTask_12() { return static_cast(offsetof(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF, ____lastSyncCompletedReadTask_12)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastSyncCompletedReadTask_12() const { return ____lastSyncCompletedReadTask_12; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastSyncCompletedReadTask_12() { return &____lastSyncCompletedReadTask_12; } inline void set__lastSyncCompletedReadTask_12(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastSyncCompletedReadTask_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastSyncCompletedReadTask_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter struct CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableParameter::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.ColorSpace struct ColorSpace_tAD694F94295170CB332A0F99BBE086F4AC8C15BA { public: // System.Int32 UnityEngine.ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_tAD694F94295170CB332A0F99BBE086F4AC8C15BA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionLevel struct CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionMode struct CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionStrategy struct CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionStrategy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // LitJson.Condition struct Condition_t090EBF4FA45CA97E5D88883C2990FAB7F8457382 { public: // System.Int32 LitJson.Condition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Condition_t090EBF4FA45CA97E5D88883C2990FAB7F8457382, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalRCore.ConnectionStates struct ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0 { public: // System.Int32 BestHTTP.SignalRCore.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Cookies.Cookie struct Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 : public RuntimeObject { public: // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CValueU3Ek__BackingField_2; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CDateU3Ek__BackingField_3; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CLastAccessU3Ek__BackingField_4; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CExpiresU3Ek__BackingField_5; // System.Int64 BestHTTP.Cookies.Cookie::k__BackingField int64_t ___U3CMaxAgeU3Ek__BackingField_6; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsSessionU3Ek__BackingField_7; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CDomainU3Ek__BackingField_8; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CPathU3Ek__BackingField_9; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsSecureU3Ek__BackingField_10; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsHttpOnlyU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_2() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CValueU3Ek__BackingField_2)); } inline String_t* get_U3CValueU3Ek__BackingField_2() const { return ___U3CValueU3Ek__BackingField_2; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_2() { return &___U3CValueU3Ek__BackingField_2; } inline void set_U3CValueU3Ek__BackingField_2(String_t* value) { ___U3CValueU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CDateU3Ek__BackingField_3() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CDateU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CDateU3Ek__BackingField_3() const { return ___U3CDateU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CDateU3Ek__BackingField_3() { return &___U3CDateU3Ek__BackingField_3; } inline void set_U3CDateU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CDateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLastAccessU3Ek__BackingField_4() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CLastAccessU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CLastAccessU3Ek__BackingField_4() const { return ___U3CLastAccessU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CLastAccessU3Ek__BackingField_4() { return &___U3CLastAccessU3Ek__BackingField_4; } inline void set_U3CLastAccessU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CLastAccessU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CExpiresU3Ek__BackingField_5() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CExpiresU3Ek__BackingField_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CExpiresU3Ek__BackingField_5() const { return ___U3CExpiresU3Ek__BackingField_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CExpiresU3Ek__BackingField_5() { return &___U3CExpiresU3Ek__BackingField_5; } inline void set_U3CExpiresU3Ek__BackingField_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CExpiresU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMaxAgeU3Ek__BackingField_6() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CMaxAgeU3Ek__BackingField_6)); } inline int64_t get_U3CMaxAgeU3Ek__BackingField_6() const { return ___U3CMaxAgeU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CMaxAgeU3Ek__BackingField_6() { return &___U3CMaxAgeU3Ek__BackingField_6; } inline void set_U3CMaxAgeU3Ek__BackingField_6(int64_t value) { ___U3CMaxAgeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsSessionU3Ek__BackingField_7() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsSessionU3Ek__BackingField_7)); } inline bool get_U3CIsSessionU3Ek__BackingField_7() const { return ___U3CIsSessionU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsSessionU3Ek__BackingField_7() { return &___U3CIsSessionU3Ek__BackingField_7; } inline void set_U3CIsSessionU3Ek__BackingField_7(bool value) { ___U3CIsSessionU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CDomainU3Ek__BackingField_8() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CDomainU3Ek__BackingField_8)); } inline String_t* get_U3CDomainU3Ek__BackingField_8() const { return ___U3CDomainU3Ek__BackingField_8; } inline String_t** get_address_of_U3CDomainU3Ek__BackingField_8() { return &___U3CDomainU3Ek__BackingField_8; } inline void set_U3CDomainU3Ek__BackingField_8(String_t* value) { ___U3CDomainU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDomainU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_9() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CPathU3Ek__BackingField_9)); } inline String_t* get_U3CPathU3Ek__BackingField_9() const { return ___U3CPathU3Ek__BackingField_9; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_9() { return &___U3CPathU3Ek__BackingField_9; } inline void set_U3CPathU3Ek__BackingField_9(String_t* value) { ___U3CPathU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CIsSecureU3Ek__BackingField_10() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsSecureU3Ek__BackingField_10)); } inline bool get_U3CIsSecureU3Ek__BackingField_10() const { return ___U3CIsSecureU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsSecureU3Ek__BackingField_10() { return &___U3CIsSecureU3Ek__BackingField_10; } inline void set_U3CIsSecureU3Ek__BackingField_10(bool value) { ___U3CIsSecureU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsHttpOnlyU3Ek__BackingField_11() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsHttpOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsHttpOnlyU3Ek__BackingField_11() const { return ___U3CIsHttpOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsHttpOnlyU3Ek__BackingField_11() { return &___U3CIsHttpOnlyU3Ek__BackingField_11; } inline void set_U3CIsHttpOnlyU3Ek__BackingField_11(bool value) { ___U3CIsHttpOnlyU3Ek__BackingField_11 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream struct DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::inDigest RuntimeObject* ___inDigest_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::outDigest RuntimeObject* ___outDigest_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_inDigest_6() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___inDigest_6)); } inline RuntimeObject* get_inDigest_6() const { return ___inDigest_6; } inline RuntimeObject** get_address_of_inDigest_6() { return &___inDigest_6; } inline void set_inDigest_6(RuntimeObject* value) { ___inDigest_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inDigest_6), (void*)value); } inline static int32_t get_offset_of_outDigest_7() { return static_cast(offsetof(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434, ___outDigest_7)); } inline RuntimeObject* get_outDigest_7() const { return ___outDigest_7; } inline RuntimeObject** get_address_of_outDigest_7() { return &___outDigest_7; } inline void set_outDigest_7(RuntimeObject* value) { ___outDigest_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___outDigest_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters struct DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_2; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98, ___x_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_2() const { return ___x_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_2() { return &___x_2; } inline void set_x_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters::d BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d_5; public: inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029, ___d_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_d_5() const { return ___d_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileAttributes struct FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAttributes_t47DBB9A73CF80C7CA21C9AAB8D5336C92D32C1AE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileShare struct FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // BestHTTP.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Examples.GUIMessageList::messages List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___messages_0; // UnityEngine.Vector2 BestHTTP.Examples.GUIMessageList::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_1; public: inline static int32_t get_offset_of_messages_0() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___messages_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_messages_0() const { return ___messages_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_messages_0() { return &___messages_0; } inline void set_messages_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___messages_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_0), (void*)value); } inline static int32_t get_offset_of_scrollPos_1() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___scrollPos_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_1() const { return ___scrollPos_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_1() { return &___scrollPos_1; } inline void set_scrollPos_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PrivateKeyParameters struct Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963 : public Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PrivateKeyParameters::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_3; public: inline static int32_t get_offset_of_x_3() { return static_cast(offsetof(Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963, ___x_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_3() const { return ___x_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_3() { return &___x_3; } inline void set_x_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_3), (void*)value); } }; // BestHTTP.HTTPConnectionStates struct HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434 { public: // System.Int32 BestHTTP.HTTPConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___Heartbeats_0)); } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___LastUpdate_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastUpdate_2 = value; } }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Logger.Loglevels struct Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB { public: // System.Byte BestHTTP.Logger.Loglevels::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalR.MessageTypes struct MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A { public: // System.Int32 BestHTTP.SignalR.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction struct NotifyCollectionChangedAction_tD3635D5076B302D01588EB6007134D2B94C83ECF { public: // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NotifyCollectionChangedAction_tD3635D5076B302D01588EB6007134D2B94C83ECF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.RequestTypes struct RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD { public: // System.Int32 BestHTTP.SignalR.RequestTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureWrapMode struct TextureWrapMode_t86DDA8206E4AA784A1218D0DE3C5F6826D7549EB { public: // System.Int32 UnityEngine.TextureWrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureWrapMode_t86DDA8206E4AA784A1218D0DE3C5F6826D7549EB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // BestHTTP.SignalR.TransportStates struct TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724 { public: // System.Int32 BestHTTP.SignalR.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_t8A35BC0B3BC2D9DBCEA8EF8EA90DFAB490F72724, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.TransportTypes struct TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4 { public: // System.Int32 BestHTTP.SignalR.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t3FFA126E373348BE4A1C63FDE6EF98E98743B8F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate struct X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::cert AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * ___cert_0; // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::notBefore DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___notBefore_1; // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::notAfter DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___notAfter_2; public: inline static int32_t get_offset_of_cert_0() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___cert_0)); } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * get_cert_0() const { return ___cert_0; } inline AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 ** get_address_of_cert_0() { return &___cert_0; } inline void set_cert_0(AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * value) { ___cert_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cert_0), (void*)value); } inline static int32_t get_offset_of_notBefore_1() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___notBefore_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_notBefore_1() const { return ___notBefore_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_notBefore_1() { return &___notBefore_1; } inline void set_notBefore_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___notBefore_1 = value; } inline static int32_t get_offset_of_notAfter_2() { return static_cast(offsetof(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3, ___notAfter_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_notAfter_2() const { return ___notAfter_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_notAfter_2() { return &___notAfter_2; } inline void set_notAfter_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___notAfter_2 = value; } }; // UnityStandardAssets.ImageEffects.ColorCorrectionCurves/ColorCorrectionMode struct ColorCorrectionMode_t9FC5BF39EA0AB69FF4B9BFBD6CED51C6522B5E16 { public: // System.Int32 UnityStandardAssets.ImageEffects.ColorCorrectionCurves/ColorCorrectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorCorrectionMode_t9FC5BF39EA0AB69FF4B9BFBD6CED51C6522B5E16, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.ConnectionAPISample/MessageTypes struct MessageTypes_t70B4FC07745B8D382C1E7B15F1B57D270C5131A0 { public: // System.Int32 BestHTTP.Examples.ConnectionAPISample/MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t70B4FC07745B8D382C1E7B15F1B57D270C5131A0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // <>f__AnonymousType0`2 struct U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 : public RuntimeObject { public: // j__TPar <>f__AnonymousType0`2::i__Field int32_t ___U3CTypeU3Ei__Field_0; // j__TPar <>f__AnonymousType0`2::i__Field String_t* ___U3CValueU3Ei__Field_1; public: inline static int32_t get_offset_of_U3CTypeU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6, ___U3CTypeU3Ei__Field_0)); } inline int32_t get_U3CTypeU3Ei__Field_0() const { return ___U3CTypeU3Ei__Field_0; } inline int32_t* get_address_of_U3CTypeU3Ei__Field_0() { return &___U3CTypeU3Ei__Field_0; } inline void set_U3CTypeU3Ei__Field_0(int32_t value) { ___U3CTypeU3Ei__Field_0 = value; } inline static int32_t get_offset_of_U3CValueU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6, ___U3CValueU3Ei__Field_1)); } inline String_t* get_U3CValueU3Ei__Field_1() const { return ___U3CValueU3Ei__Field_1; } inline String_t** get_address_of_U3CValueU3Ei__Field_1() { return &___U3CValueU3Ei__Field_1; } inline void set_U3CValueU3Ei__Field_1(String_t* value) { ___U3CValueU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ei__Field_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F { public: // T System.Nullable`1::value TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___value_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_value_0() const { return ___value_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream struct Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::limit int32_t ___limit_6; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_7; public: inline static int32_t get_offset_of_limit_6() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___limit_6)); } inline int32_t get_limit_6() const { return ___limit_6; } inline int32_t* get_address_of_limit_6() { return &___limit_6; } inline void set_limit_6(int32_t value) { ___limit_6 = value; } inline static int32_t get_offset_of_tmpBuffers_7() { return static_cast(offsetof(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06, ___tmpBuffers_7)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_7() const { return ___tmpBuffers_7; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_7() { return &___tmpBuffers_7; } inline void set_tmpBuffers_7(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE : public Exception_t { public: public: }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 : public RuntimeObject { public: // System.String BestHTTP.ConnectionBase::k__BackingField String_t* ___U3CServerAddressU3Ek__BackingField_0; // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CCurrentRequestU3Ek__BackingField_2; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CStartTimeU3Ek__BackingField_3; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CTimedOutStartU3Ek__BackingField_4; // System.Uri BestHTTP.ConnectionBase::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CLastProcessedUriU3Ek__BackingField_5; // System.DateTime BestHTTP.ConnectionBase::LastProcessTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastProcessTime_6; // BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * ___OnConnectionRecycled_7; // System.Boolean BestHTTP.ConnectionBase::IsThreaded bool ___IsThreaded_8; // System.Boolean BestHTTP.ConnectionBase::k__BackingField bool ___U3CIsDisposedU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CServerAddressU3Ek__BackingField_0)); } inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; } inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; } inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value) { ___U3CServerAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CCurrentRequestU3Ek__BackingField_2)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; } inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CCurrentRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStartTimeU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; } inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CStartTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CTimedOutStartU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; } inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CTimedOutStartU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CLastProcessedUriU3Ek__BackingField_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; } inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CLastProcessedUriU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___LastProcessTime_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastProcessTime_6() const { return ___LastProcessTime_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; } inline void set_LastProcessTime_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastProcessTime_6 = value; } inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___OnConnectionRecycled_7)); } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; } inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * value) { ___OnConnectionRecycled_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value); } inline static int32_t get_offset_of_IsThreaded_8() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___IsThreaded_8)); } inline bool get_IsThreaded_8() const { return ___IsThreaded_8; } inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; } inline void set_IsThreaded_8(bool value) { ___IsThreaded_8 = value; } inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CIsDisposedU3Ek__BackingField_9)); } inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; } inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value) { ___U3CIsDisposedU3Ek__BackingField_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream struct ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA : public BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_first bool ____first_7; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::_currentStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____currentStream_8; public: inline static int32_t get_offset_of__parser_6() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____parser_6)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_6() const { return ____parser_6; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_6() { return &____parser_6; } inline void set__parser_6(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_6), (void*)value); } inline static int32_t get_offset_of__first_7() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____first_7)); } inline bool get__first_7() const { return ____first_7; } inline bool* get_address_of__first_7() { return &____first_7; } inline void set__first_7(bool value) { ____first_7 = value; } inline static int32_t get_offset_of__currentStream_8() { return static_cast(offsetof(ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA, ____currentStream_8)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__currentStream_8() const { return ____currentStream_8; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__currentStream_8() { return &____currentStream_8; } inline void set__currentStream_8(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____currentStream_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentStream_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA : public Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 { public: public: }; struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Empty DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields, ___Empty_3)); } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * get_Empty_3() const { return ___Empty_3; } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String struct DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink struct DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::mDigest RuntimeObject* ___mDigest_6; public: inline static int32_t get_offset_of_mDigest_6() { return static_cast(offsetof(DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0, ___mDigest_6)); } inline RuntimeObject* get_mDigest_6() const { return ___mDigest_6; } inline RuntimeObject** get_address_of_mDigest_6() { return &___mDigest_6; } inline void set_mDigest_6(RuntimeObject* value) { ___mDigest_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_6), (void*)value); } }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // BestHTTP.HTTPManager struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD : public RuntimeObject { public: public: }; struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCachingDisabledU3Ek__BackingField_2; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_4; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_7; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRequestTimeoutU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPManager::k__BackingField Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * ___U3CRootCacheFolderProviderU3Ek__BackingField_9; // BestHTTP.Proxy BestHTTP.HTTPManager::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_10; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * ___heartbeats_11; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_12; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; // System.Func`4 BestHTTP.HTTPManager::k__BackingField Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; // System.Boolean BestHTTP.HTTPManager::TryToMinimizeTCPLatency bool ___TryToMinimizeTCPLatency_17; // System.Int32 BestHTTP.HTTPManager::SendBufferSize int32_t ___SendBufferSize_18; // System.Int32 BestHTTP.HTTPManager::ReceiveBufferSize int32_t ___ReceiveBufferSize_19; // BestHTTP.PlatformSupport.FileSystem.IIOService BestHTTP.HTTPManager::IOService RuntimeObject* ___IOService_20; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_21; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * ___Connections_22; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___ActiveConnections_23; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___FreeConnections_24; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___RecycledConnections_25; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___RequestQueue_26; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_27; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_28; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsQuittingU3Ek__BackingField_29; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCachingDisabledU3Ek__BackingField_2)); } inline bool get_U3CIsCachingDisabledU3Ek__BackingField_2() const { return ___U3CIsCachingDisabledU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return &___U3CIsCachingDisabledU3Ek__BackingField_2; } inline void set_U3CIsCachingDisabledU3Ek__BackingField_2(bool value) { ___U3CIsCachingDisabledU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCookiesEnabledU3Ek__BackingField_4)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_4() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return &___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_4(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_5)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_5() const { return ___U3CCookieJarSizeU3Ek__BackingField_5; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_5() { return &___U3CCookieJarSizeU3Ek__BackingField_5; } inline void set_U3CCookieJarSizeU3Ek__BackingField_5(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_6)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_6() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_6(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_7() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_7() const { return ___U3CConnectTimeoutU3Ek__BackingField_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_7() { return &___U3CConnectTimeoutU3Ek__BackingField_7; } inline void set_U3CConnectTimeoutU3Ek__BackingField_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_8() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRequestTimeoutU3Ek__BackingField_8() const { return ___U3CRequestTimeoutU3Ek__BackingField_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_8() { return &___U3CRequestTimeoutU3Ek__BackingField_8; } inline void set_U3CRequestTimeoutU3Ek__BackingField_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRequestTimeoutU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRootCacheFolderProviderU3Ek__BackingField_9)); } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * get_U3CRootCacheFolderProviderU3Ek__BackingField_9() const { return ___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 ** get_address_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return &___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline void set_U3CRootCacheFolderProviderU3Ek__BackingField_9(Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * value) { ___U3CRootCacheFolderProviderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRootCacheFolderProviderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CProxyU3Ek__BackingField_10)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_10() const { return ___U3CProxyU3Ek__BackingField_10; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_10() { return &___U3CProxyU3Ek__BackingField_10; } inline void set_U3CProxyU3Ek__BackingField_10(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_heartbeats_11() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___heartbeats_11)); } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * get_heartbeats_11() const { return ___heartbeats_11; } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E ** get_address_of_heartbeats_11() { return &___heartbeats_11; } inline void set_heartbeats_11(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * value) { ___heartbeats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_11), (void*)value); } inline static int32_t get_offset_of_logger_12() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___logger_12)); } inline RuntimeObject* get_logger_12() const { return ___logger_12; } inline RuntimeObject** get_address_of_logger_12() { return &___logger_12; } inline void set_logger_12(RuntimeObject* value) { ___logger_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_12), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13)); } inline RuntimeObject* get_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() const { return ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline RuntimeObject** get_address_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return &___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline void set_U3CDefaultCertificateVerifyerU3Ek__BackingField_13(RuntimeObject* value) { ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificateVerifyerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14)); } inline RuntimeObject* get_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() const { return ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline RuntimeObject** get_address_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return &___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline void set_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14(RuntimeObject* value) { ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15)); } inline bool get_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() const { return ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return &___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline void set_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15(bool value) { ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificationValidatorU3Ek__BackingField_16)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_U3CDefaultCertificationValidatorU3Ek__BackingField_16() const { return ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return &___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline void set_U3CDefaultCertificationValidatorU3Ek__BackingField_16(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___U3CDefaultCertificationValidatorU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificationValidatorU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_TryToMinimizeTCPLatency_17() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___TryToMinimizeTCPLatency_17)); } inline bool get_TryToMinimizeTCPLatency_17() const { return ___TryToMinimizeTCPLatency_17; } inline bool* get_address_of_TryToMinimizeTCPLatency_17() { return &___TryToMinimizeTCPLatency_17; } inline void set_TryToMinimizeTCPLatency_17(bool value) { ___TryToMinimizeTCPLatency_17 = value; } inline static int32_t get_offset_of_SendBufferSize_18() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___SendBufferSize_18)); } inline int32_t get_SendBufferSize_18() const { return ___SendBufferSize_18; } inline int32_t* get_address_of_SendBufferSize_18() { return &___SendBufferSize_18; } inline void set_SendBufferSize_18(int32_t value) { ___SendBufferSize_18 = value; } inline static int32_t get_offset_of_ReceiveBufferSize_19() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ReceiveBufferSize_19)); } inline int32_t get_ReceiveBufferSize_19() const { return ___ReceiveBufferSize_19; } inline int32_t* get_address_of_ReceiveBufferSize_19() { return &___ReceiveBufferSize_19; } inline void set_ReceiveBufferSize_19(int32_t value) { ___ReceiveBufferSize_19 = value; } inline static int32_t get_offset_of_IOService_20() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IOService_20)); } inline RuntimeObject* get_IOService_20() const { return ___IOService_20; } inline RuntimeObject** get_address_of_IOService_20() { return &___IOService_20; } inline void set_IOService_20(RuntimeObject* value) { ___IOService_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IOService_20), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_21() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_21)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_21() const { return ___U3CMaxPathLengthU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_21() { return &___U3CMaxPathLengthU3Ek__BackingField_21; } inline void set_U3CMaxPathLengthU3Ek__BackingField_21(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_Connections_22() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Connections_22)); } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * get_Connections_22() const { return ___Connections_22; } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 ** get_address_of_Connections_22() { return &___Connections_22; } inline void set_Connections_22(Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * value) { ___Connections_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_22), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_23() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ActiveConnections_23)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_ActiveConnections_23() const { return ___ActiveConnections_23; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_ActiveConnections_23() { return &___ActiveConnections_23; } inline void set_ActiveConnections_23(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___ActiveConnections_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_23), (void*)value); } inline static int32_t get_offset_of_FreeConnections_24() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___FreeConnections_24)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_FreeConnections_24() const { return ___FreeConnections_24; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_FreeConnections_24() { return &___FreeConnections_24; } inline void set_FreeConnections_24(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___FreeConnections_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_24), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_25() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RecycledConnections_25)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_RecycledConnections_25() const { return ___RecycledConnections_25; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_RecycledConnections_25() { return &___RecycledConnections_25; } inline void set_RecycledConnections_25(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___RecycledConnections_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_25), (void*)value); } inline static int32_t get_offset_of_RequestQueue_26() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RequestQueue_26)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_RequestQueue_26() const { return ___RequestQueue_26; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_RequestQueue_26() { return &___RequestQueue_26; } inline void set_RequestQueue_26(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___RequestQueue_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_26), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_27() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IsCallingCallbacks_27)); } inline bool get_IsCallingCallbacks_27() const { return ___IsCallingCallbacks_27; } inline bool* get_address_of_IsCallingCallbacks_27() { return &___IsCallingCallbacks_27; } inline void set_IsCallingCallbacks_27(bool value) { ___IsCallingCallbacks_27 = value; } inline static int32_t get_offset_of_Locker_28() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Locker_28)); } inline RuntimeObject * get_Locker_28() const { return ___Locker_28; } inline RuntimeObject ** get_address_of_Locker_28() { return &___Locker_28; } inline void set_Locker_28(RuntimeObject * value) { ___Locker_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_28), (void*)value); } inline static int32_t get_offset_of_U3CIsQuittingU3Ek__BackingField_29() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsQuittingU3Ek__BackingField_29)); } inline bool get_U3CIsQuittingU3Ek__BackingField_29() const { return ___U3CIsQuittingU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsQuittingU3Ek__BackingField_29() { return &___U3CIsQuittingU3Ek__BackingField_29; } inline void set_U3CIsQuittingU3Ek__BackingField_29(bool value) { ___U3CIsQuittingU3Ek__BackingField_29 = value; } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.IO.MonoIOStat struct MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 { public: // System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes int32_t ___fileAttributes_0; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_1; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_2; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_3; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_4; public: inline static int32_t get_offset_of_fileAttributes_0() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___fileAttributes_0)); } inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; } inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; } inline void set_fileAttributes_0(int32_t value) { ___fileAttributes_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___Length_1)); } inline int64_t get_Length_1() const { return ___Length_1; } inline int64_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int64_t value) { ___Length_1 = value; } inline static int32_t get_offset_of_CreationTime_2() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___CreationTime_2)); } inline int64_t get_CreationTime_2() const { return ___CreationTime_2; } inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; } inline void set_CreationTime_2(int64_t value) { ___CreationTime_2 = value; } inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastAccessTime_3)); } inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; } inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; } inline void set_LastAccessTime_3(int64_t value) { ___LastAccessTime_3 = value; } inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast(offsetof(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71, ___LastWriteTime_4)); } inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; } inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; } inline void set_LastWriteTime_4(int64_t value) { ___LastWriteTime_4 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_action int32_t ____action_1; // System.Collections.IList PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_newItems RuntimeObject* ____newItems_2; // System.Collections.IList PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_oldItems RuntimeObject* ____oldItems_3; // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_newStartingIndex int32_t ____newStartingIndex_4; // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_oldStartingIndex int32_t ____oldStartingIndex_5; public: inline static int32_t get_offset_of__action_1() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____action_1)); } inline int32_t get__action_1() const { return ____action_1; } inline int32_t* get_address_of__action_1() { return &____action_1; } inline void set__action_1(int32_t value) { ____action_1 = value; } inline static int32_t get_offset_of__newItems_2() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____newItems_2)); } inline RuntimeObject* get__newItems_2() const { return ____newItems_2; } inline RuntimeObject** get_address_of__newItems_2() { return &____newItems_2; } inline void set__newItems_2(RuntimeObject* value) { ____newItems_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____newItems_2), (void*)value); } inline static int32_t get_offset_of__oldItems_3() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____oldItems_3)); } inline RuntimeObject* get__oldItems_3() const { return ____oldItems_3; } inline RuntimeObject** get_address_of__oldItems_3() { return &____oldItems_3; } inline void set__oldItems_3(RuntimeObject* value) { ____oldItems_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____oldItems_3), (void*)value); } inline static int32_t get_offset_of__newStartingIndex_4() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____newStartingIndex_4)); } inline int32_t get__newStartingIndex_4() const { return ____newStartingIndex_4; } inline int32_t* get_address_of__newStartingIndex_4() { return &____newStartingIndex_4; } inline void set__newStartingIndex_4(int32_t value) { ____newStartingIndex_4 = value; } inline static int32_t get_offset_of__oldStartingIndex_5() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____oldStartingIndex_5)); } inline int32_t get__oldStartingIndex_5() const { return ____oldStartingIndex_5; } inline int32_t* get_address_of__oldStartingIndex_5() { return &____oldStartingIndex_5; } inline void set__oldStartingIndex_5(int32_t value) { ____oldStartingIndex_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.NullOutputStream struct NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::output Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::tee Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee_7; public: inline static int32_t get_offset_of_output_6() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___output_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_output_6() const { return ___output_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_output_6() { return &___output_6; } inline void set_output_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___output_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_6), (void*)value); } inline static int32_t get_offset_of_tee_7() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___tee_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_tee_7() const { return ___tee_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_tee_7() { return &___tee_7; } inline void set_tee_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___tee_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tee_7), (void*)value); } }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC : public RuntimeObject { public: // System.String BestHTTP.SignalR.Transports.TransportBase::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // BestHTTP.SignalR.IConnection BestHTTP.SignalR.Transports.TransportBase::k__BackingField RuntimeObject* ___U3CConnectionU3Ek__BackingField_2; // BestHTTP.SignalR.TransportStates BestHTTP.SignalR.Transports.TransportBase::_state int32_t ____state_3; // BestHTTP.SignalR.Transports.OnTransportStateChangedDelegate BestHTTP.SignalR.Transports.TransportBase::OnStateChanged OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * ___OnStateChanged_4; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_2() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___U3CConnectionU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CConnectionU3Ek__BackingField_2() const { return ___U3CConnectionU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CConnectionU3Ek__BackingField_2() { return &___U3CConnectionU3Ek__BackingField_2; } inline void set_U3CConnectionU3Ek__BackingField_2(RuntimeObject* value) { ___U3CConnectionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ____state_3)); } inline int32_t get__state_3() const { return ____state_3; } inline int32_t* get_address_of__state_3() { return &____state_3; } inline void set__state_3(int32_t value) { ____state_3 = value; } inline static int32_t get_offset_of_OnStateChanged_4() { return static_cast(offsetof(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC, ___OnStateChanged_4)); } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * get_OnStateChanged_4() const { return ___OnStateChanged_4; } inline OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 ** get_address_of_OnStateChanged_4() { return &___OnStateChanged_4; } inline void set_OnStateChanged_4(OnTransportStateChangedDelegate_t0B3FDEA307B3DBE1EC22A4A7E4DF6493D2CF1AC3 * value) { ___OnStateChanged_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_4), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreException struct X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream struct CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::outer CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_contentOID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ____contentOID_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_sGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sGen_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_sigGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____sigGen_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::_eiGen BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ____eiGen_11; public: inline static int32_t get_offset_of_outer_6() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ___outer_6)); } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * get_outer_6() const { return ___outer_6; } inline CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B ** get_address_of_outer_6() { return &___outer_6; } inline void set_outer_6(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * value) { ___outer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___outer_6), (void*)value); } inline static int32_t get_offset_of__out_7() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____out_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_7() const { return ____out_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_7() { return &____out_7; } inline void set__out_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_7), (void*)value); } inline static int32_t get_offset_of__contentOID_8() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____contentOID_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get__contentOID_8() const { return ____contentOID_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of__contentOID_8() { return &____contentOID_8; } inline void set__contentOID_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ____contentOID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____contentOID_8), (void*)value); } inline static int32_t get_offset_of__sGen_9() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____sGen_9)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sGen_9() const { return ____sGen_9; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sGen_9() { return &____sGen_9; } inline void set__sGen_9(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sGen_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____sGen_9), (void*)value); } inline static int32_t get_offset_of__sigGen_10() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____sigGen_10)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__sigGen_10() const { return ____sigGen_10; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__sigGen_10() { return &____sigGen_10; } inline void set__sigGen_10(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____sigGen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____sigGen_10), (void*)value); } inline static int32_t get_offset_of__eiGen_11() { return static_cast(offsetof(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005, ____eiGen_11)); } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * get__eiGen_11() const { return ____eiGen_11; } inline BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 ** get_address_of__eiGen_11() { return &____eiGen_11; } inline void set__eiGen_11(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * value) { ____eiGen_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____eiGen_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream struct FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: public: }; // System.Action`1 struct Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString struct BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B : public DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString::octs RuntimeObject* ___octs_4; public: inline static int32_t get_offset_of_octs_4() { return static_cast(offsetof(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B, ___octs_4)); } inline RuntimeObject* get_octs_4() const { return ___octs_4; } inline RuntimeObject** get_address_of_octs_4() { return &___octs_4; } inline void set_octs_4(RuntimeObject* value) { ___octs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___octs_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F : public DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 { public: public: }; struct BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::Empty BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_StaticFields, ___Empty_4)); } inline BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * get_Empty_4() const { return ___Empty_4; } inline BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC : public DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA { public: public: }; struct BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::Empty BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_StaticFields, ___Empty_4)); } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * get_Empty_4() const { return ___Empty_4; } inline BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CrlException struct CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 ____data_1; // System.Int32 System.IO.FileSystemInfo::_dataInitialised int32_t ____dataInitialised_2; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_3; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_4; // System.String System.IO.FileSystemInfo::_displayPath String_t* ____displayPath_5; public: inline static int32_t get_offset_of__data_1() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____data_1)); } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 get__data_1() const { return ____data_1; } inline MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t24C11A45B0B5F84242B31BA1EF48458595FF5F71 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____dataInitialised_2)); } inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; } inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; } inline void set__dataInitialised_2(int32_t value) { ____dataInitialised_2 = value; } inline static int32_t get_offset_of_FullPath_3() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___FullPath_3)); } inline String_t* get_FullPath_3() const { return ___FullPath_3; } inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; } inline void set_FullPath_3(String_t* value) { ___FullPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value); } inline static int32_t get_offset_of_OriginalPath_4() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ___OriginalPath_4)); } inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; } inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; } inline void set_OriginalPath_4(String_t* value) { ___OriginalPath_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value); } inline static int32_t get_offset_of__displayPath_5() { return static_cast(offsetof(FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246, ____displayPath_5)); } inline String_t* get__displayPath_5() const { return ____displayPath_5; } inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; } inline void set__displayPath_5(String_t* value) { ____displayPath_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value); } }; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A : public MulticastDelegate_t { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Messages.MultiMessage::k__BackingField String_t* ___U3CMessageIdU3Ek__BackingField_0; // System.Boolean BestHTTP.SignalR.Messages.MultiMessage::k__BackingField bool ___U3CIsInitializationU3Ek__BackingField_1; // System.String BestHTTP.SignalR.Messages.MultiMessage::k__BackingField String_t* ___U3CGroupsTokenU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalR.Messages.MultiMessage::k__BackingField bool ___U3CShouldReconnectU3Ek__BackingField_3; // System.Nullable`1 BestHTTP.SignalR.Messages.MultiMessage::k__BackingField Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F ___U3CPollDelayU3Ek__BackingField_4; // System.Collections.Generic.List`1 BestHTTP.SignalR.Messages.MultiMessage::k__BackingField List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___U3CDataU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CMessageIdU3Ek__BackingField_0() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CMessageIdU3Ek__BackingField_0)); } inline String_t* get_U3CMessageIdU3Ek__BackingField_0() const { return ___U3CMessageIdU3Ek__BackingField_0; } inline String_t** get_address_of_U3CMessageIdU3Ek__BackingField_0() { return &___U3CMessageIdU3Ek__BackingField_0; } inline void set_U3CMessageIdU3Ek__BackingField_0(String_t* value) { ___U3CMessageIdU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageIdU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CIsInitializationU3Ek__BackingField_1() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CIsInitializationU3Ek__BackingField_1)); } inline bool get_U3CIsInitializationU3Ek__BackingField_1() const { return ___U3CIsInitializationU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsInitializationU3Ek__BackingField_1() { return &___U3CIsInitializationU3Ek__BackingField_1; } inline void set_U3CIsInitializationU3Ek__BackingField_1(bool value) { ___U3CIsInitializationU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CGroupsTokenU3Ek__BackingField_2() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CGroupsTokenU3Ek__BackingField_2)); } inline String_t* get_U3CGroupsTokenU3Ek__BackingField_2() const { return ___U3CGroupsTokenU3Ek__BackingField_2; } inline String_t** get_address_of_U3CGroupsTokenU3Ek__BackingField_2() { return &___U3CGroupsTokenU3Ek__BackingField_2; } inline void set_U3CGroupsTokenU3Ek__BackingField_2(String_t* value) { ___U3CGroupsTokenU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGroupsTokenU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CShouldReconnectU3Ek__BackingField_3() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CShouldReconnectU3Ek__BackingField_3)); } inline bool get_U3CShouldReconnectU3Ek__BackingField_3() const { return ___U3CShouldReconnectU3Ek__BackingField_3; } inline bool* get_address_of_U3CShouldReconnectU3Ek__BackingField_3() { return &___U3CShouldReconnectU3Ek__BackingField_3; } inline void set_U3CShouldReconnectU3Ek__BackingField_3(bool value) { ___U3CShouldReconnectU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CPollDelayU3Ek__BackingField_4() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CPollDelayU3Ek__BackingField_4)); } inline Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F get_U3CPollDelayU3Ek__BackingField_4() const { return ___U3CPollDelayU3Ek__BackingField_4; } inline Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * get_address_of_U3CPollDelayU3Ek__BackingField_4() { return &___U3CPollDelayU3Ek__BackingField_4; } inline void set_U3CPollDelayU3Ek__BackingField_4(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F value) { ___U3CPollDelayU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_5() { return static_cast(offsetof(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4, ___U3CDataU3Ek__BackingField_5)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_U3CDataU3Ek__BackingField_5() const { return ___U3CDataU3Ek__BackingField_5; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_U3CDataU3Ek__BackingField_5() { return &___U3CDataU3Ek__BackingField_5; } inline void set_U3CDataU3Ek__BackingField_5(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___U3CDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 : public RuntimeObject { public: // System.String BestHTTP.SignalR.NegotiationData::k__BackingField String_t* ___U3CUrlU3Ek__BackingField_0; // System.String BestHTTP.SignalR.NegotiationData::k__BackingField String_t* ___U3CWebSocketServerUrlU3Ek__BackingField_1; // System.String BestHTTP.SignalR.NegotiationData::k__BackingField String_t* ___U3CConnectionTokenU3Ek__BackingField_2; // System.String BestHTTP.SignalR.NegotiationData::k__BackingField String_t* ___U3CConnectionIdU3Ek__BackingField_3; // System.Nullable`1 BestHTTP.SignalR.NegotiationData::k__BackingField Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F ___U3CKeepAliveTimeoutU3Ek__BackingField_4; // System.TimeSpan BestHTTP.SignalR.NegotiationData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CDisconnectTimeoutU3Ek__BackingField_5; // System.TimeSpan BestHTTP.SignalR.NegotiationData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectionTimeoutU3Ek__BackingField_6; // System.Boolean BestHTTP.SignalR.NegotiationData::k__BackingField bool ___U3CTryWebSocketsU3Ek__BackingField_7; // System.String BestHTTP.SignalR.NegotiationData::k__BackingField String_t* ___U3CProtocolVersionU3Ek__BackingField_8; // System.TimeSpan BestHTTP.SignalR.NegotiationData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTransportConnectTimeoutU3Ek__BackingField_9; // System.TimeSpan BestHTTP.SignalR.NegotiationData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CLongPollDelayU3Ek__BackingField_10; // System.Action`1 BestHTTP.SignalR.NegotiationData::OnReceived Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B * ___OnReceived_11; // System.Action`2 BestHTTP.SignalR.NegotiationData::OnError Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 * ___OnError_12; // BestHTTP.HTTPRequest BestHTTP.SignalR.NegotiationData::NegotiationRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___NegotiationRequest_13; // BestHTTP.SignalR.IConnection BestHTTP.SignalR.NegotiationData::Connection RuntimeObject* ___Connection_14; public: inline static int32_t get_offset_of_U3CUrlU3Ek__BackingField_0() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CUrlU3Ek__BackingField_0)); } inline String_t* get_U3CUrlU3Ek__BackingField_0() const { return ___U3CUrlU3Ek__BackingField_0; } inline String_t** get_address_of_U3CUrlU3Ek__BackingField_0() { return &___U3CUrlU3Ek__BackingField_0; } inline void set_U3CUrlU3Ek__BackingField_0(String_t* value) { ___U3CUrlU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUrlU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CWebSocketServerUrlU3Ek__BackingField_1() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CWebSocketServerUrlU3Ek__BackingField_1)); } inline String_t* get_U3CWebSocketServerUrlU3Ek__BackingField_1() const { return ___U3CWebSocketServerUrlU3Ek__BackingField_1; } inline String_t** get_address_of_U3CWebSocketServerUrlU3Ek__BackingField_1() { return &___U3CWebSocketServerUrlU3Ek__BackingField_1; } inline void set_U3CWebSocketServerUrlU3Ek__BackingField_1(String_t* value) { ___U3CWebSocketServerUrlU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWebSocketServerUrlU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CConnectionTokenU3Ek__BackingField_2() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CConnectionTokenU3Ek__BackingField_2)); } inline String_t* get_U3CConnectionTokenU3Ek__BackingField_2() const { return ___U3CConnectionTokenU3Ek__BackingField_2; } inline String_t** get_address_of_U3CConnectionTokenU3Ek__BackingField_2() { return &___U3CConnectionTokenU3Ek__BackingField_2; } inline void set_U3CConnectionTokenU3Ek__BackingField_2(String_t* value) { ___U3CConnectionTokenU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionTokenU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CConnectionIdU3Ek__BackingField_3() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CConnectionIdU3Ek__BackingField_3)); } inline String_t* get_U3CConnectionIdU3Ek__BackingField_3() const { return ___U3CConnectionIdU3Ek__BackingField_3; } inline String_t** get_address_of_U3CConnectionIdU3Ek__BackingField_3() { return &___U3CConnectionIdU3Ek__BackingField_3; } inline void set_U3CConnectionIdU3Ek__BackingField_3(String_t* value) { ___U3CConnectionIdU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionIdU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CKeepAliveTimeoutU3Ek__BackingField_4() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CKeepAliveTimeoutU3Ek__BackingField_4)); } inline Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F get_U3CKeepAliveTimeoutU3Ek__BackingField_4() const { return ___U3CKeepAliveTimeoutU3Ek__BackingField_4; } inline Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * get_address_of_U3CKeepAliveTimeoutU3Ek__BackingField_4() { return &___U3CKeepAliveTimeoutU3Ek__BackingField_4; } inline void set_U3CKeepAliveTimeoutU3Ek__BackingField_4(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F value) { ___U3CKeepAliveTimeoutU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CDisconnectTimeoutU3Ek__BackingField_5() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CDisconnectTimeoutU3Ek__BackingField_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CDisconnectTimeoutU3Ek__BackingField_5() const { return ___U3CDisconnectTimeoutU3Ek__BackingField_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CDisconnectTimeoutU3Ek__BackingField_5() { return &___U3CDisconnectTimeoutU3Ek__BackingField_5; } inline void set_U3CDisconnectTimeoutU3Ek__BackingField_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CDisconnectTimeoutU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CConnectionTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CConnectionTimeoutU3Ek__BackingField_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectionTimeoutU3Ek__BackingField_6() const { return ___U3CConnectionTimeoutU3Ek__BackingField_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectionTimeoutU3Ek__BackingField_6() { return &___U3CConnectionTimeoutU3Ek__BackingField_6; } inline void set_U3CConnectionTimeoutU3Ek__BackingField_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectionTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CTryWebSocketsU3Ek__BackingField_7() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CTryWebSocketsU3Ek__BackingField_7)); } inline bool get_U3CTryWebSocketsU3Ek__BackingField_7() const { return ___U3CTryWebSocketsU3Ek__BackingField_7; } inline bool* get_address_of_U3CTryWebSocketsU3Ek__BackingField_7() { return &___U3CTryWebSocketsU3Ek__BackingField_7; } inline void set_U3CTryWebSocketsU3Ek__BackingField_7(bool value) { ___U3CTryWebSocketsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CProtocolVersionU3Ek__BackingField_8() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CProtocolVersionU3Ek__BackingField_8)); } inline String_t* get_U3CProtocolVersionU3Ek__BackingField_8() const { return ___U3CProtocolVersionU3Ek__BackingField_8; } inline String_t** get_address_of_U3CProtocolVersionU3Ek__BackingField_8() { return &___U3CProtocolVersionU3Ek__BackingField_8; } inline void set_U3CProtocolVersionU3Ek__BackingField_8(String_t* value) { ___U3CProtocolVersionU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtocolVersionU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CTransportConnectTimeoutU3Ek__BackingField_9() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CTransportConnectTimeoutU3Ek__BackingField_9)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTransportConnectTimeoutU3Ek__BackingField_9() const { return ___U3CTransportConnectTimeoutU3Ek__BackingField_9; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTransportConnectTimeoutU3Ek__BackingField_9() { return &___U3CTransportConnectTimeoutU3Ek__BackingField_9; } inline void set_U3CTransportConnectTimeoutU3Ek__BackingField_9(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTransportConnectTimeoutU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CLongPollDelayU3Ek__BackingField_10() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___U3CLongPollDelayU3Ek__BackingField_10)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CLongPollDelayU3Ek__BackingField_10() const { return ___U3CLongPollDelayU3Ek__BackingField_10; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CLongPollDelayU3Ek__BackingField_10() { return &___U3CLongPollDelayU3Ek__BackingField_10; } inline void set_U3CLongPollDelayU3Ek__BackingField_10(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CLongPollDelayU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_OnReceived_11() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___OnReceived_11)); } inline Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B * get_OnReceived_11() const { return ___OnReceived_11; } inline Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B ** get_address_of_OnReceived_11() { return &___OnReceived_11; } inline void set_OnReceived_11(Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B * value) { ___OnReceived_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReceived_11), (void*)value); } inline static int32_t get_offset_of_OnError_12() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___OnError_12)); } inline Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 * get_OnError_12() const { return ___OnError_12; } inline Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 ** get_address_of_OnError_12() { return &___OnError_12; } inline void set_OnError_12(Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 * value) { ___OnError_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_12), (void*)value); } inline static int32_t get_offset_of_NegotiationRequest_13() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___NegotiationRequest_13)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_NegotiationRequest_13() const { return ___NegotiationRequest_13; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_NegotiationRequest_13() { return &___NegotiationRequest_13; } inline void set_NegotiationRequest_13(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___NegotiationRequest_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___NegotiationRequest_13), (void*)value); } inline static int32_t get_offset_of_Connection_14() { return static_cast(offsetof(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260, ___Connection_14)); } inline RuntimeObject* get_Connection_14() const { return ___Connection_14; } inline RuntimeObject** get_address_of_Connection_14() { return &___Connection_14; } inline void set_Connection_14(RuntimeObject* value) { ___Connection_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connection_14), (void*)value); } }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Transports.PostSendTransportBase struct PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC : public TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC { public: // System.Collections.Generic.List`1 BestHTTP.SignalR.Transports.PostSendTransportBase::sendRequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___sendRequestQueue_5; public: inline static int32_t get_offset_of_sendRequestQueue_5() { return static_cast(offsetof(PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC, ___sendRequestQueue_5)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_sendRequestQueue_5() const { return ___sendRequestQueue_5; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_sendRequestQueue_5() { return &___sendRequestQueue_5; } inline void set_sendRequestQueue_5(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___sendRequestQueue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sendRequestQueue_5), (void*)value); } }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException struct SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Texture3D struct Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Transports.WebSocketTransport struct WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 : public TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC { public: // BestHTTP.WebSocket.WebSocket BestHTTP.SignalR.Transports.WebSocketTransport::wSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___wSocket_5; public: inline static int32_t get_offset_of_wSocket_5() { return static_cast(offsetof(WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430, ___wSocket_5)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_wSocket_5() const { return ___wSocket_5; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_wSocket_5() { return &___wSocket_5; } inline void set_wSocket_5(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___wSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___wSocket_5), (void*)value); } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException struct CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException struct CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // System.IO.FileInfo struct FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 : public FileSystemInfo_t4479D65BB34DEAFCDA2A98F8B797D7C19EFDA246 { public: // System.String System.IO.FileInfo::_name String_t* ____name_6; public: inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // BestHTTP.SignalR.Transports.PollingTransport struct PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0 : public PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC { public: // System.DateTime BestHTTP.SignalR.Transports.PollingTransport::LastPoll DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPoll_6; // System.TimeSpan BestHTTP.SignalR.Transports.PollingTransport::PollDelay TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___PollDelay_7; // System.TimeSpan BestHTTP.SignalR.Transports.PollingTransport::PollTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___PollTimeout_8; // BestHTTP.HTTPRequest BestHTTP.SignalR.Transports.PollingTransport::pollRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___pollRequest_9; public: inline static int32_t get_offset_of_LastPoll_6() { return static_cast(offsetof(PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0, ___LastPoll_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPoll_6() const { return ___LastPoll_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPoll_6() { return &___LastPoll_6; } inline void set_LastPoll_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPoll_6 = value; } inline static int32_t get_offset_of_PollDelay_7() { return static_cast(offsetof(PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0, ___PollDelay_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_PollDelay_7() const { return ___PollDelay_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_PollDelay_7() { return &___PollDelay_7; } inline void set_PollDelay_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___PollDelay_7 = value; } inline static int32_t get_offset_of_PollTimeout_8() { return static_cast(offsetof(PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0, ___PollTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_PollTimeout_8() const { return ___PollTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_PollTimeout_8() { return &___PollTimeout_8; } inline void set_PollTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___PollTimeout_8 = value; } inline static int32_t get_offset_of_pollRequest_9() { return static_cast(offsetof(PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0, ___pollRequest_9)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_pollRequest_9() const { return ___pollRequest_9; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_pollRequest_9() { return &___pollRequest_9; } inline void set_pollRequest_9(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___pollRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___pollRequest_9), (void*)value); } }; // BestHTTP.SignalR.Transports.ServerSentEventsTransport struct ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 : public PostSendTransportBase_t4451881D9F7333892B8989F3D99EEBF81E2A54DC { public: // BestHTTP.ServerSentEvents.EventSource BestHTTP.SignalR.Transports.ServerSentEventsTransport::EventSource EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * ___EventSource_6; public: inline static int32_t get_offset_of_EventSource_6() { return static_cast(offsetof(ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0, ___EventSource_6)); } inline EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * get_EventSource_6() const { return ___EventSource_6; } inline EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 ** get_address_of_EventSource_6() { return &___EventSource_6; } inline void set_EventSource_6(EventSource_t1925B85C059747CC54CF828BC887FA8DD9743B39 * value) { ___EventSource_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventSource_6), (void*)value); } }; // BestHTTP.Examples.ConnectionAPISample struct ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.ConnectionAPISample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalR.Connection BestHTTP.Examples.ConnectionAPISample::signalRConnection Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___signalRConnection_5; // System.String BestHTTP.Examples.ConnectionAPISample::ToEveryBodyText String_t* ___ToEveryBodyText_6; // System.String BestHTTP.Examples.ConnectionAPISample::ToMeText String_t* ___ToMeText_7; // System.String BestHTTP.Examples.ConnectionAPISample::PrivateMessageText String_t* ___PrivateMessageText_8; // System.String BestHTTP.Examples.ConnectionAPISample::PrivateMessageUserOrGroupName String_t* ___PrivateMessageUserOrGroupName_9; // BestHTTP.Examples.GUIMessageList BestHTTP.Examples.ConnectionAPISample::messages GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * ___messages_10; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___URI_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_URI_4() const { return ___URI_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_URI_4() { return &___URI_4; } inline void set_URI_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___URI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___URI_4), (void*)value); } inline static int32_t get_offset_of_signalRConnection_5() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___signalRConnection_5)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_signalRConnection_5() const { return ___signalRConnection_5; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_signalRConnection_5() { return &___signalRConnection_5; } inline void set_signalRConnection_5(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___signalRConnection_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signalRConnection_5), (void*)value); } inline static int32_t get_offset_of_ToEveryBodyText_6() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___ToEveryBodyText_6)); } inline String_t* get_ToEveryBodyText_6() const { return ___ToEveryBodyText_6; } inline String_t** get_address_of_ToEveryBodyText_6() { return &___ToEveryBodyText_6; } inline void set_ToEveryBodyText_6(String_t* value) { ___ToEveryBodyText_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ToEveryBodyText_6), (void*)value); } inline static int32_t get_offset_of_ToMeText_7() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___ToMeText_7)); } inline String_t* get_ToMeText_7() const { return ___ToMeText_7; } inline String_t** get_address_of_ToMeText_7() { return &___ToMeText_7; } inline void set_ToMeText_7(String_t* value) { ___ToMeText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ToMeText_7), (void*)value); } inline static int32_t get_offset_of_PrivateMessageText_8() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___PrivateMessageText_8)); } inline String_t* get_PrivateMessageText_8() const { return ___PrivateMessageText_8; } inline String_t** get_address_of_PrivateMessageText_8() { return &___PrivateMessageText_8; } inline void set_PrivateMessageText_8(String_t* value) { ___PrivateMessageText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateMessageText_8), (void*)value); } inline static int32_t get_offset_of_PrivateMessageUserOrGroupName_9() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___PrivateMessageUserOrGroupName_9)); } inline String_t* get_PrivateMessageUserOrGroupName_9() const { return ___PrivateMessageUserOrGroupName_9; } inline String_t** get_address_of_PrivateMessageUserOrGroupName_9() { return &___PrivateMessageUserOrGroupName_9; } inline void set_PrivateMessageUserOrGroupName_9(String_t* value) { ___PrivateMessageUserOrGroupName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateMessageUserOrGroupName_9), (void*)value); } inline static int32_t get_offset_of_messages_10() { return static_cast(offsetof(ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A, ___messages_10)); } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * get_messages_10() const { return ___messages_10; } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F ** get_address_of_messages_10() { return &___messages_10; } inline void set_messages_10(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * value) { ___messages_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_10), (void*)value); } }; // BestHTTP.Examples.ConnectionStatusSample struct ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.ConnectionStatusSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalR.Connection BestHTTP.Examples.ConnectionStatusSample::signalRConnection Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___signalRConnection_5; // BestHTTP.Examples.GUIMessageList BestHTTP.Examples.ConnectionStatusSample::messages GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * ___messages_6; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223, ___URI_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_URI_4() const { return ___URI_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_URI_4() { return &___URI_4; } inline void set_URI_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___URI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___URI_4), (void*)value); } inline static int32_t get_offset_of_signalRConnection_5() { return static_cast(offsetof(ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223, ___signalRConnection_5)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_signalRConnection_5() const { return ___signalRConnection_5; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_signalRConnection_5() { return &___signalRConnection_5; } inline void set_signalRConnection_5(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___signalRConnection_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signalRConnection_5), (void*)value); } inline static int32_t get_offset_of_messages_6() { return static_cast(offsetof(ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223, ___messages_6)); } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * get_messages_6() const { return ___messages_6; } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F ** get_address_of_messages_6() { return &___messages_6; } inline void set_messages_6(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * value) { ___messages_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_6), (void*)value); } }; // UnityStandardAssets.ImageEffects.ImageEffectBase struct ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Shader UnityStandardAssets.ImageEffects.ImageEffectBase::shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_4; // UnityEngine.Material UnityStandardAssets.ImageEffects.ImageEffectBase::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_5; public: inline static int32_t get_offset_of_shader_4() { return static_cast(offsetof(ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82, ___shader_4)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_shader_4() const { return ___shader_4; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_shader_4() { return &___shader_4; } inline void set_shader_4(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___shader_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_4), (void*)value); } inline static int32_t get_offset_of_m_Material_5() { return static_cast(offsetof(ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82, ___m_Material_5)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_5() const { return ___m_Material_5; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_5() { return &___m_Material_5; } inline void set_m_Material_5(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_5), (void*)value); } }; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportHDRTextures bool ___supportHDRTextures_4; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportDX11 bool ___supportDX11_5; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::isSupported bool ___isSupported_6; public: inline static int32_t get_offset_of_supportHDRTextures_4() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportHDRTextures_4)); } inline bool get_supportHDRTextures_4() const { return ___supportHDRTextures_4; } inline bool* get_address_of_supportHDRTextures_4() { return &___supportHDRTextures_4; } inline void set_supportHDRTextures_4(bool value) { ___supportHDRTextures_4 = value; } inline static int32_t get_offset_of_supportDX11_5() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportDX11_5)); } inline bool get_supportDX11_5() const { return ___supportDX11_5; } inline bool* get_address_of_supportDX11_5() { return &___supportDX11_5; } inline void set_supportDX11_5(bool value) { ___supportDX11_5 = value; } inline static int32_t get_offset_of_isSupported_6() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___isSupported_6)); } inline bool get_isSupported_6() const { return ___isSupported_6; } inline bool* get_address_of_isSupported_6() { return &___isSupported_6; } inline void set_isSupported_6(bool value) { ___isSupported_6 = value; } }; // UnityStandardAssets.ImageEffects.ColorCorrectionCurves struct ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::redChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___redChannel_7; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::greenChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___greenChannel_8; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::blueChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___blueChannel_9; // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionCurves::useDepthCorrection bool ___useDepthCorrection_10; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::zCurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___zCurve_11; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::depthRedChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___depthRedChannel_12; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::depthGreenChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___depthGreenChannel_13; // UnityEngine.AnimationCurve UnityStandardAssets.ImageEffects.ColorCorrectionCurves::depthBlueChannel AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___depthBlueChannel_14; // UnityEngine.Material UnityStandardAssets.ImageEffects.ColorCorrectionCurves::ccMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___ccMaterial_15; // UnityEngine.Material UnityStandardAssets.ImageEffects.ColorCorrectionCurves::ccDepthMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___ccDepthMaterial_16; // UnityEngine.Material UnityStandardAssets.ImageEffects.ColorCorrectionCurves::selectiveCcMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___selectiveCcMaterial_17; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.ColorCorrectionCurves::rgbChannelTex Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___rgbChannelTex_18; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.ColorCorrectionCurves::rgbDepthChannelTex Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___rgbDepthChannelTex_19; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.ColorCorrectionCurves::zCurveTex Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___zCurveTex_20; // System.Single UnityStandardAssets.ImageEffects.ColorCorrectionCurves::saturation float ___saturation_21; // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionCurves::selectiveCc bool ___selectiveCc_22; // UnityEngine.Color UnityStandardAssets.ImageEffects.ColorCorrectionCurves::selectiveFromColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___selectiveFromColor_23; // UnityEngine.Color UnityStandardAssets.ImageEffects.ColorCorrectionCurves::selectiveToColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___selectiveToColor_24; // UnityStandardAssets.ImageEffects.ColorCorrectionCurves/ColorCorrectionMode UnityStandardAssets.ImageEffects.ColorCorrectionCurves::mode int32_t ___mode_25; // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionCurves::updateTextures bool ___updateTextures_26; // UnityEngine.Shader UnityStandardAssets.ImageEffects.ColorCorrectionCurves::colorCorrectionCurvesShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___colorCorrectionCurvesShader_27; // UnityEngine.Shader UnityStandardAssets.ImageEffects.ColorCorrectionCurves::simpleColorCorrectionCurvesShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___simpleColorCorrectionCurvesShader_28; // UnityEngine.Shader UnityStandardAssets.ImageEffects.ColorCorrectionCurves::colorCorrectionSelectiveShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___colorCorrectionSelectiveShader_29; // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionCurves::updateTexturesOnStartup bool ___updateTexturesOnStartup_30; public: inline static int32_t get_offset_of_redChannel_7() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___redChannel_7)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_redChannel_7() const { return ___redChannel_7; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_redChannel_7() { return &___redChannel_7; } inline void set_redChannel_7(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___redChannel_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___redChannel_7), (void*)value); } inline static int32_t get_offset_of_greenChannel_8() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___greenChannel_8)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_greenChannel_8() const { return ___greenChannel_8; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_greenChannel_8() { return &___greenChannel_8; } inline void set_greenChannel_8(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___greenChannel_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___greenChannel_8), (void*)value); } inline static int32_t get_offset_of_blueChannel_9() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___blueChannel_9)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_blueChannel_9() const { return ___blueChannel_9; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_blueChannel_9() { return &___blueChannel_9; } inline void set_blueChannel_9(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___blueChannel_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___blueChannel_9), (void*)value); } inline static int32_t get_offset_of_useDepthCorrection_10() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___useDepthCorrection_10)); } inline bool get_useDepthCorrection_10() const { return ___useDepthCorrection_10; } inline bool* get_address_of_useDepthCorrection_10() { return &___useDepthCorrection_10; } inline void set_useDepthCorrection_10(bool value) { ___useDepthCorrection_10 = value; } inline static int32_t get_offset_of_zCurve_11() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___zCurve_11)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_zCurve_11() const { return ___zCurve_11; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_zCurve_11() { return &___zCurve_11; } inline void set_zCurve_11(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___zCurve_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___zCurve_11), (void*)value); } inline static int32_t get_offset_of_depthRedChannel_12() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___depthRedChannel_12)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_depthRedChannel_12() const { return ___depthRedChannel_12; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_depthRedChannel_12() { return &___depthRedChannel_12; } inline void set_depthRedChannel_12(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___depthRedChannel_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___depthRedChannel_12), (void*)value); } inline static int32_t get_offset_of_depthGreenChannel_13() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___depthGreenChannel_13)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_depthGreenChannel_13() const { return ___depthGreenChannel_13; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_depthGreenChannel_13() { return &___depthGreenChannel_13; } inline void set_depthGreenChannel_13(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___depthGreenChannel_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___depthGreenChannel_13), (void*)value); } inline static int32_t get_offset_of_depthBlueChannel_14() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___depthBlueChannel_14)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_depthBlueChannel_14() const { return ___depthBlueChannel_14; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_depthBlueChannel_14() { return &___depthBlueChannel_14; } inline void set_depthBlueChannel_14(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___depthBlueChannel_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___depthBlueChannel_14), (void*)value); } inline static int32_t get_offset_of_ccMaterial_15() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___ccMaterial_15)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_ccMaterial_15() const { return ___ccMaterial_15; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_ccMaterial_15() { return &___ccMaterial_15; } inline void set_ccMaterial_15(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___ccMaterial_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccMaterial_15), (void*)value); } inline static int32_t get_offset_of_ccDepthMaterial_16() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___ccDepthMaterial_16)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_ccDepthMaterial_16() const { return ___ccDepthMaterial_16; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_ccDepthMaterial_16() { return &___ccDepthMaterial_16; } inline void set_ccDepthMaterial_16(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___ccDepthMaterial_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccDepthMaterial_16), (void*)value); } inline static int32_t get_offset_of_selectiveCcMaterial_17() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___selectiveCcMaterial_17)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_selectiveCcMaterial_17() const { return ___selectiveCcMaterial_17; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_selectiveCcMaterial_17() { return &___selectiveCcMaterial_17; } inline void set_selectiveCcMaterial_17(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___selectiveCcMaterial_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectiveCcMaterial_17), (void*)value); } inline static int32_t get_offset_of_rgbChannelTex_18() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___rgbChannelTex_18)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_rgbChannelTex_18() const { return ___rgbChannelTex_18; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_rgbChannelTex_18() { return &___rgbChannelTex_18; } inline void set_rgbChannelTex_18(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___rgbChannelTex_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___rgbChannelTex_18), (void*)value); } inline static int32_t get_offset_of_rgbDepthChannelTex_19() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___rgbDepthChannelTex_19)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_rgbDepthChannelTex_19() const { return ___rgbDepthChannelTex_19; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_rgbDepthChannelTex_19() { return &___rgbDepthChannelTex_19; } inline void set_rgbDepthChannelTex_19(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___rgbDepthChannelTex_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___rgbDepthChannelTex_19), (void*)value); } inline static int32_t get_offset_of_zCurveTex_20() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___zCurveTex_20)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_zCurveTex_20() const { return ___zCurveTex_20; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_zCurveTex_20() { return &___zCurveTex_20; } inline void set_zCurveTex_20(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___zCurveTex_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___zCurveTex_20), (void*)value); } inline static int32_t get_offset_of_saturation_21() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___saturation_21)); } inline float get_saturation_21() const { return ___saturation_21; } inline float* get_address_of_saturation_21() { return &___saturation_21; } inline void set_saturation_21(float value) { ___saturation_21 = value; } inline static int32_t get_offset_of_selectiveCc_22() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___selectiveCc_22)); } inline bool get_selectiveCc_22() const { return ___selectiveCc_22; } inline bool* get_address_of_selectiveCc_22() { return &___selectiveCc_22; } inline void set_selectiveCc_22(bool value) { ___selectiveCc_22 = value; } inline static int32_t get_offset_of_selectiveFromColor_23() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___selectiveFromColor_23)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_selectiveFromColor_23() const { return ___selectiveFromColor_23; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_selectiveFromColor_23() { return &___selectiveFromColor_23; } inline void set_selectiveFromColor_23(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___selectiveFromColor_23 = value; } inline static int32_t get_offset_of_selectiveToColor_24() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___selectiveToColor_24)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_selectiveToColor_24() const { return ___selectiveToColor_24; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_selectiveToColor_24() { return &___selectiveToColor_24; } inline void set_selectiveToColor_24(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___selectiveToColor_24 = value; } inline static int32_t get_offset_of_mode_25() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___mode_25)); } inline int32_t get_mode_25() const { return ___mode_25; } inline int32_t* get_address_of_mode_25() { return &___mode_25; } inline void set_mode_25(int32_t value) { ___mode_25 = value; } inline static int32_t get_offset_of_updateTextures_26() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___updateTextures_26)); } inline bool get_updateTextures_26() const { return ___updateTextures_26; } inline bool* get_address_of_updateTextures_26() { return &___updateTextures_26; } inline void set_updateTextures_26(bool value) { ___updateTextures_26 = value; } inline static int32_t get_offset_of_colorCorrectionCurvesShader_27() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___colorCorrectionCurvesShader_27)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_colorCorrectionCurvesShader_27() const { return ___colorCorrectionCurvesShader_27; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_colorCorrectionCurvesShader_27() { return &___colorCorrectionCurvesShader_27; } inline void set_colorCorrectionCurvesShader_27(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___colorCorrectionCurvesShader_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___colorCorrectionCurvesShader_27), (void*)value); } inline static int32_t get_offset_of_simpleColorCorrectionCurvesShader_28() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___simpleColorCorrectionCurvesShader_28)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_simpleColorCorrectionCurvesShader_28() const { return ___simpleColorCorrectionCurvesShader_28; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_simpleColorCorrectionCurvesShader_28() { return &___simpleColorCorrectionCurvesShader_28; } inline void set_simpleColorCorrectionCurvesShader_28(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___simpleColorCorrectionCurvesShader_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleColorCorrectionCurvesShader_28), (void*)value); } inline static int32_t get_offset_of_colorCorrectionSelectiveShader_29() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___colorCorrectionSelectiveShader_29)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_colorCorrectionSelectiveShader_29() const { return ___colorCorrectionSelectiveShader_29; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_colorCorrectionSelectiveShader_29() { return &___colorCorrectionSelectiveShader_29; } inline void set_colorCorrectionSelectiveShader_29(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___colorCorrectionSelectiveShader_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___colorCorrectionSelectiveShader_29), (void*)value); } inline static int32_t get_offset_of_updateTexturesOnStartup_30() { return static_cast(offsetof(ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03, ___updateTexturesOnStartup_30)); } inline bool get_updateTexturesOnStartup_30() const { return ___updateTexturesOnStartup_30; } inline bool* get_address_of_updateTexturesOnStartup_30() { return &___updateTexturesOnStartup_30; } inline void set_updateTexturesOnStartup_30(bool value) { ___updateTexturesOnStartup_30 = value; } }; // UnityStandardAssets.ImageEffects.ColorCorrectionLookup struct ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityEngine.Shader UnityStandardAssets.ImageEffects.ColorCorrectionLookup::shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader_7; // UnityEngine.Material UnityStandardAssets.ImageEffects.ColorCorrectionLookup::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_8; // UnityEngine.Texture3D UnityStandardAssets.ImageEffects.ColorCorrectionLookup::converted3DLut Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * ___converted3DLut_9; // System.String UnityStandardAssets.ImageEffects.ColorCorrectionLookup::basedOnTempTex String_t* ___basedOnTempTex_10; public: inline static int32_t get_offset_of_shader_7() { return static_cast(offsetof(ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66, ___shader_7)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_shader_7() const { return ___shader_7; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_shader_7() { return &___shader_7; } inline void set_shader_7(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___shader_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_7), (void*)value); } inline static int32_t get_offset_of_material_8() { return static_cast(offsetof(ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66, ___material_8)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_8() const { return ___material_8; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_8() { return &___material_8; } inline void set_material_8(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_8), (void*)value); } inline static int32_t get_offset_of_converted3DLut_9() { return static_cast(offsetof(ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66, ___converted3DLut_9)); } inline Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * get_converted3DLut_9() const { return ___converted3DLut_9; } inline Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 ** get_address_of_converted3DLut_9() { return &___converted3DLut_9; } inline void set_converted3DLut_9(Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * value) { ___converted3DLut_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___converted3DLut_9), (void*)value); } inline static int32_t get_offset_of_basedOnTempTex_10() { return static_cast(offsetof(ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66, ___basedOnTempTex_10)); } inline String_t* get_basedOnTempTex_10() const { return ___basedOnTempTex_10; } inline String_t** get_address_of_basedOnTempTex_10() { return &___basedOnTempTex_10; } inline void set_basedOnTempTex_10(String_t* value) { ___basedOnTempTex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___basedOnTempTex_10), (void*)value); } }; // UnityStandardAssets.ImageEffects.ColorCorrectionRamp struct ColorCorrectionRamp_t3D3A0C6FCCEB9E850CFFFACA1712D464B1C9A881 : public ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82 { public: // UnityEngine.Texture UnityStandardAssets.ImageEffects.ColorCorrectionRamp::textureRamp Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___textureRamp_6; public: inline static int32_t get_offset_of_textureRamp_6() { return static_cast(offsetof(ColorCorrectionRamp_t3D3A0C6FCCEB9E850CFFFACA1712D464B1C9A881, ___textureRamp_6)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_textureRamp_6() const { return ___textureRamp_6; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_textureRamp_6() { return &___textureRamp_6; } inline void set_textureRamp_6(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___textureRamp_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureRamp_6), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC : public RuntimeArray { public: ALIGN_FIELD (8) Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F m_Items[1]; public: inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834 : public RuntimeArray { public: ALIGN_FIELD (8) Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 m_Items[1]; public: inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID[] struct OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067 : public RuntimeArray { public: ALIGN_FIELD (8) OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * m_Items[1]; public: inline OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef[] struct CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E : public RuntimeArray { public: ALIGN_FIELD (8) CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * m_Items[1]; public: inline CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44 : public RuntimeArray { public: ALIGN_FIELD (8) Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * m_Items[1]; public: inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::remove_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_remove_CollectionChanged_m794129C4C465A9322FCD7907569A5F9DD92F9C65_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::add_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_add_CollectionChanged_m2597E8EEC40F3CACE63AEC446EC20FC341294BAD_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method); // System.Int32 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObservableDictionary_2_get_Count_m30F85906EB1AD673C0D9F1C892F7B45AC740B3A4_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObservableDictionary_2_GetEnumerator_m8923C5A21FE6C83DEB4C2405A29C50B278715BCB_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void <>f__AnonymousType0`2::.ctor(j__TPar,j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType0_2__ctor_m8F7E7F42D9F4FC4360EF3FCE62D8795FF53C5BF3_gshared (U3CU3Ef__AnonymousType0_2_tFF4438381F50CE6D1A341F095906F9211277403E * __this, int32_t ___Type0, RuntimeObject * ___Value1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyTransRecipientInfoGenerator__ctor_m80F67B2406809DC95D4F1D04D1C98A2DE54D0316 (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::set_RecipientCert(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyTransRecipientInfoGenerator_set_RecipientCert_m003E75B3209A4FF91CAD52369582F805134AD411 (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::set_RecipientPublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyTransRecipientInfoGenerator_set_RecipientPublicKey_m0E6CDEBBE48E79B62C28548394126BBEA45EE4C5 (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInfoGenerator::set_SubjectKeyIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyTransRecipientInfoGenerator_set_SubjectKeyIdentifier_m0CB867C9A17670E0CA39E3F6DD03AE6085E1268C_inline (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KekIdentifier__ctor_m22AD6FE4570E08F0300ACFCEE15E97D432588526 (KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyIdentifier0, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___date1, OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * ___other2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKekRecipient(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKekRecipient_m866CCBAF36A280248EA1DCFEE5065AB9F6221BD4 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___keyAlgorithm0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key1, KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___kekIdentifier2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator__ctor_mF7893E5D68C7609BAE53C87004919D0A16DF5EB3 (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::set_KekIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator_set_KekIdentifier_mED9A928689C89449A509E32C051928C04FE70466_inline (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::set_KeyEncryptionKeyOID(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator_set_KeyEncryptionKeyOID_mEBC5E614AC785932D4640D52D095750779DF57C4_inline (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInfoGenerator::set_KeyEncryptionKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator_set_KeyEncryptionKey_m60D2CC7A71E636DF2889627F1D45C6A42E45CAC7 (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_Salt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsPbeKey_get_Salt_m80463908C1BAB13831F5B1777639D43469178981 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_IterationCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CmsPbeKey_get_IterationCount_m9076CC74E7408167E7E2C48A30D5EC07AAD42E86_inline (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pbkdf2Params__ctor_mC1D173CA8A801CB396861E75CFBCE9CBECB62D3F (Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt0, int32_t ___iterationCount1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator__ctor_m893C77B45D397A384A15DD93A618F5AD72CFE6C6 (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::set_KeyDerivationAlgorithm(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyDerivationAlgorithm_m3D3B6B48A3661960BD72D7A9DCD6AA398CE70FC1_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::set_KeyEncryptionKeyOID(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyEncryptionKeyOID_mABA21056FDC1DD7F509E00AE1C19931971C1B85A_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInfoGenerator::set_KeyEncryptionKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyEncryptionKey_mA30F6E03A042029D4984104FA7D94E26A2E37CAE_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___value0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546 (int32_t ___capacity0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKeyAgreementRecipients(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.ICollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___agreementAlgorithm0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPrivateKey1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPublicKey2, RuntimeObject* ___recipientCerts3, String_t* ___cekWrapAlgorithm4, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::get_IsPrivate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator__ctor_m389F922013832C5E443AE2A0CFEA389F967BCBFB (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::set_KeyAgreementOID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_KeyAgreementOID_m6D489EAA8FF149732F2B28C6BB249ABD6400F7E3_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::set_KeyEncryptionOID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_KeyEncryptionOID_m49B533AE9333D77FD51D8B05B40C05BAEA351907_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::set_RecipientCerts(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_RecipientCerts_m53165C9A19083418A18993D26959D63E041953D5 (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637 (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicParameter0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateParameter1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInfoGenerator::set_SenderKeyPair(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_SenderKeyPair_mA8770BC83998568528390A4DE3CAA8456892266D_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::GetCipherParameters(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParameterUtilities_GetCipherParameters_mE2B67376317D102AE0EAB832353CED18B4E0DE93 (String_t* ___algorithm0, RuntimeObject* ___key1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Params2, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CbcParameter__ctor_mDAEDF2D0589AB5C00A639E419F4D22E58DE2C682 (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, int32_t ___parameterVersion0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::GenerateParameters(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ParameterUtilities_GenerateParameters_m1B3F6F7E8A436C697E6F636C6984B539D45F6A54 (String_t* ___algorithm0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedHelper__ctor_m1D9762D845F66252321B4E5B6125D2899EE1E6D8 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::GetAsymmetricEncryptionAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsEnvelopedHelper_GetAsymmetricEncryptionAlgName_m7D61B32EB3C8B4D1E1AB8639233939BE61E3EE7B (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___encryptionAlgOid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Security.CipherUtilities::GetCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF (String_t* ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper BestHTTP.SecureProtocol.Org.BouncyCastle.Security.WrapperUtilities::GetWrapper(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * RecipientInfo_GetInstance_m49B8FDDF8889982D92F694C2FC961207F792C345 (RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::ReadRecipientInfo(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedHelper_ReadRecipientInfo_m8B5DCCF1A3A2A0F20BA4D520A4AE603B154CD1CA (RuntimeObject* ___infos0, RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * ___info1, RuntimeObject* ___secureReadable2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientInformationStore__ctor_mABBFF426C15F155E92234D5E8DE9CE9BED415956 (RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * __this, RuntimeObject* ___recipientInfos0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::get_Info() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * RecipientInfo_get_Info_m84C71920211A40C9592A8BD128503926C84FD6E1 (RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyTransRecipientInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyTransRecipientInformation__ctor_m2DB1D41BFCD56E22A4EDEBEA37B1ADD56737CB71 (KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830 * __this, KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * ___info0, RuntimeObject* ___secureReadable1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KekRecipientInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KekRecipientInformation__ctor_mF49CCD33197B37B6EBC7AB05F73D1754DD604260 (KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320 * __this, KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * ___info0, RuntimeObject* ___secureReadable1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.KeyAgreeRecipientInformation::ReadRecipientInfo(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyAgreeRecipientInformation_ReadRecipientInfo_m503FAA9272512FD7F3E83F7DA8702FC7C10DAC8F (RuntimeObject* ___infos0, KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC * ___info1, RuntimeObject* ___secureReadable2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.PasswordRecipientInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordRecipientInformation__ctor_mBDDE735220219DDAA71E8256156D8448762B0D73 (PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036 * __this, PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * ___info0, RuntimeObject* ___secureReadable1, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * Pbkdf2Params_GetInstance_mA76B9F7788A37825111A76FCDBE10444B9B6D80F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::GetSalt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pbkdf2Params_GetSalt_m3E3EB419DF518EA5B5A64E9EEDE6A795DD8C8508 (Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.Pbkdf2Params::get_IterationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Pbkdf2Params_get_IterationCount_mEFDC17E8FB5E599EA8DEF95224D165921A25C816 (Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___writable1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::.ctor(System.IO.FileInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableFile__ctor_m87475F39FE060739070C4B76DDE3ABEAA23DC640 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * ___file0, int32_t ___bufSize1, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::PipeAll(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m4EABAB60DF625FB03028BF06722AAC0E4245188B (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mEF1C8C7A33543289C1548F9F415483A7C0C5F1DC (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___signedContent0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(System.Collections.IDictionary,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m5386FA0495096720B4EBA08BD52727E66696AE9C (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___hashes0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::get_Content() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_EncapContentInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignedData_get_Version_mB0C663B05E7B04F260DEAFCBDDE9FB2F5C1B7EF3_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_SignerInfos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_SignerInfos_mA787CD8CFDBE0D4D2AB0F24C4A7191BB3959F0F0_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.IDigestCalculator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140 (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * ___info0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType1, RuntimeObject* ___content2, RuntimeObject* ___digestCalculator3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_DigestAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInfo_get_DigestAlgorithm_m533724D4114195F091E1983A334D72395D0728DA_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.BaseDigestCalculator::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseDigestCalculator__ctor_mA3269767D942633074C919746354A8671BC44672 (BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInformationStore__ctor_mAD2A57AE08BBF78B2D416BAE655D3122FA34B06E (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * __this, RuntimeObject* ___signerInfos0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_Certificates() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_Certificates_mBF4914746C481E61BCDF30D6DBDDC546556FA190_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateAttributeStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateCertificateStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_CRLs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_CRLs_mCA19982F95C6AA7331F78B4FC8C515C064B84611_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateCrlStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crlSet1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mE9D1805EB2C9325EDDDAA83E9B15185315F4CC4A (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * ___c0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore::GetSigners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerInformationStore_GetSigners_m311149289BA54C78095790447D86269329E66900 (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::get_DigestAlgorithmID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInformation_get_DigestAlgorithmID_mD1214BCCC49E013EA65974F11E447C3823BE466C_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::FixAlgID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsSignedHelper_FixAlgID_m86097EA372C107EDE8ABA0C6CF99BA7BF300C3D8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::ToSignerInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4 (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81 (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___content1, const RuntimeMethod* method); // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateNotImplementedException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2 (String_t* ___message0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetCertificatesFromStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072 (RuntimeObject* ___certStore0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01 (RuntimeObject* ___berObjects0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetCrlsFromStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E (RuntimeObject* ___crlStore0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::get_DigestAlgorithms() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_DigestAlgorithms_mD056D82FFE3CD0D01345D2A4F3F28AF7A3CD7E51_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignedData__ctor_m1F58450493DAF653C8D2E6EB38946E2878CD35E5 (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___digestAlgorithms0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___contentInfo1, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certificates2, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crls3, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___signerInfos4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator__ctor_m6FE564B509C6C6F369851F9F258997C456F36AB6 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator__ctor_m26259FBC93B6FBC9C6EF293B0698BCBCBCA50817 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key0, String_t* ___digestOID1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m36680BC69BD015324966FAFF28E41F4863F50F5A (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetSignerIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5 (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::doAddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mA7F5ADFC833D186AC2F7D1AE657F0A27A03F5CD2 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetSignerIdentifier(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mB4D89035FF112A95EC12D0C073E2E63045130715 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * __this, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attributeTable0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * __this, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attributes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m86434E078263DC97BFB34C8A7B776A27BAED4B21 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mEBAD451ED237FFD32DF90EE5144C0DC0EFEDA88D (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mFFE108B20A053790048B7CF324F40FD84D22045B (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISignatureFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInf__ctor_m4F7106102E6045F95919B1D0864AB433A6177F04 (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer0, RuntimeObject* ___sigCalc1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, RuntimeObject* ___sAttr3, RuntimeObject* ___unsAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInf__ctor_m2E7EF485740B9BE5B514C0A4AE615794C0BC4994 (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * ___outer0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, String_t* ___digestOID3, String_t* ___encOID4, RuntimeObject* ___sAttr5, RuntimeObject* ___unsAttr6, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable7, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedDataGenerator_Generate_m5C70895FFA741B41DE8B10A76223C1B0183C8EB4 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, RuntimeObject* ___content0, bool ___encapsulate1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::get_DigestAlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInf_get_DigestAlgorithmID_m913FCE54466D1BA805B34787FEE1B316F8B2407D (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator/SignerInf::ToSignerInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInf_ToSignerInfo_mAF1B500D3B106857A508B4BCE0665CD45CC70FFD (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, RuntimeObject* ___content1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCerts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateDerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86 (RuntimeObject* ___derObjects0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCrls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24 (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Generate(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, String_t* ___signedContentType0, RuntimeObject* ___content1, bool ___encapsulate2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation::GetSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SignerInformation_GetSignature_m19847D4BA40A3F3049E9159D904727829182DD2E (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetSignerInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * CmsSignedData_GetSignerInfos_m998162340003A1D9AD0F0FAEFF68C10FA0BC4726 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_mE13BB15AA82E6F35A1E60B8B565842EF2CB95663 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * ___signedContent0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsContentInfoParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213 (CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::GetContent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0 (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, int32_t ___tag0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * SignedDataParser_GetInstance_m31CC4A635FC6DB0E73335D9E4342F70E0AE4F1D2 (RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetDigestAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignedDataParser_GetDigestAlgorithms_mA8423EB51E1F424BF568FE40F0BB362B659A3CBC (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___digestAlgOid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetEncapContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * SignedDataParser_GetEncapContentInfo_m43D3089EE95EAD85B0A68E1DB78F4C220AD1213C (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, String_t* ___oid0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::Drain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream_Drain_mF0EE82303B29CCFD2A4D0B76AA7BA8E526E8A519 (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CmsTypedStream_get_ContentType_mCC2CB46364F7BB539469A61C227BDD240A708843_inline (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignedDataParser_get_Version_m21952DD93182CA128B15B3562A4EADE0ACAF39FB_inline (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::PopulateCertCrlSets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC (RuntimeObject* ___digest0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetSignerInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignedDataParser_GetSignerInfos_m31E72025B01E045C8B81E5D04BD93A34E988A60E (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignedDataParser_GetCertificates_mDE6DBEA407BC22651BA0A5EBF08255728FDE8B72 (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetAsn1Set(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsSignedDataParser_GetAsn1Set_m4E8DB475C9EAA73BC06BAE8A013C1678BE193CC4 (RuntimeObject* ___asn1SetParser0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignedDataParser::GetCrls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignedDataParser_GetCrls_mD647285EE6FFA82213E8229A87A7A29618532526 (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::get_ContentStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestStream__ctor_m6FEFA5621C4ABA4D5FE506E4DB610E04CED8F836 (DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___readDigest1, RuntimeObject* ___writeDigest2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator__ctor_m4881AC2204BC81D26FE0813F6ECB28D1760A3334 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddSigners(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddSigners_mFA9A8A5DB3137413CABA09C9BDFC9FAF71A1F520 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ___signerStore0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetSignedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * CmsSignedDataParser_GetSignedContent_m3EB940DBF9C98BE5E7E3D25BC9ABABFEE73A7416 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::get_SignedContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CmsSignedDataParser_get_SignedContentType_m93C04B73FDA4CD6B32236133376D8D4D2F62B95B_inline (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m8726761DC4C56973BC2C4344C774FD380C6E302F (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___signedContentType1, bool ___encapsulate2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetAttributeCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetAttributeCertificates_mF92A7A03A9A807C0018B2CA26E09651AD6DD6B95 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddAttributeCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___store0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetCertificates_mFEF61235BD6C9BB90B3518DD38B2047A2788D5B3 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddCertificates_m77855B6C6AC902E43C0759284A4FF8EFAAD6EBDD (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___certStore0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetCrls(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetCrls_m5CAF541E8F00E4A1F7A7F57A76C62F851A6779AF (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddCrls_m9C4BC35DC2469B3A57AE89985786599C580F2518 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___crlStore0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::get_DigestOids() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_get_DigestOids_mA1B89D2B0CFE2CAB2C7DEDD07F628A5CA1CE0950 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddDigests(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddDigests_m759694198F485F5AC8EFA5E549EDCA0B77F22B7D (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, RuntimeObject* ___digestOids0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetSignerInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * CmsSignedDataParser_GetSignerInfos_m18D257AAD4E5DD87B7C181FE261086B4420D30D5 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::ConfigureDigest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, String_t* ___digestOid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m33C5D1FBE59AFD2E4834B83D5DE5904ADE01F67B (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOid2, RuntimeObject* ___signedAttrGenerator3, RuntimeObject* ___unsignedAttrGenerator4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m7D30B8657A2AAFE8C0A2C4FEB5A65C606F9204DA (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::DoAddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_DoAddSigner_m123A141F767875EFD393D4FA6FAF3F3E750BCA0C (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mBFDB7B0B882BD877CA0AD5B1C8A105845F4F9397 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOid2, RuntimeObject* ___signedAttrGenerator3, RuntimeObject* ___unsignedAttrGenerator4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mB7294EB06F2BCA6827DC9E17E7529A35FEE15FB8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/SignerInfoGeneratorImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerInfoGeneratorImpl__ctor_m9227A586E06D93078AC5699496E5DC61B34018EF (SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * __this, CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key1, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier2, String_t* ___digestOID3, String_t* ___encOID4, RuntimeObject* ___sAttr5, RuntimeObject* ___unsAttr6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/DigestAndSignerInfoGeneratorHolder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.ISignerInfoGenerator,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestAndSignerInfoGeneratorHolder__ctor_m1F6185BA026B9FBBD1A2FCAE3796B17CC860D805 (DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * __this, RuntimeObject* ___signerInf0, String_t* ___digestOID1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::RegisterDigestOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, String_t* ___digestOid0, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m398637815B9A0A4CC2D9225E619D5A6A57249DE6 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, bool ___encapsulate1, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Boolean,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___signedContentType1, bool ___encapsulate2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___dataOutputStream3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84 (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303 (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CmsSignedDataStreamGenerator_CalculateVersion_m5EE7FFF883200509A68F9412B1CAF71C566A1974 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentOid0, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerOctetOutputStream(System.IO.Stream,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, int32_t ___tagNo1, bool ___isExplicit2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::GetSafeTeeOutputStream(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_GetSafeTeeOutputStream_mBF892AE0FE860F1F3607B6909B30583A4322A328 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s10, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s21, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AttachDigestsToOutputStream(System.Collections.ICollection,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_AttachDigestsToOutputStream_m5E0E7B41AD55BEA82F195CE1687BD5A069E743DE (RuntimeObject* ___digests0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator/CmsSignedDataOutputStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator,System.IO.Stream,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequenceGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataOutputStream__ctor_m0765EAC828E6631F6BA6D42A74BA51AAC88DB800 (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * __this, CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * ___outer0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream1, String_t* ___contentOID2, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sGen3, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___sigGen4, BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * ___eiGen5, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::CheckForVersion3(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CmsSignedDataStreamGenerator_CheckForVersion3_mCBF0166A07021CC719EA79FFF6BA1969528E31F8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, RuntimeObject* ___signerInfos0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignerInfo_get_Version_mD72089A9353E6AB93FFC3B6A10AAFFEBD41B9313_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.DigestSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSink__ctor_m4467F80C18FF53BA50D6C4CD7ADCDD1C9E4F5DED (DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.NullOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullOutputStream__ctor_m7FF90FCB22AA0E31517057FD59527AD1836F10C5 (NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1 * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::GetSafeOutputStream(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_GetSafeOutputStream_mDB2504CC18676863A3F50810B8AB01472E7FE66F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::.ctor(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79 (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::ToAsn1EncodableVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396 (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::AddRange(System.Collections.IList,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980 (RuntimeObject* ___to0, RuntimeObject* ___range1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * AttributeCertificate_GetInstance_m44F282F6BC1A20DF231B9680EFB85940F3D37F1D (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mE41525BD5A1D895561067F49EB0F2E8245B05379 (RuntimeObject* ___dictionary0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetIssuerAndSerialNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * CmsUtilities_GetIssuerAndSerialNumber_mCB708E589EF3E689E18792AE52835248FA32AA61 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerIdentifier__ctor_m809E487D1C60AAFFDB283211CF1090823DB6A9D4 (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerIdentifier__ctor_m768CB3267804ADE6461434D195FCE20D4937349A (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper__ctor_m55B8998408C5C465CDC6852D48303F5F9B7B1970 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddEntries(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, String_t* ___digest1, String_t* ___encryption2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::GetDigest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67 (String_t* ___algorithm0, const RuntimeMethod* method); // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAliases(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CmsSignedHelper_GetDigestAliases_mDB39647843E36B589A576743FA331089CA17B6BD (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetSigner(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64 (String_t* ___algorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509V2AttributeCertificate::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509V2AttributeCertificate__ctor_m043F1BD056E82B72A88309C6CF465FFC21FF1625 (X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoded0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CollectionStoreParameters::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CollectionStoreParameters__ctor_m0C179FB00CAF788F4B59E7C66BBECF8E0A5B9049 (X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreFactory::Create(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509StoreParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509StoreFactory_Create_mBD3629E3DC37D3D32E06EB1150959A0F919BF61E (String_t* ___type0, RuntimeObject* ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddCertsFromSet(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddCertsFromSet_m390BD84C16F15BB96A66A83C81242A68474F8554 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, RuntimeObject* ___certs0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddCrlsFromSet(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddCrlsFromSet_m73355D49CB6BD27DF993DBE93B438BE85886AA09 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, RuntimeObject* ___crls0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crlSet1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256 (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CertificateParser::ReadCertificate(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * X509CertificateParser_ReadCertificate_m000AD793B41CECA257A31BC57E84D232C9C4F0EE (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CrlParser__ctor_mF8237E4A72A12EFF28B04C446385057F87D51F4D (X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509CrlParser::ReadCrl(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * X509CrlParser_ReadCrl_m74DEF390DBC940A5A7696828BCD9400C24F8EAB4 (X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_AlgorithmName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mE92951EE4556BA8CC4009BD0D9FB75839B170BC2 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.String,System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_mAC7DC20080EE4A7A8CB2B9BDFD3B6830AAAC3FEB (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, String_t* ___oid0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream1, int32_t ___bufSize2, const RuntimeMethod* method); // System.Void System.IO.BufferedStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedStream__ctor_mCE55699C286985917112F56829842AFFAD8A311E (BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream/FullReaderStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullReaderStream__ctor_m6E47AD684104EBE6B3E848B24722ACEB6F9984EE (FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::Drain(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_Drain_m1F4172055E9CC35B86B05D1E381D90E509E062B1 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * ___aIn0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::get_MaximumMemory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsUtilities_get_MaximumMemory_m040EB2406E59787FF0E64B6F0C41337153E9002B (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::.ctor(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1InputStream__ctor_mD4AD257ECCBE59209F764857F8C981F2242D6BEA (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inputStream0, int32_t ___limit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ContentInfo_GetInstance_mEE39152BA90F46DBEFBACBED6D788DAD5C06B308 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadAll(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Streams_ReadAll_m433E35F4920644D94A2D1434C24F7D799DAC475C (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadAllLimited(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Streams_ReadAllLimited_mB2F34099DA2DF02315B219F6BD0F6B9EDF8DD406 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, int32_t ___limit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283 (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerOctetStringGenerator__ctor_m5F59DE7C02D3C6A9478CDE7C3281C510C9A14B86 (BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerOctetStringGenerator::GetOctetOutputStream(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * BerOctetStringGenerator_GetOctetOutputStream_m89D8AE695E7FDD478360A80497B375A2D653C950 (BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * __this, int32_t ___bufSize0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetTbsCertificateStructure(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * CmsUtilities_GetTbsCertificateStructure_m19289FC9CF866E49974F8FF559BC01CA7F5253C2 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Issuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateStructure_get_Issuer_m7162E5B96B4DC11DC1B815397BFD54D1EABCE1CD_inline (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_SerialNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsCertificateStructure_get_SerialNumber_m2179DC4D65B461A04DBFD7415433E06662FCF165_inline (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IssuerAndSerialNumber__ctor_m8F2E8B6B4120F01AEC66DD8EB97D203E98509950 (IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableDictionaryProxy::.ctor(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmodifiableDictionaryProxy__ctor_mAD7E4E68C446473FD75B25BA239BE2B1BA61C5AF (UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A * __this, RuntimeObject* ___d0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableListProxy::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmodifiableListProxy__ctor_m162FEA414ABA67357F3A46C32B1AC734DC81934A (UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72 * __this, RuntimeObject* ___l0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.UnmodifiableSetProxy::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmodifiableSetProxy__ctor_m534817C36591D4B0963201662E17BD8FBB635F7E (UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042 * __this, RuntimeObject* ___s0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_Start_mB6D8676C7127E664315ADFAAD40A44071D778121 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckSupport(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, bool ___needDepth0, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.PostEffectsBase::CheckShaderAndCreateMaterial(UnityEngine.Shader,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___s0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m2Create1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m667452FB4794C77D283037E096FE0DC0AEB311F3 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, bool ___linear4, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * __this, float ___time0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___x0, int32_t ___y1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color2, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::Apply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::UpdateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_UpdateParameters_m7D529BD5037CCD9508A66A5DA1652C8258B227B2 (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_mF71FD5106250F2CD0309BBBA2CD74D3D6D94EFB8 (int32_t ___width0, int32_t ___height1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetColor(System.String,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___temp0, const RuntimeMethod* method); // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * __this, float ___time0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0 (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * __this, KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* ___keys0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.SystemInfo::get_supports3DTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_supports3DTextures_m1341FD9262C0E2D0BF9F14BFF0192BFABBE23B77 (const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Void UnityEngine.Texture3D::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D__ctor_m2B875ADAA935AC50C758ECEBA69F13172FD620FC (Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___textureFormat3, bool ___mipChain4, const RuntimeMethod* method); // System.Void UnityEngine.Texture3D::SetPixels(UnityEngine.Color[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D_SetPixels_mC68F3267482A2D8D85ED146A1835D39EE3FF2E4B (Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * __this, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___colors0, const RuntimeMethod* method); // System.Void UnityEngine.Texture3D::Apply() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture3D_Apply_m83FB1F0D98CA327EF6263CF616BB05BBA0D45860 (Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E (float ___f0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionLookup::ValidDimensions(UnityEngine.Texture2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCorrectionLookup_ValidDimensions_m38F9BDE2D756E21F5FB2FB74DAE3242DB7519DCE (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex2d0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // UnityEngine.Color[] UnityEngine.Texture2D::GetPixels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Texture2D_GetPixels_m702E1E59DE60A5A11197DA3F6474F9E6716D9699 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::SetIdentityLut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_SetIdentityLut_m2A52E467FB7F1BD651AAA26E870F8F784308E7F3 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method); // UnityEngine.ColorSpace UnityEngine.QualitySettings::get_activeColorSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_activeColorSpace_m65BE7300D1A12D2981B492329B32673199CCE7F4 (const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, int32_t ___pass3, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.ImageEffectBase::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * ImageEffectBase_get_material_mCBA3A9537019FAFB5146CB9F3A0EC2F7C1A53C4E (ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.ImageEffectBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImageEffectBase__ctor_mC2A208B662D5A6F5E9F24A615737C6FE1432DC06 (ImageEffectBase_t3C1AFB047AFC5E794AD599822BC8E5642D396E82 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CreateHash(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88 (uint8_t ___hashAlgorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CloneHash(System.Byte,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_CloneHash_mBD4A1BA6B9D2B35FDA3A05892B7C45C85A301FE1 (uint8_t ___hashAlgorithm0, RuntimeObject* ___hash1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash__ctor_mA5AF0950110C4098897F91E51B96B7E7BD7E20AC (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * ___t0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsSsl(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsSsl_m00FDA744E489981F6285852D1C10167CCEE97958 (RuntimeObject* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIndication__ctor_m93BA9677DE168BADCD62E04683A9913028B23CFA (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeId0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___commitmentTypeQualifier1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeQualifier__ctor_m5CA4E60B6065D2001040FC4D215A9A2E29698FC0 (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeIdentifier0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___qualifier1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_productName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_productName_m712E2BD951F92F0D8E992E45C8508F0B5B045E83 (const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared)(___array0, ___value1, method); } // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteCertificateRefs__ctor_m6BCA63FF738EF15F8FA2B737F1C88D9365FF0699 (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * OtherCertID_GetInstance_m8A66D01D14EE450025A58160299A33461B43C284 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::CheckElementsAreOfType(System.Collections.IEnumerable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10 (RuntimeObject* ___e0, Type_t * ___t1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::FromEnumerable(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0 (RuntimeObject* ___e0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteRevocationRefs__ctor_m306A41BBE833DC76A942F099F6888C7F9125D4FC (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * CrlOcspRef_GetInstance_m4F996B2542EBBE0A56F1765A0C1A6A82EF51F7A4 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedData__ctor_m4ABA2E521D3BCEB5D51E416F72B1E03852E27D23 (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerSequence__ctor_m5E659EF6ECF39F178B888525FE1B0F93060CEF7B (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfoParser__ctor_mA67739816397CD50A8AD84F7005A079D32A36630 (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, RuntimeObject* ___seq0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::GetSharedSecret() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KdfParameters_GetSharedSecret_m72775D9EEBD62045ACFE17A356420EB07545A878_inline (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KdfParameters::GetIV() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KdfParameters_GetIV_m8EC6C5467F42A6766A61E9B331899819BDD96D6E_inline (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_mE83DD53D96ABD180427CF1B2A91B3A06784A81D7 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnStateChanged::Invoke(BestHTTP.SignalR.Connection,BestHTTP.SignalR.ConnectionStates,BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged_Invoke_mF52DC5AFD92AF6C6477CA5B24E1CCB5154DEE2FD (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, int32_t ___oldState1, int32_t ___newState2, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::remove_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) inline void ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *, const RuntimeMethod*))ObservableDictionary_2_remove_CollectionChanged_m794129C4C465A9322FCD7907569A5F9DD92F9C65_gshared)(__this, ___value0, method); } // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::add_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) inline void ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *, const RuntimeMethod*))ObservableDictionary_2_add_CollectionChanged_m2597E8EEC40F3CACE63AEC446EC20FC341294BAD_gshared)(__this, ___value0, method); } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::get_Hubs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Hubs.Hub::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m62F0586691097AA2EE48F1596A130170BCFBF7F6 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.TimeSpan System.DateTime::Subtract(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_Subtract_mB3CA7BD87D07F9A98AA7A571D7CA179A4209AE0B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mE87B9746FC40A7ECC0149A24685BD0713459FAF1 (StringBuilder_t * __this, String_t* ___value0, int32_t ___capacity1, const RuntimeMethod* method); // System.String System.Uri::EscapeUriString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUriString_m381555089C7EE743700F115FE56F52D5757F0028 (String_t* ___stringToEscape0, const RuntimeMethod* method); // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::get_AdditionalQueryParams() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Int32 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::get_Count() inline int32_t ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, const RuntimeMethod*))ObservableDictionary_2_get_Count_m30F85906EB1AD673C0D9F1C892F7B45AC740B3A4_gshared)(__this, method); } // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::GetEnumerator() inline RuntimeObject* ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, const RuntimeMethod*))ObservableDictionary_2_GetEnumerator_m8923C5A21FE6C83DEB4C2405A29C50B278715BCB_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.String System.Uri::EscapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20 (String_t* ___stringToEscape0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_Hubs(BestHTTP.SignalR.Hubs.Hub[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Hubs_mA495DC167EA88A1378FF57D1D9DB73417ECD58CF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.Hub::.ctor(System.String,BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mFDD94AD9E9052E11DBE3C8EDB643206B7D528560 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___name0, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_State(BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Uri_mBF4488E7CDC0FECCC7CFF884E69250F81628ACD6_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_JsonEncoder(BestHTTP.SignalR.JsonEncoders.IJsonEncoder) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMinutes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958 (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_PingInterval(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mAF09D51E109F2E72F7CC5F59C387AD8130CCD060_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_Protocol(BestHTTP.SignalR.ProtocolVersions) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Protocol_mAD5B9E61F408DCDC48B7E084AAF215EAECF5DD15_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint8_t ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0 (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_ReconnectDelay(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_mCF1A284A565DECBB4DB4FB3443AD2AA772B5B213_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::get_AuthenticationProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate__ctor_m3A43C35BECFA96338DECCF48E8FE59309534FE40 (OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate__ctor_m85E1806B3AC9EB3F134B8111F181AC1944C5CE46 (OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::StartImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_StartImpl_m5433C4EC37CFD3F89C6E3AEED3492177D418CE48 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.NegotiationData::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData__ctor_m11F67480538B9B96B1078F469B36BDC67C35BB97 (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_NegotiationResult(BestHTTP.SignalR.NegotiationData) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m70366B0BB295D1A26163D6AB3D0F337A49573ACF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___value0, const RuntimeMethod* method); // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::get_NegotiationResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m45BB4D89EF8E872BA942388EA368CC2FB7E4D596 (Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mFE77B1AA74B911DE065484254819D98D4531C90A (Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalR.NegotiationData::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegotiationData_Start_m4609F04FF1359FA64E97FD8B45F2D1F9BA44B3F0 (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.NegotiationData::get_ProtocolVersion() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ProtocolVersion_m93E8694C32573B4FB604F3D7AB41F5B4C45D1AD7_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.NegotiationData::get_TryWebSockets() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NegotiationData_get_TryWebSockets_mC47BA4290BC57B5E96C03C6F3C508A55850DB356_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.WebSocketTransport::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_mF66A5EA4BE62EE807556D37E2FDA6BD931A81AD8 (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_Transport(BestHTTP.SignalR.Transports.TransportBase) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.ServerSentEventsTransport::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerSentEventsTransport__ctor_mDFC59DFB8B7D2DE4A5CE8EB4C8D2A642DAFD8742 (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___con0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3 (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared)(__this, ___value0, method); } // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::get_Transport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::get_Heartbeats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Unsubscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void BestHTTP.SignalR.OnClosedDelegate::Invoke(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnClosedDelegate_Invoke_m6BB319C77B0528006CC1FC8782736C46F0926287 (OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::Reconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Reconnect_m2B8823C7A620F75CECEB6C4A8D7C26538257698F (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_mD093C17FDF52A73A6762C4D1959B86F0464773BE (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnConnectedDelegate::Invoke(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnConnectedDelegate_Invoke_m099CFA0C297EA211CE98310067AEF842CB30937B (OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method); // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::get_JsonEncoder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.TransportBase::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransportBase_Send_mFA04F93EC5F8C1C5FEAE136CDA7C7B3CCFB22DB0 (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, String_t* ___jsonStr0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m16C12DE317BC043E5EE59265754476ADC3B0C743 (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA7FBB11C05039243B21C82F3C3E0856069526446 (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean BestHTTP.SignalR.Messages.MultiMessage::get_IsInitialization() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_IsInitialization_mC561A9917178C901ABE79D05388992BAEBBA9D4C_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Messages.MultiMessage::get_GroupsToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_GroupsToken_m0C0A88AF579388C80DD0004C0E4EEB6E9237093F_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Messages.MultiMessage::get_ShouldReconnect() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_ShouldReconnect_m451FF83E8C0C9C1ABC3F0F68A57303B1514072D3_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Reconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reconnect_m16C55990092B1F2150A5838A51619E2F789356DE (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SignalR.Messages.MultiMessage::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * MultiMessage_get_Data_m8F300B40374D88B8FA29AE79EF934D30D7A5672E_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject* List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_inline (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_inline (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.String BestHTTP.SignalR.Messages.MethodCallMessage::get_Hub() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Hub_mD34C4F01BB9732EE15111611F4A0B40964DF71F0_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method); // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Connection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * Connection_get_Item_mD9F3712329F565F0B5EA3EC45B730FE6ECE215E4 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___hubName0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Connection::FindHub(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * Connection_FindHub_m8258645E9799C20BB68087D0234B702F1B93D488 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint64_t ___msgId0, const RuntimeMethod* method); // System.String System.UInt64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37 (uint64_t* __this, const RuntimeMethod* method); // System.Object BestHTTP.SignalR.Messages.DataMessage::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DataMessage_get_Data_m9B7080300B6C1A980E8E884ADFD92090168BBA4C_inline (DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnNonHubMessageDelegate::Invoke(BestHTTP.SignalR.Connection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnNonHubMessageDelegate_Invoke_m257DCE5D996399E8051ACC5DA603655F53B4D2EE (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, RuntimeObject * ___data1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::InitOnStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_InitOnStart_m8C67336789BAA82390149AE9E0C3BE1FE03907F5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPManager::get_IsQuitting() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline (const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnErrorDelegate::Invoke(BestHTTP.SignalR.Connection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate_Invoke_m1248CBB447A55BD0EC3C6AF43EEE96CF9A384ACB (OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, String_t* ___error1, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Connection::TryFallbackTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_TryFallbackTransport_m25C87709D0D6ADA5F9834327CEB49E970526B3EB (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Uri BestHTTP.SignalR.Connection::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.String System.UriBuilder::get_Path() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPProtocolFactory::IsSecureProtocol(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPProtocolFactory_IsSecureProtocol_mEBD60F3BC1AED65EFA64D19AD491CC186FA0FC0F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Scheme(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_m0E10F383F85EC52D7C813EAB32226A8997306D9C (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Messages.MultiMessage::get_MessageId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_MessageId_mFBD1571767D5E49B2C4E37DD3BBE0012F927AAB6_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.SignalR.Connection::get_Timestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Connection_get_Timestamp_mCCD479FF7F3A7663A8AC08A4AEA1D9A1F6768FB1 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.String System.UInt32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mEB55F257429D34ED2BF41AE9567096F1F969B9A0 (uint32_t* __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Transports.TransportBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method); // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::get_Protocol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m24D168F8F8B0B0D04CC453B0EF641521BFC8F027_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.NegotiationData::get_ConnectionToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionToken_m91A81E934D94F7939CEEC538F9048B7265B536D6_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Connection::get_ConnectionData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_ConnectionData_mE3717C7F26F002D605D0E515119C63D2CBAD9299 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Connection::get_QueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_QueryParams_m2A0D4528DB5989E835A9F1F750306C5CF8883C99 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Query(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Query_m829C027D6F62B0F22041263BD6AF205AA2473189 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::get_RequestPreparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * Connection_get_RequestPreparator_m19258DA417F32B269B16A01A7D3B3CF8FA949CCE_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnPrepareRequestDelegate::Invoke(BestHTTP.SignalR.Connection,BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrepareRequestDelegate_Invoke_mF2C08AEA77CB718FBE96821B80A4BD401FD94B53 (OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req1, int32_t ___type2, const RuntimeMethod* method); // System.Object BestHTTP.JSON.Json::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Decode_m6CE2A8701ED1825AF409587E053DE5058945B9EF (String_t* ___json0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Nullable`1 BestHTTP.SignalR.NegotiationData::get_KeepAliveTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F NegotiationData_get_KeepAliveTimeout_m82F65B410DCAA3237A75601AA05847839C89B5C3_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, const RuntimeMethod*))Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline)(__this, method); } // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { return (( TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline)(__this, method); } // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SignalR.Connection::get_PingInterval() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_PingInterval_mA8AD5D70A6CB7BA7916ECE360141A6DC2E2F7FAF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Ping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Ping_m37AFF962DA9A3E706FDBE765F0EE62B75FC2654E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SignalR.NegotiationData::get_DisconnectTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 NegotiationData_get_DisconnectTimeout_mDBA1EF64B51FC62E613A3A4846627FA6F313C1DC_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SignalR.Connection::get_ReconnectDelay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_ReconnectDelay_mBB60F8CBFF0245A9EFE4C68491E6661CE2D9C72A_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.String System.DateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m242888E500DFD8CD675BDC455BC696AF47813954 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, const RuntimeMethod*))Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { return (( DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392 (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared)(__this, ___value0, method); } // System.TimeSpan BestHTTP.SignalR.NegotiationData::get_TransportConnectTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 NegotiationData_get_TransportConnectTimeout_mF92601864208458143777B9A095F47D8F8C32263_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Subscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Transports.PollingTransport::.ctor(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport__ctor_m51DE96DB120C503F811D6694B7494623D8210DE2 (PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method); // System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m4F7F6CEC0DFC147AA0BBB24686E845E47324FBF7 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_ConnectTimeout(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_mF3E4D71B1E87852718E4373932E254C51620E9A2_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsSuccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Exception BestHTTP.HTTPRequest::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.JsonEncoders.DefaultJsonEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJsonEncoder__ctor_m8EF98F8A680D830E601E0A83E4A64CD06C99544E (DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.PlayerPrefs::HasKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayerPrefs_HasKey_m48BE5886380B51AB495B91C9A26115B7CB958A92 (String_t* ___key0, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159 (String_t* ___key0, const RuntimeMethod* method); // System.Void BestHTTP.Cookies.Cookie::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m286CC6E8C543522174088E291B51B40BE353E732 (Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.Cookies.CookieJar::Set(System.Uri,BestHTTP.Cookies.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieJar_Set_m57790D3DE8393364E258B62E43AA3DE1AEF8B297 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * ___cookie1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.JsonEncoders.LitJsonEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LitJsonEncoder__ctor_m763379A4320CF72BA2DEEC4C8362168350444008 (LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnStateChanged::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged__ctor_mB9D6F1706390D89BC05025A662EDEB6E2DEE3A16 (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnStateChanged(BestHTTP.SignalR.OnStateChanged) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnNonHubMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnNonHubMessageDelegate__ctor_m92ABF60CD2C154CB85E38D9D2A3B659DF3F1C4C4 (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnNonHubMessage(BestHTTP.SignalR.OnNonHubMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawArea(UnityEngine.Rect,System.Boolean,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___area0, bool ___drawHeader1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action2, const RuntimeMethod* method); // System.String BestHTTP.JSON.Json::Encode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Encode_m068167046898CB3C891C9FA4E8E8CE591CF71973 (RuntimeObject * ___json0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, String_t* ___msg0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void <>f__AnonymousType0`2::.ctor(j__TPar,j__TPar) inline void U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * __this, int32_t ___Type0, String_t* ___Value1, const RuntimeMethod* method) { (( void (*) (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *, int32_t, String_t*, const RuntimeMethod*))U3CU3Ef__AnonymousType0_2__ctor_m8F7E7F42D9F4FC4360EF3FCE62D8795FF53C5BF3_gshared)(__this, ___Type0, ___Value1, method); } // System.Boolean BestHTTP.SignalR.Connection::Send(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline (const RuntimeMethod* method) { return (( GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void UnityEngine.GUILayout::BeginVertical(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661 (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::MinWidth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434 (float ___minWidth0, const RuntimeMethod* method); // System.String UnityEngine.GUILayout::TextField(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::Broadcast(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_Broadcast_m14367BA9AB1336766089DEBF65FE1687095338EF (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::BroadcastExceptMe(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_BroadcastExceptMe_m8A0CB01C26479A8DB476E9B2C851A870D9A43D74 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::EnterName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_EnterName_mD4248ADDD72670DF484D599FB186579168935295 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::JoinGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_JoinGroup_mE5683964AA0BC10F879FAD83C766C763E25F53F9 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___groupName0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::LeaveGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_LeaveGroup_mFE4FE72F40C13AA3BF54137141E4B592D83CC0A5 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___groupName0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::SendToMe(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToMe_mABB6F81B011A3B14F34C6BF61C77ABC289F37229 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::SendToUser(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToUser_m999B0FBE1F03D114D2C1BA1F8EE924B0789165B0 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___userOrGroupName0, String_t* ___text1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.ConnectionAPISample::SendToGroup(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToGroup_m841C9D8A3F223E262334F193A04866637D81927E (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___userOrGroupName0, String_t* ___text1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Space(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD (float ___pixels0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Draw(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, float ___minWidth0, float ___minHeight1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD (const RuntimeMethod* method); // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.ConnectionBase::get_IsFree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_mFFAF36443A7132BE6310CABBFE46CA6111CA574D (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.HTTPManager::get_MaxConnectionIdleTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HTTPManager_get_MaxConnectionIdleTime_m098AA390061A34864CFC29C6ECD60EBF208F88CB_inline (const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::get_CurrentRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // BestHTTP.Proxy BestHTTP.HTTPRequest::get_Proxy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * HTTPRequest_get_Proxy_m8B6C0E880DA536B2BE6DAE4DF454BE8FF49343F0_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m27B4C1BDDD36637DBC65D0BE0B75EA36E0402CC3 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___serverAddress0, bool ___threaded1, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_ServerAddress(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mABC190AAC9D0A764B71BB92F285B0D17A57917CF_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_State(BestHTTP.HTTPConnectionStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_StartTime(System.DateTime) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mB0C4A13B520CD90170B4209CB11BDD4894137844_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_CurrentRequest(BestHTTP.HTTPRequest) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m5C57122FEECDBC273E1790681E48ED2223EF044B_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_DownloadProgressChanged() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m491A3CC715F53E4806AA7FD61871DBB599C49993_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_Downloaded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_DownloadLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_DownloadLength_m556EEEB014B8637D08AEB32B1F3823014BE2F396_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.OnDownloadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_Invoke_m7BE1633C876107A09D43BE9DC7BE33F4501F52BC (OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___originalRequest0, int64_t ___downloaded1, int64_t ___downloadLength2, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_DownloadProgressChanged(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_UploadProgressChanged() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_mA6A4651494EE61AEF8F811F75E9A1916A8AE840B_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_Uploaded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m1215F052F1827765DC1C127692A67E97704B835F_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_UploadLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m74BFC2B6BAB2596CADDE2056BB1116628C362083_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.OnUploadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_Invoke_mACA790E2E9E6D5870FC292AADE1B1EFB34006FF9 (OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___originalRequest0, int64_t ___uploaded1, int64_t ___uploadLength2, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_UploadProgressChanged(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_mFD1BFFD62CDC378E971F44013510A55CA0C7C9FB_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::HandleProgressCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m44C11ECB8B90DA4D5879C1A2798F19AF7F029731 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::UpgradeCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_UpgradeCallback_m4086A0A4620D10CDCDD69906C78A22757611CD67 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::CallCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_CallCallback_m19EB5CBDBFD296B249812EE138191AA5F745291D (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::RecycleNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m4D8BA27B972C6244F840916E7183D6A33E1BACCA (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Dispose_mB623C4A112A655415E841A24554E007FB24FEE9F (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPConnectionRecycledDelegate::Invoke(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m3992749FE4FDE69D1C02DE6625CFC00CA5B32789 (HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * __this, ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * ___conn0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_IsDisposed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m94416F4C65CA71279F9408218D7A0C93D3827D0F_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_m48B20C56F44D504D9992E0A7B18D0B5AEF423ED7 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hubNames1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_mCEEB25DB46049FBD76047387A764DD19E0A13AF7 (OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnError(BestHTTP.SignalR.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnError_m5627BEC3E59A770653AA07AA0D19AAF7F47DBFE5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodCallDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallDelegate__ctor_m8B31AEC0BE695ED8063CB3CFD29093FF06E8D307 (OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.Hub::add_OnMethodCall(BestHTTP.SignalR.Hubs.OnMethodCallDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_add_OnMethodCall_mDE65D5EF4BBA668DD33D0CB54BBB338110229CBE (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Clear_m5BB2E23159388161A9FB438B23E8518C0F518EAE (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputStream__ctor_m53BB379680B2299625C9A5927B0B54EFD03DF1D5 (BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentHints__ctor_mB1075F16DAFF678AA063D5BA61C5A0448C37EA5E (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__ctor_mDA2C51FE0EE0BC178DD5ACC5B43B0850755A9781 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new SecureRandom()) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_0, /*hidden argument*/NULL); CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__ctor_mB669681F5798BC2FF108E4DB89AA8BCA60B401BD (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal readonly IList recipientInfoGenerators = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_recipientInfoGenerators_22(L_0); // public CmsEnvelopedGenerator( // SecureRandom rand) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.rand = rand; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ___rand0; __this->set_rand_23(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::get_UnprotectedAttributeGenerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsEnvelopedGenerator_get_UnprotectedAttributeGenerator_mDA7D9FDCD56EF8DFFFD8A30F870E671DCE316E3E (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, const RuntimeMethod* method) { { // get { return this.unprotectedAttributeGenerator; } RuntimeObject* L_0 = __this->get_unprotectedAttributeGenerator_24(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::set_UnprotectedAttributeGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_set_UnprotectedAttributeGenerator_m3114E506C8FAE582956EFCC5CC3C5D8C1FF852FE (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // set { this.unprotectedAttributeGenerator = value; } RuntimeObject* L_0 = ___value0; __this->set_unprotectedAttributeGenerator_24(L_0); // set { this.unprotectedAttributeGenerator = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKeyTransRecipient(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKeyTransRecipient_m8478913FC11A50744E1E9E3C86E9603E279A3A5A (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * V_0 = NULL; { // KeyTransRecipientInfoGenerator ktrig = new KeyTransRecipientInfoGenerator(); KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_0 = (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 *)il2cpp_codegen_object_new(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_il2cpp_TypeInfo_var); KeyTransRecipientInfoGenerator__ctor_m80F67B2406809DC95D4F1D04D1C98A2DE54D0316(L_0, /*hidden argument*/NULL); V_0 = L_0; // ktrig.RecipientCert = cert; KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_1 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___cert0; NullCheck(L_1); KeyTransRecipientInfoGenerator_set_RecipientCert_m003E75B3209A4FF91CAD52369582F805134AD411(L_1, L_2, /*hidden argument*/NULL); // recipientInfoGenerators.Add(ktrig); RuntimeObject* L_3 = __this->get_recipientInfoGenerators_22(); KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_4 = V_0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_3, L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKeyTransRecipient(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKeyTransRecipient_m08712653FCEDD50D30902B917666C060636D1B6E (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subKeyId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * V_0 = NULL; { // KeyTransRecipientInfoGenerator ktrig = new KeyTransRecipientInfoGenerator(); KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_0 = (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 *)il2cpp_codegen_object_new(KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1_il2cpp_TypeInfo_var); KeyTransRecipientInfoGenerator__ctor_m80F67B2406809DC95D4F1D04D1C98A2DE54D0316(L_0, /*hidden argument*/NULL); V_0 = L_0; // ktrig.RecipientPublicKey = pubKey; KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_1 = V_0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_2 = ___pubKey0; NullCheck(L_1); KeyTransRecipientInfoGenerator_set_RecipientPublicKey_m0E6CDEBBE48E79B62C28548394126BBEA45EE4C5(L_1, L_2, /*hidden argument*/NULL); // ktrig.SubjectKeyIdentifier = new DerOctetString(subKeyId); KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___subKeyId1; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_5 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_5, L_4, /*hidden argument*/NULL); NullCheck(L_3); KeyTransRecipientInfoGenerator_set_SubjectKeyIdentifier_m0CB867C9A17670E0CA39E3F6DD03AE6085E1268C_inline(L_3, L_5, /*hidden argument*/NULL); // recipientInfoGenerators.Add(ktrig); RuntimeObject* L_6 = __this->get_recipientInfoGenerators_22(); KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * L_7 = V_0; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKekRecipient(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKekRecipient_mA889E2BD6BF147A2490E7CB39F626132BE9E6CEE (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___keyAlgorithm0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyIdentifier2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddKekRecipient(keyAlgorithm, key, new KekIdentifier(keyIdentifier, null, null)); String_t* L_0 = ___keyAlgorithm0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_1 = ___key1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___keyIdentifier2; KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * L_3 = (KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 *)il2cpp_codegen_object_new(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973_il2cpp_TypeInfo_var); KekIdentifier__ctor_m22AD6FE4570E08F0300ACFCEE15E97D432588526(L_3, L_2, (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)NULL, (OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB *)NULL, /*hidden argument*/NULL); CmsEnvelopedGenerator_AddKekRecipient_m866CCBAF36A280248EA1DCFEE5065AB9F6221BD4(__this, L_0, L_1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKekRecipient(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKekRecipient_m866CCBAF36A280248EA1DCFEE5065AB9F6221BD4 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___keyAlgorithm0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key1, KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___kekIdentifier2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * V_0 = NULL; { // KekRecipientInfoGenerator kekrig = new KekRecipientInfoGenerator(); KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * L_0 = (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 *)il2cpp_codegen_object_new(KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2_il2cpp_TypeInfo_var); KekRecipientInfoGenerator__ctor_mF7893E5D68C7609BAE53C87004919D0A16DF5EB3(L_0, /*hidden argument*/NULL); V_0 = L_0; // kekrig.KekIdentifier = kekIdentifier; KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * L_1 = V_0; KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * L_2 = ___kekIdentifier2; NullCheck(L_1); KekRecipientInfoGenerator_set_KekIdentifier_mED9A928689C89449A509E32C051928C04FE70466_inline(L_1, L_2, /*hidden argument*/NULL); // kekrig.KeyEncryptionKeyOID = keyAlgorithm; KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * L_3 = V_0; String_t* L_4 = ___keyAlgorithm0; NullCheck(L_3); KekRecipientInfoGenerator_set_KeyEncryptionKeyOID_mEBC5E614AC785932D4640D52D095750779DF57C4_inline(L_3, L_4, /*hidden argument*/NULL); // kekrig.KeyEncryptionKey = key; KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * L_5 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = ___key1; NullCheck(L_5); KekRecipientInfoGenerator_set_KeyEncryptionKey_m60D2CC7A71E636DF2889627F1D45C6A42E45CAC7(L_5, L_6, /*hidden argument*/NULL); // recipientInfoGenerators.Add(kekrig); RuntimeObject* L_7 = __this->get_recipientInfoGenerators_22(); KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * L_8 = V_0; NullCheck(L_7); int32_t L_9; L_9 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_7, L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddPasswordRecipient(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddPasswordRecipient_mD5A50E1F91783B74DDD62DD2769251BB264DC7ED (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * ___pbeKey0, String_t* ___kekAlgorithmOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * V_0 = NULL; PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * V_1 = NULL; { // Pbkdf2Params p = new Pbkdf2Params(pbeKey.Salt, pbeKey.IterationCount); CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * L_0 = ___pbeKey0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CmsPbeKey_get_Salt_m80463908C1BAB13831F5B1777639D43469178981(L_0, /*hidden argument*/NULL); CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * L_2 = ___pbeKey0; NullCheck(L_2); int32_t L_3; L_3 = CmsPbeKey_get_IterationCount_m9076CC74E7408167E7E2C48A30D5EC07AAD42E86_inline(L_2, /*hidden argument*/NULL); Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * L_4 = (Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 *)il2cpp_codegen_object_new(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_il2cpp_TypeInfo_var); Pbkdf2Params__ctor_mC1D173CA8A801CB396861E75CFBCE9CBECB62D3F(L_4, L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; // PasswordRecipientInfoGenerator prig = new PasswordRecipientInfoGenerator(); PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * L_5 = (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 *)il2cpp_codegen_object_new(PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201_il2cpp_TypeInfo_var); PasswordRecipientInfoGenerator__ctor_m893C77B45D397A384A15DD93A618F5AD72CFE6C6(L_5, /*hidden argument*/NULL); V_1 = L_5; // prig.KeyDerivationAlgorithm = new AlgorithmIdentifier(PkcsObjectIdentifiers.IdPbkdf2, p); PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdPbkdf2_28(); Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * L_8 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_9, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); PasswordRecipientInfoGenerator_set_KeyDerivationAlgorithm_m3D3B6B48A3661960BD72D7A9DCD6AA398CE70FC1_inline(L_6, L_9, /*hidden argument*/NULL); // prig.KeyEncryptionKeyOID = kekAlgorithmOid; PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * L_10 = V_1; String_t* L_11 = ___kekAlgorithmOid1; NullCheck(L_10); PasswordRecipientInfoGenerator_set_KeyEncryptionKeyOID_mABA21056FDC1DD7F509E00AE1C19931971C1B85A_inline(L_10, L_11, /*hidden argument*/NULL); // prig.KeyEncryptionKey = pbeKey.GetEncoded(kekAlgorithmOid); PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * L_12 = V_1; CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * L_13 = ___pbeKey0; String_t* L_14 = ___kekAlgorithmOid1; NullCheck(L_13); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_15; L_15 = VirtualFuncInvoker1< KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *, String_t* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::GetEncoded(System.String) */, L_13, L_14); NullCheck(L_12); PasswordRecipientInfoGenerator_set_KeyEncryptionKey_mA30F6E03A042029D4984104FA7D94E26A2E37CAE_inline(L_12, L_15, /*hidden argument*/NULL); // recipientInfoGenerators.Add(prig); RuntimeObject* L_16 = __this->get_recipientInfoGenerators_22(); PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * L_17 = V_1; NullCheck(L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_16, L_17); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKeyAgreementRecipient(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKeyAgreementRecipient_m064E3F0D647F0569A15A9547443F857588170BCC (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___agreementAlgorithm0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPrivateKey1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPublicKey2, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___recipientCert3, String_t* ___cekWrapAlgorithm4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // IList recipientCerts = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(1); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546(1, /*hidden argument*/NULL); V_0 = L_0; // recipientCerts.Add(recipientCert); RuntimeObject* L_1 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_2 = ___recipientCert3; NullCheck(L_1); int32_t L_3; L_3 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_2); // AddKeyAgreementRecipients(agreementAlgorithm, senderPrivateKey, senderPublicKey, // recipientCerts, cekWrapAlgorithm); String_t* L_4 = ___agreementAlgorithm0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = ___senderPrivateKey1; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = ___senderPublicKey2; RuntimeObject* L_7 = V_0; String_t* L_8 = ___cekWrapAlgorithm4; CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8(__this, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::AddKeyAgreementRecipients(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.ICollection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___agreementAlgorithm0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPrivateKey1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___senderPublicKey2, RuntimeObject* ___recipientCerts3, String_t* ___cekWrapAlgorithm4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * V_0 = NULL; { // if (!senderPrivateKey.IsPrivate) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___senderPrivateKey1; NullCheck(L_0); bool L_1; L_1 = AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // throw new ArgumentException("Expected private key", "senderPrivateKey"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03B62EA5928F6650FBFDAB355634433C1C7604AD)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1851B7C58AB1EAD22F461C868C1F336D8E2FCC80)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8_RuntimeMethod_var))); } IL_0018: { // if (senderPublicKey.IsPrivate) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___senderPublicKey2; NullCheck(L_3); bool L_4; L_4 = AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { // throw new ArgumentException("Expected public key", "senderPublicKey"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C74E900B2604C85FFABACC5555F5D44968A5A22)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E667D24751DD8A529850535659186214CE7D775)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedGenerator_AddKeyAgreementRecipients_mDE8D838A750886A138B40BB8D893DDFD2A4029E8_RuntimeMethod_var))); } IL_0030: { // KeyAgreeRecipientInfoGenerator karig = new KeyAgreeRecipientInfoGenerator(); KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_6 = (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 *)il2cpp_codegen_object_new(KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34_il2cpp_TypeInfo_var); KeyAgreeRecipientInfoGenerator__ctor_m389F922013832C5E443AE2A0CFEA389F967BCBFB(L_6, /*hidden argument*/NULL); V_0 = L_6; // karig.KeyAgreementOID = new DerObjectIdentifier(agreementAlgorithm); KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_7 = V_0; String_t* L_8 = ___agreementAlgorithm0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); KeyAgreeRecipientInfoGenerator_set_KeyAgreementOID_m6D489EAA8FF149732F2B28C6BB249ABD6400F7E3_inline(L_7, L_9, /*hidden argument*/NULL); // karig.KeyEncryptionOID = new DerObjectIdentifier(cekWrapAlgorithm); KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_10 = V_0; String_t* L_11 = ___cekWrapAlgorithm4; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_12, L_11, /*hidden argument*/NULL); NullCheck(L_10); KeyAgreeRecipientInfoGenerator_set_KeyEncryptionOID_m49B533AE9333D77FD51D8B05B40C05BAEA351907_inline(L_10, L_12, /*hidden argument*/NULL); // karig.RecipientCerts = recipientCerts; KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_13 = V_0; RuntimeObject* L_14 = ___recipientCerts3; NullCheck(L_13); KeyAgreeRecipientInfoGenerator_set_RecipientCerts_m53165C9A19083418A18993D26959D63E041953D5(L_13, L_14, /*hidden argument*/NULL); // karig.SenderKeyPair = new AsymmetricCipherKeyPair(senderPublicKey, senderPrivateKey); KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_15 = V_0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_16 = ___senderPublicKey2; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_17 = ___senderPrivateKey1; AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_18 = (AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 *)il2cpp_codegen_object_new(AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929_il2cpp_TypeInfo_var); AsymmetricCipherKeyPair__ctor_mE5C700D8655EB14E3EC3610B2367603C325D2637(L_18, L_16, L_17, /*hidden argument*/NULL); NullCheck(L_15); KeyAgreeRecipientInfoGenerator_set_SenderKeyPair_mA8770BC83998568528390A4DE3CAA8456892266D_inline(L_15, L_18, /*hidden argument*/NULL); // recipientInfoGenerators.Add(karig); RuntimeObject* L_19 = __this->get_recipientInfoGenerators_22(); KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * L_20 = V_0; NullCheck(L_19); int32_t L_21; L_21 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_19, L_20); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GetAlgorithmIdentifier(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsEnvelopedGenerator_GetAlgorithmIdentifier_mE3FF58ADA1EB2AC783D76FB081722CE01345F328 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___encryptionOid0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___encKey1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___asn1Params2, RuntimeObject** ___cipherParameters3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // if (asn1Params != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___asn1Params2; if (!L_0) { goto IL_0017; } } { // asn1Object = asn1Params.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___asn1Params2; NullCheck(L_1); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_1); V_0 = L_2; // cipherParameters = ParameterUtilities.GetCipherParameters( // encryptionOid, encKey, asn1Object); RuntimeObject** L_3 = ___cipherParameters3; String_t* L_4 = ___encryptionOid0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_5 = ___encKey1; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = ParameterUtilities_GetCipherParameters_mE2B67376317D102AE0EAB832353CED18B4E0DE93(L_4, L_5, L_6, /*hidden argument*/NULL); *((RuntimeObject **)L_3) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_7); // } goto IL_0021; } IL_0017: { // asn1Object = DerNull.Instance; IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_8 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); V_0 = L_8; // cipherParameters = encKey; RuntimeObject** L_9 = ___cipherParameters3; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_10 = ___encKey1; *((RuntimeObject **)L_9) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_10); } IL_0021: { // return new AlgorithmIdentifier( // new DerObjectIdentifier(encryptionOid), // asn1Object); String_t* L_11 = ___encryptionOid0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_12, L_11, /*hidden argument*/NULL); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_14 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_14, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::GenerateAsn1Parameters(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * CmsEnvelopedGenerator_GenerateAsn1Parameters_m5F2EE38E0CDF17FC4DDE8854DDC732BB55C62586 (CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614 * __this, String_t* ___encryptionOid0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encKeyBytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Asn1Encodable asn1Params = null; V_0 = (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL; } IL_0002: try {// begin try (depth: 1) { // if (encryptionOid.Equals(RC2Cbc)) String_t* L_0 = ___encryptionOid0; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); String_t* L_1 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_RC2Cbc_2(); NullCheck(L_0); bool L_2; L_2 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0046; } } IL_000f: { // byte[] iv = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_1 = L_3; // rand.NextBytes(iv); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4 = __this->get_rand_23(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; NullCheck(L_4); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_4, L_5); // int effKeyBits = encKeyBytes.Length * 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___encKeyBytes1; NullCheck(L_6); V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)8)); // if (effKeyBits < 256) int32_t L_7 = V_2; if ((((int32_t)L_7) >= ((int32_t)((int32_t)256)))) { goto IL_003a; } } IL_0030: { // parameterVersion = rc2Table[effKeyBits]; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_8 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_rc2Table_0(); int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; int16_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; // } goto IL_003c; } IL_003a: { // parameterVersion = effKeyBits; int32_t L_12 = V_2; V_3 = L_12; } IL_003c: { // asn1Params = new RC2CbcParameter(parameterVersion, iv); int32_t L_13 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * L_15 = (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 *)il2cpp_codegen_object_new(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var); RC2CbcParameter__ctor_mDAEDF2D0589AB5C00A639E419F4D22E58DE2C682(L_15, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; // } goto IL_0053; } IL_0046: { // asn1Params = ParameterUtilities.GenerateParameters(encryptionOid, rand); String_t* L_16 = ___encryptionOid0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_17 = __this->get_rand_23(); IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_18; L_18 = ParameterUtilities_GenerateParameters_m1B3F6F7E8A436C697E6F636C6984B539D45F6A54(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; } IL_0053: { // } goto IL_0058; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0055; } throw e; } CATCH_0055: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0058; }// end catch (depth: 1) IL_0058: { // return asn1Params; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19 = V_0; return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedGenerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedGenerator__cctor_m6B8DC70E554F0FEA7E77B27DCF7F5F0DC3B06F21 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly short[] rc2Table = // { // 0xbd, 0x56, 0xea, 0xf2, 0xa2, 0xf1, 0xac, 0x2a, 0xb0, 0x93, 0xd1, 0x9c, 0x1b, 0x33, 0xfd, 0xd0, // 0x30, 0x04, 0xb6, 0xdc, 0x7d, 0xdf, 0x32, 0x4b, 0xf7, 0xcb, 0x45, 0x9b, 0x31, 0xbb, 0x21, 0x5a, // 0x41, 0x9f, 0xe1, 0xd9, 0x4a, 0x4d, 0x9e, 0xda, 0xa0, 0x68, 0x2c, 0xc3, 0x27, 0x5f, 0x80, 0x36, // 0x3e, 0xee, 0xfb, 0x95, 0x1a, 0xfe, 0xce, 0xa8, 0x34, 0xa9, 0x13, 0xf0, 0xa6, 0x3f, 0xd8, 0x0c, // 0x78, 0x24, 0xaf, 0x23, 0x52, 0xc1, 0x67, 0x17, 0xf5, 0x66, 0x90, 0xe7, 0xe8, 0x07, 0xb8, 0x60, // 0x48, 0xe6, 0x1e, 0x53, 0xf3, 0x92, 0xa4, 0x72, 0x8c, 0x08, 0x15, 0x6e, 0x86, 0x00, 0x84, 0xfa, // 0xf4, 0x7f, 0x8a, 0x42, 0x19, 0xf6, 0xdb, 0xcd, 0x14, 0x8d, 0x50, 0x12, 0xba, 0x3c, 0x06, 0x4e, // 0xec, 0xb3, 0x35, 0x11, 0xa1, 0x88, 0x8e, 0x2b, 0x94, 0x99, 0xb7, 0x71, 0x74, 0xd3, 0xe4, 0xbf, // 0x3a, 0xde, 0x96, 0x0e, 0xbc, 0x0a, 0xed, 0x77, 0xfc, 0x37, 0x6b, 0x03, 0x79, 0x89, 0x62, 0xc6, // 0xd7, 0xc0, 0xd2, 0x7c, 0x6a, 0x8b, 0x22, 0xa3, 0x5b, 0x05, 0x5d, 0x02, 0x75, 0xd5, 0x61, 0xe3, // 0x18, 0x8f, 0x55, 0x51, 0xad, 0x1f, 0x0b, 0x5e, 0x85, 0xe5, 0xc2, 0x57, 0x63, 0xca, 0x3d, 0x6c, // 0xb4, 0xc5, 0xcc, 0x70, 0xb2, 0x91, 0x59, 0x0d, 0x47, 0x20, 0xc8, 0x4f, 0x58, 0xe0, 0x01, 0xe2, // 0x16, 0x38, 0xc4, 0x6f, 0x3b, 0x0f, 0x65, 0x46, 0xbe, 0x7e, 0x2d, 0x7b, 0x82, 0xf9, 0x40, 0xb5, // 0x1d, 0x73, 0xf8, 0xeb, 0x26, 0xc7, 0x87, 0x97, 0x25, 0x54, 0xb1, 0x28, 0xaa, 0x98, 0x9d, 0xa5, // 0x64, 0x6d, 0x7a, 0xd4, 0x10, 0x81, 0x44, 0xef, 0x49, 0xd6, 0xae, 0x2e, 0xdd, 0x76, 0x5c, 0x2f, // 0xa7, 0x1c, 0xc9, 0x09, 0x69, 0x9a, 0x83, 0xcf, 0x29, 0x39, 0xb9, 0xe9, 0x4c, 0xff, 0x43, 0xab // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_rc2Table_0(L_1); // public static readonly string DesEde3Cbc = PkcsObjectIdentifiers.DesEde3Cbc.Id; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DesEde3Cbc_30(); NullCheck(L_3); String_t* L_4; L_4 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_3, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_DesEde3Cbc_1(L_4); // public static readonly string RC2Cbc = PkcsObjectIdentifiers.RC2Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RC2Cbc_31(); NullCheck(L_5); String_t* L_6; L_6 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_5, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_RC2Cbc_2(L_6); // public static readonly string Aes128Cbc = NistObjectIdentifiers.IdAes128Cbc.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Cbc_20(); NullCheck(L_7); String_t* L_8; L_8 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_7, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes128Cbc_5(L_8); // public static readonly string Aes192Cbc = NistObjectIdentifiers.IdAes192Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Cbc_27(); NullCheck(L_9); String_t* L_10; L_10 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_9, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes192Cbc_6(L_10); // public static readonly string Aes256Cbc = NistObjectIdentifiers.IdAes256Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Cbc_34(); NullCheck(L_11); String_t* L_12; L_12 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_11, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes256Cbc_7(L_12); // public static readonly string Camellia128Cbc = NttObjectIdentifiers.IdCamellia128Cbc.Id; IL2CPP_RUNTIME_CLASS_INIT(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia128Cbc_0(); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia128Cbc_8(L_14); // public static readonly string Camellia192Cbc = NttObjectIdentifiers.IdCamellia192Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia192Cbc_1(); NullCheck(L_15); String_t* L_16; L_16 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_15, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia192Cbc_9(L_16); // public static readonly string Camellia256Cbc = NttObjectIdentifiers.IdCamellia256Cbc.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia256Cbc_2(); NullCheck(L_17); String_t* L_18; L_18 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_17, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia256Cbc_10(L_18); // public static readonly string SeedCbc = KisaObjectIdentifiers.IdSeedCbc.Id; IL2CPP_RUNTIME_CLASS_INIT(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields*)il2cpp_codegen_static_fields_for(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var))->get_IdSeedCbc_0(); NullCheck(L_19); String_t* L_20; L_20 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_19, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_SeedCbc_11(L_20); // public static readonly string DesEde3Wrap = PkcsObjectIdentifiers.IdAlgCms3DesWrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAlgCms3DesWrap_72(); NullCheck(L_21); String_t* L_22; L_22 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_21, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_DesEde3Wrap_12(L_22); // public static readonly string Aes128Wrap = NistObjectIdentifiers.IdAes128Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Wrap_23(); NullCheck(L_23); String_t* L_24; L_24 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_23, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes128Wrap_13(L_24); // public static readonly string Aes192Wrap = NistObjectIdentifiers.IdAes192Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Wrap_30(); NullCheck(L_25); String_t* L_26; L_26 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_25, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes192Wrap_14(L_26); // public static readonly string Aes256Wrap = NistObjectIdentifiers.IdAes256Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Wrap_37(); NullCheck(L_27); String_t* L_28; L_28 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_27, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Aes256Wrap_15(L_28); // public static readonly string Camellia128Wrap = NttObjectIdentifiers.IdCamellia128Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia128Wrap_3(); NullCheck(L_29); String_t* L_30; L_30 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_29, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia128Wrap_16(L_30); // public static readonly string Camellia192Wrap = NttObjectIdentifiers.IdCamellia192Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia192Wrap_4(); NullCheck(L_31); String_t* L_32; L_32 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_31, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia192Wrap_17(L_32); // public static readonly string Camellia256Wrap = NttObjectIdentifiers.IdCamellia256Wrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_33 = ((NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_StaticFields*)il2cpp_codegen_static_fields_for(NttObjectIdentifiers_tC71ED857CCE3FB6613DDC764A2350C3561807317_il2cpp_TypeInfo_var))->get_IdCamellia256Wrap_5(); NullCheck(L_33); String_t* L_34; L_34 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_33, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_Camellia256Wrap_18(L_34); // public static readonly string SeedWrap = KisaObjectIdentifiers.IdNpkiAppCmsSeedWrap.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = ((KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_StaticFields*)il2cpp_codegen_static_fields_for(KisaObjectIdentifiers_t898950CC3EDDC3A29B3AE5ADE24CBD51FF226455_il2cpp_TypeInfo_var))->get_IdNpkiAppCmsSeedWrap_1(); NullCheck(L_35); String_t* L_36; L_36 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_35, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_SeedWrap_19(L_36); // public static readonly string ECDHSha1Kdf = X9ObjectIdentifiers.DHSinglePassStdDHSha1KdfScheme.Id; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_DHSinglePassStdDHSha1KdfScheme_52(); NullCheck(L_37); String_t* L_38; L_38 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_37, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_ECDHSha1Kdf_20(L_38); // public static readonly string ECMqvSha1Kdf = X9ObjectIdentifiers.MqvSinglePassSha1KdfScheme.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_39 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_MqvSinglePassSha1KdfScheme_54(); NullCheck(L_39); String_t* L_40; L_40 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_39, /*hidden argument*/NULL); ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->set_ECMqvSha1Kdf_21(L_40); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedHelper__cctor_mBCCD933D5B7A61EF533799A121140AB1B38C06B4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53); s_Il2CppMethodInitialized = true; } { // internal static readonly CmsEnvelopedHelper Instance = new CmsEnvelopedHelper(); CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * L_0 = (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 *)il2cpp_codegen_object_new(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); CmsEnvelopedHelper__ctor_m1D9762D845F66252321B4E5B6125D2899EE1E6D8(L_0, /*hidden argument*/NULL); ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->set_Instance_0(L_0); // private static readonly IDictionary KeySizes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->set_KeySizes_1(L_1); // private static readonly IDictionary BaseCipherNames = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->set_BaseCipherNames_2(L_2); // KeySizes.Add(CmsEnvelopedGenerator.DesEde3Cbc, 192); RuntimeObject* L_3 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var); String_t* L_4 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_DesEde3Cbc_1(); int32_t L_5 = ((int32_t)192); RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3, L_4, L_6); // KeySizes.Add(CmsEnvelopedGenerator.Aes128Cbc, 128); RuntimeObject* L_7 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); String_t* L_8 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes128Cbc_5(); int32_t L_9 = ((int32_t)128); RuntimeObject * L_10 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_7, L_8, L_10); // KeySizes.Add(CmsEnvelopedGenerator.Aes192Cbc, 192); RuntimeObject* L_11 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); String_t* L_12 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes192Cbc_6(); int32_t L_13 = ((int32_t)192); RuntimeObject * L_14 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_11, L_12, L_14); // KeySizes.Add(CmsEnvelopedGenerator.Aes256Cbc, 256); RuntimeObject* L_15 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); String_t* L_16 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes256Cbc_7(); int32_t L_17 = ((int32_t)256); RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_15, L_16, L_18); // BaseCipherNames.Add(CmsEnvelopedGenerator.DesEde3Cbc, "DESEDE"); RuntimeObject* L_19 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_BaseCipherNames_2(); String_t* L_20 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_DesEde3Cbc_1(); NullCheck(L_19); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_19, L_20, _stringLiteralFB8144E92B418A6358F0B6DA1EF166FF4808FB53); // BaseCipherNames.Add(CmsEnvelopedGenerator.Aes128Cbc, "AES"); RuntimeObject* L_21 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_BaseCipherNames_2(); String_t* L_22 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes128Cbc_5(); NullCheck(L_21); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_21, L_22, _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); // BaseCipherNames.Add(CmsEnvelopedGenerator.Aes192Cbc, "AES"); RuntimeObject* L_23 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_BaseCipherNames_2(); String_t* L_24 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes192Cbc_6(); NullCheck(L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_23, L_24, _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); // BaseCipherNames.Add(CmsEnvelopedGenerator.Aes256Cbc, "AES"); RuntimeObject* L_25 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_BaseCipherNames_2(); String_t* L_26 = ((CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedGenerator_t48A8897F962E710CD0966567A63BD57B50B30614_il2cpp_TypeInfo_var))->get_Aes256Cbc_7(); NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_25, L_26, _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::GetAsymmetricEncryptionAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsEnvelopedHelper_GetAsymmetricEncryptionAlgName_m7D61B32EB3C8B4D1E1AB8639233939BE61E3EE7B (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___encryptionAlgOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEBCA22C17C4D48A8EBEE1DC10D63BF6221D8C6B); s_Il2CppMethodInitialized = true; } { // if (Asn1.Pkcs.PkcsObjectIdentifiers.RsaEncryption.Id.Equals(encryptionAlgOid)) IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___encryptionAlgOid0; NullCheck(L_1); bool L_3; L_3 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { // return "RSA/ECB/PKCS1Padding"; return _stringLiteralEEBCA22C17C4D48A8EBEE1DC10D63BF6221D8C6B; } IL_0018: { // return encryptionAlgOid; String_t* L_4 = ___encryptionAlgOid0; return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBufferedCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::CreateAsymmetricCipher(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsEnvelopedHelper_CreateAsymmetricCipher_m3B517E560FEE1B5E72F9465D9ACC340790680E08 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___encryptionOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string asymName = GetAsymmetricEncryptionAlgName(encryptionOid); String_t* L_0 = ___encryptionOid0; String_t* L_1; L_1 = CmsEnvelopedHelper_GetAsymmetricEncryptionAlgName_m7D61B32EB3C8B4D1E1AB8639233939BE61E3EE7B(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!asymName.Equals(encryptionOid)) String_t* L_2 = V_0; String_t* L_3 = ___encryptionOid0; NullCheck(L_2); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_001d; } } IL_0011: try {// begin try (depth: 1) // return CipherUtilities.GetCipher(asymName); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF(L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_0024; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001d; }// end catch (depth: 1) IL_001d: { // return CipherUtilities.GetCipher(encryptionOid); String_t* L_7 = ___encryptionOid0; IL2CPP_RUNTIME_CLASS_INIT(CipherUtilities_t04E0AB05F1E536696E94A4C341858AF51D6E94E7_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = CipherUtilities_GetCipher_m7947920691518D95668963814DB8DE196DD74CDF(L_7, /*hidden argument*/NULL); return L_8; } IL_0024: { // } RuntimeObject* L_9 = V_1; return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IWrapper BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::CreateWrapper(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsEnvelopedHelper_CreateWrapper_mD2951A9418E173A69778DEEF45C1BCBAFD454394 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___encryptionOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return WrapperUtilities.GetWrapper(encryptionOid); String_t* L_0 = ___encryptionOid0; IL2CPP_RUNTIME_CLASS_INIT(WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException) // return WrapperUtilities.GetWrapper(GetAsymmetricEncryptionAlgName(encryptionOid)); String_t* L_2 = ___encryptionOid0; String_t* L_3; L_3 = CmsEnvelopedHelper_GetAsymmetricEncryptionAlgName_m7D61B32EB3C8B4D1E1AB8639233939BE61E3EE7B(__this, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WrapperUtilities_tA8773B79845F802BD564227F81CD5EF74C553416_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = WrapperUtilities_GetWrapper_mBD3F21889F0902E5321CD22D3CCE7C6D09B89A65(L_3, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { // } RuntimeObject* L_5 = V_0; return L_5; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::GetRfc3211WrapperName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsEnvelopedHelper_GetRfc3211WrapperName_m94FCA9C16D928AC3F9B80F4ADBE3DEAB590A647D (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DD8A595D22383E15841CD32FC531AA3C19BCB58); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; { // if (oid == null) String_t* L_0 = ___oid0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("oid"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedHelper_GetRfc3211WrapperName_m94FCA9C16D928AC3F9B80F4ADBE3DEAB590A647D_RuntimeMethod_var))); } IL_000e: { // string alg = (string) BaseCipherNames[oid]; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_BaseCipherNames_2(); String_t* L_3 = ___oid0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3); // if (alg == null) String_t* L_5 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_0037; } } { // throw new ArgumentException("no name for " + oid, "oid"); String_t* L_6 = ___oid0; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6DB51E90CB0BBF52EBF91E39B0A33C09A488498)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedHelper_GetRfc3211WrapperName_m94FCA9C16D928AC3F9B80F4ADBE3DEAB590A647D_RuntimeMethod_var))); } IL_0037: { // return alg + "RFC3211Wrap"; String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B4_0, _stringLiteral8DD8A595D22383E15841CD32FC531AA3C19BCB58, /*hidden argument*/NULL); return L_9; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::GetKeySize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!KeySizes.Contains(oid)) IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); String_t* L_1 = ___oid0; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); if (L_2) { goto IL_0023; } } { // throw new ArgumentException("no keysize for " + oid, "oid"); String_t* L_3 = ___oid0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD2D71FDE699734AEFAD6EFB69E5146EF9115A1A2)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsEnvelopedHelper_GetKeySize_mCEEB74071F0735365161D3A1ED6C14264DCEBA44_RuntimeMethod_var))); } IL_0023: { // return (int) KeySizes[oid]; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_StaticFields*)il2cpp_codegen_static_fields_for(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var))->get_KeySizes_1(); String_t* L_7 = ___oid0; NullCheck(L_6); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_7); return ((*(int32_t*)((int32_t*)UnBox(L_8, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::BuildRecipientInformationStore(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * CmsEnvelopedHelper_BuildRecipientInformationStore_m07B2C612472975337875AB4F198375E7D1EE92E9 (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___recipientInfos0, RuntimeObject* ___secureReadable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * V_2 = NULL; { // IList infos = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // for (int i = 0; i != recipientInfos.Count; i++) V_1 = 0; goto IL_0023; } IL_000a: { // RecipientInfo info = RecipientInfo.GetInstance(recipientInfos[i]); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___recipientInfos0; int32_t L_2 = V_1; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Item(System.Int32) */, L_1, L_2); RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_4; L_4 = RecipientInfo_GetInstance_m49B8FDDF8889982D92F694C2FC961207F792C345(L_3, /*hidden argument*/NULL); V_2 = L_4; // ReadRecipientInfo(infos, info, secureReadable); RuntimeObject* L_5 = V_0; RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_6 = V_2; RuntimeObject* L_7 = ___secureReadable1; IL2CPP_RUNTIME_CLASS_INIT(CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0_il2cpp_TypeInfo_var); CmsEnvelopedHelper_ReadRecipientInfo_m8B5DCCF1A3A2A0F20BA4D520A4AE603B154CD1CA(L_5, L_6, L_7, /*hidden argument*/NULL); // for (int i = 0; i != recipientInfos.Count; i++) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0023: { // for (int i = 0; i != recipientInfos.Count; i++) int32_t L_9 = V_1; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_10 = ___recipientInfos0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Count() */, L_10); if ((!(((uint32_t)L_9) == ((uint32_t)L_11)))) { goto IL_000a; } } { // return new RecipientInformationStore(infos); RuntimeObject* L_12 = V_0; RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * L_13 = (RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F *)il2cpp_codegen_object_new(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F_il2cpp_TypeInfo_var); RecipientInformationStore__ctor_mABBFF426C15F155E92234D5E8DE9CE9BED415956(L_13, L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::ReadRecipientInfo(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedHelper_ReadRecipientInfo_m8B5DCCF1A3A2A0F20BA4D520A4AE603B154CD1CA (RuntimeObject* ___infos0, RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * ___info1, RuntimeObject* ___secureReadable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_0 = NULL; { // Asn1Encodable recipInfo = info.Info; RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * L_0 = ___info1; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = RecipientInfo_get_Info_m84C71920211A40C9592A8BD128503926C84FD6E1(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (recipInfo is KeyTransRecipientInfo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = V_0; if (!((KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 *)IsInstClass((RuntimeObject*)L_2, KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // infos.Add(new KeyTransRecipientInformation((KeyTransRecipientInfo)recipInfo, secureReadable)); RuntimeObject* L_3 = ___infos0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4 = V_0; RuntimeObject* L_5 = ___secureReadable2; KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830 * L_6 = (KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830 *)il2cpp_codegen_object_new(KeyTransRecipientInformation_t5A77B5723E83662291A1744A96270F6A153A0830_il2cpp_TypeInfo_var); KeyTransRecipientInformation__ctor_m2DB1D41BFCD56E22A4EDEBEA37B1ADD56737CB71(L_6, ((KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 *)CastclassClass((RuntimeObject*)L_4, KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_7; L_7 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_3, L_6); // } return; } IL_0023: { // else if (recipInfo is KekRecipientInfo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8 = V_0; if (!((KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 *)IsInstClass((RuntimeObject*)L_8, KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25_il2cpp_TypeInfo_var))) { goto IL_003f; } } { // infos.Add(new KekRecipientInformation((KekRecipientInfo)recipInfo, secureReadable)); RuntimeObject* L_9 = ___infos0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_0; RuntimeObject* L_11 = ___secureReadable2; KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320 * L_12 = (KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320 *)il2cpp_codegen_object_new(KekRecipientInformation_t7580B68697441E129CA62DCCBBC56046D11C5320_il2cpp_TypeInfo_var); KekRecipientInformation__ctor_mF49CCD33197B37B6EBC7AB05F73D1754DD604260(L_12, ((KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 *)CastclassClass((RuntimeObject*)L_10, KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25_il2cpp_TypeInfo_var)), L_11, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_9, L_12); // } return; } IL_003f: { // else if (recipInfo is KeyAgreeRecipientInfo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14 = V_0; if (!((KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC *)IsInstClass((RuntimeObject*)L_14, KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC_il2cpp_TypeInfo_var))) { goto IL_0055; } } { // KeyAgreeRecipientInformation.ReadRecipientInfo(infos, (KeyAgreeRecipientInfo)recipInfo, secureReadable); RuntimeObject* L_15 = ___infos0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16 = V_0; RuntimeObject* L_17 = ___secureReadable2; KeyAgreeRecipientInformation_ReadRecipientInfo_m503FAA9272512FD7F3E83F7DA8702FC7C10DAC8F(L_15, ((KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC *)CastclassClass((RuntimeObject*)L_16, KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL); // } return; } IL_0055: { // else if (recipInfo is PasswordRecipientInfo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_18 = V_0; if (!((PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D *)IsInstClass((RuntimeObject*)L_18, PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D_il2cpp_TypeInfo_var))) { goto IL_0070; } } { // infos.Add(new PasswordRecipientInformation((PasswordRecipientInfo)recipInfo, secureReadable)); RuntimeObject* L_19 = ___infos0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_20 = V_0; RuntimeObject* L_21 = ___secureReadable2; PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036 * L_22 = (PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036 *)il2cpp_codegen_object_new(PasswordRecipientInformation_t2CBDBF4277732A9461135702A275C81047A8A036_il2cpp_TypeInfo_var); PasswordRecipientInformation__ctor_mBDDE735220219DDAA71E8256156D8448762B0D73(L_22, ((PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D *)CastclassClass((RuntimeObject*)L_20, PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D_il2cpp_TypeInfo_var)), L_21, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_23; L_23 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_19, L_22); } IL_0070: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsEnvelopedHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsEnvelopedHelper__ctor_m1D9762D845F66252321B4E5B6125D2899EE1E6D8 (CmsEnvelopedHelper_t4C541C5858FDC5D5FEFBEF5BB39D1E55C9319BF0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m4CFACA7B528EB914B2EF19ED84BE56D01A54E419 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsException() IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m3FAFC1C6647EE071C3D9770E42ED15956D8C2E37 (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(msg) String_t* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(msg, e) String_t* L_0 = ___msg0; Exception_t * L_1 = ___e1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsObjectIdentifiers__ctor_m51E570AA2CC13B95C760F515A4505819AA3DEED1 (CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsObjectIdentifiers__cctor_mD7331C953830ADE27374478E2402D0DCD42EBBBF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A7C98B98EC3131FC9F6AF2326B8A71E1E4F8D44); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier Data = PkcsObjectIdentifiers.Data; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Data_42(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_Data_0(L_0); // public static readonly DerObjectIdentifier SignedData = PkcsObjectIdentifiers.SignedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_SignedData_43(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_SignedData_1(L_1); // public static readonly DerObjectIdentifier EnvelopedData = PkcsObjectIdentifiers.EnvelopedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_EnvelopedData_44(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_EnvelopedData_2(L_2); // public static readonly DerObjectIdentifier SignedAndEnvelopedData = PkcsObjectIdentifiers.SignedAndEnvelopedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_SignedAndEnvelopedData_45(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_SignedAndEnvelopedData_3(L_3); // public static readonly DerObjectIdentifier DigestedData = PkcsObjectIdentifiers.DigestedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DigestedData_46(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_DigestedData_4(L_4); // public static readonly DerObjectIdentifier EncryptedData = PkcsObjectIdentifiers.EncryptedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_EncryptedData_47(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_EncryptedData_5(L_5); // public static readonly DerObjectIdentifier AuthenticatedData = PkcsObjectIdentifiers.IdCTAuthData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCTAuthData_82(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_AuthenticatedData_6(L_6); // public static readonly DerObjectIdentifier CompressedData = PkcsObjectIdentifiers.IdCTCompressedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCTCompressedData_84(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_CompressedData_7(L_7); // public static readonly DerObjectIdentifier AuthEnvelopedData = PkcsObjectIdentifiers.IdCTAuthEnvelopedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCTAuthEnvelopedData_85(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_AuthEnvelopedData_8(L_8); // public static readonly DerObjectIdentifier timestampedData = PkcsObjectIdentifiers.IdCTTimestampedData; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCTTimestampedData_86(); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_timestampedData_9(L_9); // public static readonly DerObjectIdentifier id_ri = new DerObjectIdentifier("1.3.6.1.5.5.7.16"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, _stringLiteral8A7C98B98EC3131FC9F6AF2326B8A71E1E4F8D44, /*hidden argument*/NULL); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_id_ri_10(L_10); // public static readonly DerObjectIdentifier id_ri_ocsp_response = id_ri.Branch("2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_id_ri_10(); NullCheck(L_11); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12; L_12 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_11, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_id_ri_ocsp_response_11(L_12); // public static readonly DerObjectIdentifier id_ri_scvp = id_ri.Branch("4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_id_ri_10(); NullCheck(L_13); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14; L_14 = VirtualFuncInvoker1< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *, String_t* >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::Branch(System.String) */, L_13, _stringLiteral7454695E25D304C65D0C1333D8008E862569CAE9); ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->set_id_ri_scvp_12(L_14); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_m5EE14FB23F029C60AC3FA4085E331715BF571395 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, String_t* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { { // : this(password.ToCharArray(), salt, iterationCount) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt1; int32_t L_3 = ___iterationCount2; CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_m486026F4BBD58850ED12CD4FDBACBCBD060EACA6 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, String_t* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { { // : this(password.ToCharArray(), keyDerivationAlgorithm) String_t* L_0 = ___password0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___keyDerivationAlgorithm1; CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75(__this, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_mFEF60EA58D5328DD6D5957E72D367CD17308558A (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsPbeKey( // char[] password, // byte[] salt, // int iterationCount) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.password = (char[])password.Clone(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___password0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); __this->set_password_0(((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)Castclass((RuntimeObject*)L_1, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var))); // this.salt = Arrays.Clone(salt); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_2, /*hidden argument*/NULL); __this->set_salt_1(L_3); // this.iterationCount = iterationCount; int32_t L_4 = ___iterationCount2; __this->set_iterationCount_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::.ctor(System.Char[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___password0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * V_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B3_0 = NULL; String_t* G_B3_1 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { // public CmsPbeKey( // char[] password, // AlgorithmIdentifier keyDerivationAlgorithm) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!keyDerivationAlgorithm.Algorithm.Equals(PkcsObjectIdentifiers.IdPbkdf2)) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___keyDerivationAlgorithm1; NullCheck(L_0); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdPbkdf2_28(); NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_1, L_2); if (L_3) { goto IL_003a; } } { // throw new ArgumentException("Unsupported key derivation algorithm: " // + keyDerivationAlgorithm.Algorithm); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = ___keyDerivationAlgorithm1; NullCheck(L_4); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5; L_5 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_4); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = L_5; G_B2_0 = L_6; G_B2_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5989E600E6DAC14D3F2FCF8051B45BF5C08EB43F)); if (L_6) { G_B3_0 = L_6; G_B3_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5989E600E6DAC14D3F2FCF8051B45BF5C08EB43F)); goto IL_002a; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; goto IL_002f; } IL_002a: { NullCheck(G_B3_0); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B3_0); G_B4_0 = L_7; G_B4_1 = G_B3_1; } IL_002f: { String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B4_1, G_B4_0, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsPbeKey__ctor_m75BC089C689D7DDF3DA6077718DB8CCEBDCF9B75_RuntimeMethod_var))); } IL_003a: { // Pbkdf2Params kdfParams = Pbkdf2Params.GetInstance( // keyDerivationAlgorithm.Parameters.ToAsn1Object()); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_10 = ___keyDerivationAlgorithm1; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_10); NullCheck(L_11); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12; L_12 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7_il2cpp_TypeInfo_var); Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * L_13; L_13 = Pbkdf2Params_GetInstance_mA76B9F7788A37825111A76FCDBE10444B9B6D80F(L_12, /*hidden argument*/NULL); V_0 = L_13; // this.password = (char[])password.Clone(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___password0; NullCheck((RuntimeArray *)(RuntimeArray *)L_14); RuntimeObject * L_15; L_15 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_14, /*hidden argument*/NULL); __this->set_password_0(((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)Castclass((RuntimeObject*)L_15, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var))); // this.salt = kdfParams.GetSalt(); Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * L_16 = V_0; NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = Pbkdf2Params_GetSalt_m3E3EB419DF518EA5B5A64E9EEDE6A795DD8C8508(L_16, /*hidden argument*/NULL); __this->set_salt_1(L_17); // this.iterationCount = kdfParams.IterationCount.IntValue; Pbkdf2Params_tE4A876D2BE1C2BE089A53C10A1FD8447E225D3B7 * L_18 = V_0; NullCheck(L_18); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = Pbkdf2Params_get_IterationCount_mEFDC17E8FB5E599EA8DEF95224D165921A25C816(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20; L_20 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_19, /*hidden argument*/NULL); __this->set_iterationCount_2(L_20); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsPbeKey_Finalize_m53D97E9F8B407D1E21966816347035DBB97D44C8 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // Array.Clear(this.password, 0, this.password.Length); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_password_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = __this->get_password_0(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); IL2CPP_LEAVE(0x1D, FINALLY_0016); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0016; } FINALLY_0016: {// begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(22) }// end finally (depth: 1) IL2CPP_CLEANUP(22) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1D, IL_001d) } IL_001d: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsPbeKey_get_Password_mA0D9AE0AAB31808FF451F3C85367DB19C040E15E (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { { // get { return new string(password); } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_password_0(); String_t* L_1; L_1 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_Salt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsPbeKey_get_Salt_m80463908C1BAB13831F5B1777639D43469178981 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return Arrays.Clone(salt); } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_salt_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::GetSalt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsPbeKey_GetSalt_mCC6AAC9315093DA6B25147DA591F01DD4977BC22 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { { // return Salt; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = CmsPbeKey_get_Salt_m80463908C1BAB13831F5B1777639D43469178981(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_IterationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsPbeKey_get_IterationCount_m9076CC74E7408167E7E2C48A30D5EC07AAD42E86 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { { // get { return iterationCount; } int32_t L_0 = __this->get_iterationCount_2(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsPbeKey_get_Algorithm_m28868FD13AC536A93E069A6171748C1187C1AE57 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC72439975E8F3C8D385F76D313818205DE62C63C); s_Il2CppMethodInitialized = true; } { // get { return "PKCS5S2"; } return _stringLiteralC72439975E8F3C8D385F76D313818205DE62C63C; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsPbeKey_get_Format_m2132F2011252B2FE034BB0527D5845F75F802377 (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD5A43B930F631BD207A1C6698C88DCDE00CF049); s_Il2CppMethodInitialized = true; } { // get { return "RAW"; } return _stringLiteralAD5A43B930F631BD207A1C6698C88DCDE00CF049; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsPbeKey::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsPbeKey_GetEncoded_m65CDDB60458E27E1725AB0882FF9A0B6C661603D (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { { // public CmsProcessableByteArray(byte[] bytes) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.bytes = bytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; __this->set_bytes_0(L_0); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::GetInputStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsProcessableByteArray_GetInputStream_mB4F5B1AE395E75EDF1A76F44BAA0076F12E63EBE (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new MemoryStream(bytes, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_0(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::Write(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableByteArray_Write_mC78659D0A4F5756CAB60E0F542EE0C0C3186DCBA (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___zOut0, const RuntimeMethod* method) { { // zOut.Write(bytes, 0, bytes.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___zOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_bytes_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_bytes_0(); NullCheck(L_2); NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableByteArray::GetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CmsProcessableByteArray_GetContent_m82DEE03605804C5CD9694AAA0A515A6D5714A0C7 (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * __this, const RuntimeMethod* method) { { // return bytes.Clone(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_0(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::.ctor(System.IO.FileInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableFile__ctor_m5D5C4DF4F65A4C14900F024298735AF54A7BAAC5 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * ___file0, const RuntimeMethod* method) { { // : this(file, DefaultBufSize) FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_0 = ___file0; CmsProcessableFile__ctor_m87475F39FE060739070C4B76DDE3ABEAA23DC640(__this, L_0, ((int32_t)32768), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::.ctor(System.IO.FileInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableFile__ctor_m87475F39FE060739070C4B76DDE3ABEAA23DC640 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * ___file0, int32_t ___bufSize1, const RuntimeMethod* method) { { // public CmsProcessableFile(FileInfo file, int bufSize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _file = file; FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_0 = ___file0; __this->set__file_1(L_0); // _bufSize = bufSize; int32_t L_1 = ___bufSize1; __this->set__bufSize_2(L_1); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::GetInputStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsProcessableFile_GetInputStream_mF09DA88D366F20355CB344EF5A7AF1D7AD5BE674 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new FileStream(_file.FullName, FileMode.Open, FileAccess.Read, FileShare.Read, _bufSize); FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_0 = __this->get__file_1(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_0); int32_t L_2 = __this->get__bufSize_2(); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_3 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)il2cpp_codegen_object_new(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A(L_3, L_1, 3, 1, 1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::Write(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableFile_Write_m370EB222142E50673EA820F52D4658469B9F8247 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___zOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Stream inStr = GetInputStream(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::GetInputStream() */, __this); // Streams.PipeAll(inStr, zOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = L_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___zOut0; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_1, L_2, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(inStr); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_1, /*hidden argument*/NULL); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableFile::GetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CmsProcessableFile_GetContent_m757C334B0CD4D8D5B96A4CB851A0BE3C61B7A288 (CmsProcessableFile_t9DC31A8EBD2A136637C33D1DC992167EB59B4CF8 * __this, const RuntimeMethod* method) { { // return _file; FileInfo_t6C8B2EAA1E23F9E6D7C287C58E4EEEB2049ABAB9 * L_0 = __this->get__file_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableInputStream__ctor_m8FE53E2C1377C71AD52CDEAA82C459B5372C2288 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { { // public CmsProcessableInputStream(Stream input) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.input = input; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; __this->set_input_0(L_0); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::GetInputStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsProcessableInputStream_GetInputStream_mE20336E64575A5EA8F9A9C9E4EDACFD13A2A2069 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, const RuntimeMethod* method) { { // CheckSingleUsage(); VirtualActionInvoker0::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::CheckSingleUsage() */, __this); // return input; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_input_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::Write(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableInputStream_Write_m5ADC58731B0B4395D0C3C44CA186D2DBEB5B33E0 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckSingleUsage(); VirtualActionInvoker0::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::CheckSingleUsage() */, __this); // Streams.PipeAll(input, output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_input_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_0, L_1, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_input_0(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_2, /*hidden argument*/NULL); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::GetContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CmsProcessableInputStream_GetContent_m6D595D0045E2DB506879C6E5783A0F29AE306A5F (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, const RuntimeMethod* method) { { // return GetInputStream(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::GetInputStream() */, __this); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessableInputStream::CheckSingleUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsProcessableInputStream_CheckSingleUsage_mB1423122D261AC7ADC63EF23E2FE4489B980D844 (CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * __this, const RuntimeMethod* method) { CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); // if (used) bool L_1 = __this->get_used_1(); if (!L_1) { goto IL_001f; } } IL_0014: { // throw new InvalidOperationException("CmsProcessableInputStream can only be used once"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5F2BF0EB57DEA952A946A4781DBDA1797916EBD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsProcessableInputStream_CheckSingleUsage_mB1423122D261AC7ADC63EF23E2FE4489B980D844_RuntimeMethod_var))); } IL_001f: { // used = true; __this->set_used_1((bool)1); // } IL2CPP_LEAVE(0x32, FINALLY_0028); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0031; } } IL_002b: { CmsProcessableInputStream_t58E02389F1ED10F1F12FA28661A296B4B3A7DAF3 * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(40) } }// end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mE9D1805EB2C9325EDDDAA83E9B15185315F4CC4A (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * ___c0, const RuntimeMethod* method) { { // private CmsSignedData( // CmsSignedData c) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.signedData = c.signedData; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_0 = ___c0; NullCheck(L_0); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_1 = L_0->get_signedData_2(); __this->set_signedData_2(L_1); // this.contentInfo = c.contentInfo; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_2 = ___c0; NullCheck(L_2); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_3 = L_2->get_contentInfo_3(); __this->set_contentInfo_3(L_3); // this.signedContent = c.signedContent; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_4 = ___c0; NullCheck(L_4); RuntimeObject* L_5 = L_4->get_signedContent_1(); __this->set_signedContent_1(L_5); // this.signerInfoStore = c.signerInfoStore; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_6 = ___c0; NullCheck(L_6); SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_7 = L_6->get_signerInfoStore_4(); __this->set_signerInfoStore_4(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mB3E5219FEF09685AB3E74940F0713EF5680111DA (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBlock0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(CmsUtilities.ReadContentInfo(new MemoryStream(sigBlock, false))) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sigBlock0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2; L_2 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_1, /*hidden argument*/NULL); CmsSignedData__ctor_m4EABAB60DF625FB03028BF06722AAC0E4245188B(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m374706BD9D5DF1A219BE3E0A8E8EF387B38518E3 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___signedContent0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBlock1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(signedContent, CmsUtilities.ReadContentInfo(new MemoryStream(sigBlock, false))) RuntimeObject* L_0 = ___signedContent0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___sigBlock1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_2, L_1, (bool)0, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_3; L_3 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_2, /*hidden argument*/NULL); CmsSignedData__ctor_mEF1C8C7A33543289C1548F9F415483A7C0C5F1DC(__this, L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(System.Collections.IDictionary,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mEC59481E680D7B1A9D3AEDF2B46F028B6A48717B (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___hashes0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBlock1, const RuntimeMethod* method) { { // : this(hashes, CmsUtilities.ReadContentInfo(sigBlock)) RuntimeObject* L_0 = ___hashes0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___sigBlock1; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2; L_2 = CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83(L_1, /*hidden argument*/NULL); CmsSignedData__ctor_m5386FA0495096720B4EBA08BD52727E66696AE9C(__this, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m9F165C70DBAA0C2B0F5B4768939C201D465C66D9 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___signedContent0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData1, const RuntimeMethod* method) { { // : this(signedContent, CmsUtilities.ReadContentInfo(sigData)) RuntimeObject* L_0 = ___signedContent0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___sigData1; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2; L_2 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_1, /*hidden argument*/NULL); CmsSignedData__ctor_mEF1C8C7A33543289C1548F9F415483A7C0C5F1DC(__this, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m514F2CA6B2C5FBE17D613E29B9DF8E62DD7F3084 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData0, const RuntimeMethod* method) { { // : this(CmsUtilities.ReadContentInfo(sigData)) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___sigData0; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A(L_0, /*hidden argument*/NULL); CmsSignedData__ctor_m4EABAB60DF625FB03028BF06722AAC0E4245188B(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_mEF1C8C7A33543289C1548F9F415483A7C0C5F1DC (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___signedContent0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsSignedData( // CmsProcessable signedContent, // ContentInfo sigData) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.signedContent = signedContent; RuntimeObject* L_0 = ___signedContent0; __this->set_signedContent_1(L_0); // this.contentInfo = sigData; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = ___sigData1; __this->set_contentInfo_3(L_1); // this.signedData = SignedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2 = __this->get_contentInfo_3(); NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_4; L_4 = SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589(L_3, /*hidden argument*/NULL); __this->set_signedData_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(System.Collections.IDictionary,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m5386FA0495096720B4EBA08BD52727E66696AE9C (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, RuntimeObject* ___hashes0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsSignedData( // IDictionary hashes, // ContentInfo sigData) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.hashes = hashes; RuntimeObject* L_0 = ___hashes0; __this->set_hashes_8(L_0); // this.contentInfo = sigData; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = ___sigData1; __this->set_contentInfo_3(L_1); // this.signedData = SignedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2 = __this->get_contentInfo_3(); NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_4; L_4 = SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589(L_3, /*hidden argument*/NULL); __this->set_signedData_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__ctor_m4EABAB60DF625FB03028BF06722AAC0E4245188B (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___sigData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsSignedData( // ContentInfo sigData) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.contentInfo = sigData; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = ___sigData0; __this->set_contentInfo_3(L_0); // this.signedData = SignedData.GetInstance(contentInfo.Content); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1 = __this->get_contentInfo_3(); NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_3; L_3 = SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589(L_2, /*hidden argument*/NULL); __this->set_signedData_2(L_3); // if (signedData.EncapContentInfo.Content != null) SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_4 = __this->get_signedData_2(); NullCheck(L_4); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_5; L_5 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_005a; } } { // this.signedContent = new CmsProcessableByteArray( // ((Asn1OctetString)(signedData.EncapContentInfo.Content)).GetOctets()); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_7 = __this->get_signedData_2(); NullCheck(L_7); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_8; L_8 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline(L_8, /*hidden argument*/NULL); NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_9, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_9, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * L_11 = (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B *)il2cpp_codegen_object_new(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B(L_11, L_10, /*hidden argument*/NULL); __this->set_signedContent_1(L_11); } IL_005a: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsSignedData_get_Version_m591FB403FFBC1ACDFB4517012AD5310E72516F6D (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // get { return signedData.Version.Value.IntValue; } SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_0 = __this->get_signedData_2(); NullCheck(L_0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1; L_1 = SignedData_get_Version_mB0C663B05E7B04F260DEAFCBDDE9FB2F5C1B7EF3_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetSignerInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * CmsSignedData_GetSignerInfos_m998162340003A1D9AD0F0FAEFF68C10FA0BC4726 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * V_2 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (signerInfoStore == null) SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_0 = __this->get_signerInfoStore_4(); if (L_0) { goto IL_00c2; } } { // IList signerInfos = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_1; // Asn1Set s = signedData.SignerInfos; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_2 = __this->get_signedData_2(); NullCheck(L_2); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3; L_3 = SignedData_get_SignerInfos_mA787CD8CFDBE0D4D2AB0F24C4A7191BB3959F0F0_inline(L_2, /*hidden argument*/NULL); // foreach (object obj in s) NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_3); V_1 = L_4; } IL_0022: try {// begin try (depth: 1) { goto IL_0098; } IL_0024: { // foreach (object obj in s) RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); // SignerInfo info = SignerInfo.GetInstance(obj); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_7; L_7 = SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A(L_6, /*hidden argument*/NULL); V_2 = L_7; // DerObjectIdentifier contentType = signedData.EncapContentInfo.ContentType; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_8 = __this->get_signedData_2(); NullCheck(L_8); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_9; L_9 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10; L_10 = ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline(L_9, /*hidden argument*/NULL); V_3 = L_10; // if (hashes == null) RuntimeObject* L_11 = __this->get_hashes_8(); if (L_11) { goto IL_0060; } } IL_0049: { // signerInfos.Add(new SignerInformation(info, contentType, signedContent, null)); RuntimeObject* L_12 = V_0; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_13 = V_2; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = V_3; RuntimeObject* L_15 = __this->get_signedContent_1(); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_16 = (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)il2cpp_codegen_object_new(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140(L_16, L_13, L_14, L_15, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_17; L_17 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_12, L_16); // } goto IL_0098; } IL_0060: { // byte[] hash = (byte[])hashes[info.DigestAlgorithm.Algorithm.Id]; RuntimeObject* L_18 = __this->get_hashes_8(); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_19 = V_2; NullCheck(L_19); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_20; L_20 = SignerInfo_get_DigestAlgorithm_m533724D4114195F091E1983A334D72395D0728DA_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21; L_21 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_20); NullCheck(L_21); String_t* L_22; L_22 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_21, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, L_22); V_4 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_23, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // signerInfos.Add(new SignerInformation(info, contentType, null, new BaseDigestCalculator(hash))); RuntimeObject* L_24 = V_0; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_25 = V_2; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_4; BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 * L_28 = (BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 *)il2cpp_codegen_object_new(BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4_il2cpp_TypeInfo_var); BaseDigestCalculator__ctor_mA3269767D942633074C919746354A8671BC44672(L_28, L_27, /*hidden argument*/NULL); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_29 = (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)il2cpp_codegen_object_new(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140(L_29, L_25, L_26, (RuntimeObject*)NULL, L_28, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_30; L_30 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_24, L_29); } IL_0098: { // foreach (object obj in s) RuntimeObject* L_31 = V_1; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0024; } } IL_00a0: { IL2CPP_LEAVE(0xB6, FINALLY_00a2); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a2; } FINALLY_00a2: {// begin finally (depth: 1) { RuntimeObject* L_33 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_5; if (!L_34) { goto IL_00b5; } } IL_00ae: { RuntimeObject* L_35 = V_5; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_35); } IL_00b5: { IL2CPP_END_FINALLY(162) } }// end finally (depth: 1) IL2CPP_CLEANUP(162) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB6, IL_00b6) } IL_00b6: { // signerInfoStore = new SignerInformationStore(signerInfos); RuntimeObject* L_36 = V_0; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_37 = (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C *)il2cpp_codegen_object_new(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var); SignerInformationStore__ctor_mAD2A57AE08BBF78B2D416BAE655D3122FA34B06E(L_37, L_36, /*hidden argument*/NULL); __this->set_signerInfoStore_4(L_37); } IL_00c2: { // return signerInfoStore; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_38 = __this->get_signerInfoStore_4(); return L_38; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetAttributeCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedData_GetAttributeCertificates_m4B807CAF44A76547D72D0C4F1B30EDF55322FE39 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (attrCertStore == null) RuntimeObject* L_0 = __this->get_attrCertStore_5(); if (L_0) { goto IL_0024; } } { // attrCertStore = Helper.CreateAttributeStore(type, signedData.Certificates); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var))->get_Helper_0(); String_t* L_2 = ___type0; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_3 = __this->get_signedData_2(); NullCheck(L_3); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_4; L_4 = SignedData_get_Certificates_mBF4914746C481E61BCDF30D6DBDDC546556FA190_inline(L_3, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E(L_1, L_2, L_4, /*hidden argument*/NULL); __this->set_attrCertStore_5(L_5); } IL_0024: { // return attrCertStore; RuntimeObject* L_6 = __this->get_attrCertStore_5(); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedData_GetCertificates_mA646AFCCAB8E4ED1D2F4D325C747866DB552884B (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (certificateStore == null) RuntimeObject* L_0 = __this->get_certificateStore_6(); if (L_0) { goto IL_0024; } } { // certificateStore = Helper.CreateCertificateStore(type, signedData.Certificates); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var))->get_Helper_0(); String_t* L_2 = ___type0; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_3 = __this->get_signedData_2(); NullCheck(L_3); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_4; L_4 = SignedData_get_Certificates_mBF4914746C481E61BCDF30D6DBDDC546556FA190_inline(L_3, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C(L_1, L_2, L_4, /*hidden argument*/NULL); __this->set_certificateStore_6(L_5); } IL_0024: { // return certificateStore; RuntimeObject* L_6 = __this->get_certificateStore_6(); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetCrls(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedData_GetCrls_m3FE66FBFBF90E9B6BB985FD76F03489177397297 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (crlStore == null) RuntimeObject* L_0 = __this->get_crlStore_7(); if (L_0) { goto IL_0024; } } { // crlStore = Helper.CreateCrlStore(type, signedData.CRLs); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var))->get_Helper_0(); String_t* L_2 = ___type0; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_3 = __this->get_signedData_2(); NullCheck(L_3); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_4; L_4 = SignedData_get_CRLs_mCA19982F95C6AA7331F78B4FC8C515C064B84611_inline(L_3, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_5; L_5 = CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264(L_1, L_2, L_4, /*hidden argument*/NULL); __this->set_crlStore_7(L_5); } IL_0024: { // return crlStore; RuntimeObject* L_6 = __this->get_crlStore_7(); return L_6; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::get_SignedContentTypeOid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedData_get_SignedContentTypeOid_m45A416FEE721C994CE018A5CFCCF84D720FFA590 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // get { return signedData.EncapContentInfo.ContentType.Id; } SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_0 = __this->get_signedData_2(); NullCheck(L_0); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::get_SignedContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CmsSignedData_get_SignedContentType_m93240CF4D6B327408578464EBC5FCA584C25EE97 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // get { return signedData.EncapContentInfo.ContentType; } SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_0 = __this->get_signedData_2(); NullCheck(L_0); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_1; L_1 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::get_SignedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedData_get_SignedContent_mFFF41A3AAD3FDEE19BB43CA7B00B1EB48CF85190 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // get { return signedContent; } RuntimeObject* L_0 = __this->get_signedContent_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::get_ContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsSignedData_get_ContentInfo_m03BDA5195139E976DD739AA981B210E709D8F7FB (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // get { return contentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_3(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsSignedData_GetEncoded_mFF1B7B944E2615B80ECD219542A5B38FAB0ABBF2 (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * __this, const RuntimeMethod* method) { { // return contentInfo.GetEncoded(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_3(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::ReplaceSigners(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedData_ReplaceSigners_m33EDB81E9A98FCF4619E8C3DEC37B345D48BE81B (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * ___signedData0, SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ___signerInformationStore1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_2 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_3 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_4 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_5 = NULL; RuntimeObject* V_6 = NULL; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * V_7 = NULL; RuntimeObject* V_8 = NULL; int32_t V_9 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CmsSignedData cms = new CmsSignedData(signedData); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_0 = ___signedData0; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_1 = (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 *)il2cpp_codegen_object_new(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedData__ctor_mE9D1805EB2C9325EDDDAA83E9B15185315F4CC4A(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // cms.signerInfoStore = signerInformationStore; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_2 = V_0; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_3 = ___signerInformationStore1; NullCheck(L_2); L_2->set_signerInfoStore_4(L_3); // Asn1EncodableVector digestAlgs = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4; L_4 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6; L_6 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_7, L_6, /*hidden argument*/NULL); V_2 = L_7; // foreach (SignerInformation signer in signerInformationStore.GetSigners()) SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_8 = ___signerInformationStore1; NullCheck(L_8); RuntimeObject* L_9; L_9 = SignerInformationStore_GetSigners_m311149289BA54C78095790447D86269329E66900(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); V_6 = L_10; } IL_0031: try {// begin try (depth: 1) { goto IL_0077; } IL_0033: { // foreach (SignerInformation signer in signerInformationStore.GetSigners()) RuntimeObject* L_11 = V_6; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_7 = ((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_12, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var)); // digestAlgs.Add(Helper.FixAlgID(signer.DigestAlgorithmID)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_13 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_14 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_15 = L_14; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_16 = ((CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var))->get_Helper_0(); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_17 = V_7; NullCheck(L_17); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_18; L_18 = SignerInformation_get_DigestAlgorithmID_mD1214BCCC49E013EA65974F11E447C3823BE466C_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_19; L_19 = CmsSignedHelper_FixAlgID_m86097EA372C107EDE8ABA0C6CF99BA7BF300C3D8(L_16, L_18, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_19); (L_15)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_19); NullCheck(L_13); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_13, L_15, /*hidden argument*/NULL); // vec.Add(signer.ToSignerInfo()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = V_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_21 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_22 = L_21; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_23 = V_7; NullCheck(L_23); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_24; L_24 = SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_24); NullCheck(L_20); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_20, L_22, /*hidden argument*/NULL); } IL_0077: { // foreach (SignerInformation signer in signerInformationStore.GetSigners()) RuntimeObject* L_25 = V_6; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_0033; } } IL_0080: { IL2CPP_LEAVE(0x97, FINALLY_0082); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0082; } FINALLY_0082: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_8; if (!L_28) { goto IL_0096; } } IL_008f: { RuntimeObject* L_29 = V_8; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_0096: { IL2CPP_END_FINALLY(130) } }// end finally (depth: 1) IL2CPP_CLEANUP(130) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x97, IL_0097) } IL_0097: { // Asn1Set digests = new DerSet(digestAlgs); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_30 = V_1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_31 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_31, L_30, /*hidden argument*/NULL); V_3 = L_31; // Asn1Set signers = new DerSet(vec); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_32 = V_2; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_33 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_33, L_32, /*hidden argument*/NULL); V_4 = L_33; // Asn1Sequence sD = (Asn1Sequence)signedData.signedData.ToAsn1Object(); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_34 = ___signedData0; NullCheck(L_34); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_35 = L_34->get_signedData_2(); NullCheck(L_35); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_36; L_36 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_35); V_5 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_36, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // vec = new Asn1EncodableVector( // sD[0], // version // digests); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_37 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_38 = L_37; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_39 = V_5; NullCheck(L_39); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_40; L_40 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_39, 0); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_40); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_41 = L_38; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_42 = V_3; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_42); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_43 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_43, L_41, /*hidden argument*/NULL); V_2 = L_43; // for (int i = 2; i != sD.Count - 1; i++) V_9 = 2; goto IL_00f6; } IL_00d8: { // vec.Add(sD[i]); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_44 = V_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_45 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_46 = L_45; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_47 = V_5; int32_t L_48 = V_9; NullCheck(L_47); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_49; L_49 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_47, L_48); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_49); NullCheck(L_44); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_44, L_46, /*hidden argument*/NULL); // for (int i = 2; i != sD.Count - 1; i++) int32_t L_50 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00f6: { // for (int i = 2; i != sD.Count - 1; i++) int32_t L_51 = V_9; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_52 = V_5; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_52); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)))))) { goto IL_00d8; } } { // vec.Add(signers); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_54 = V_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_55 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_56 = L_55; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_57 = V_4; NullCheck(L_56); ArrayElementTypeCheck (L_56, L_57); (L_56)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_57); NullCheck(L_54); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_54, L_56, /*hidden argument*/NULL); // cms.signedData = SignedData.GetInstance(new BerSequence(vec)); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_58 = V_0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_59 = V_2; BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_60 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_mAD9FD2534E7DF5E662805F2145BEA670860F12E4(L_60, L_59, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_61; L_61 = SignedData_GetInstance_mCF049FA047ECC55D645C22FA2CDF439A687F6589(L_60, /*hidden argument*/NULL); NullCheck(L_58); L_58->set_signedData_2(L_61); // cms.contentInfo = new ContentInfo(cms.contentInfo.ContentType, cms.signedData); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_62 = V_0; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_63 = V_0; NullCheck(L_63); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_64 = L_63->get_contentInfo_3(); NullCheck(L_64); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65; L_65 = ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline(L_64, /*hidden argument*/NULL); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_66 = V_0; NullCheck(L_66); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_67 = L_66->get_signedData_2(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_68 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_68, L_65, L_67, /*hidden argument*/NULL); NullCheck(L_62); L_62->set_contentInfo_3(L_68); // return cms; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_69 = V_0; return L_69; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::ReplaceCertificatesAndCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedData_ReplaceCertificatesAndCrls_mF2AC492F5077762FBF670970E743BBCD2ED7663D (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * ___signedData0, RuntimeObject* ___x509Certs1, RuntimeObject* ___x509Crls2, RuntimeObject* ___x509AttrCerts3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * V_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_1 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_2 = NULL; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * V_3 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_4 = NULL; X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * V_5 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_6 = NULL; X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (x509AttrCerts != null) RuntimeObject* L_0 = ___x509AttrCerts3; if (!L_0) { goto IL_000e; } } { // throw BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateNotImplementedException("Currently can't replace attribute certificates"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); Exception_t * L_1; L_1 = Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6583E8A8B9124356449B0D8AA03B1CB8F39438E3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedData_ReplaceCertificatesAndCrls_mF2AC492F5077762FBF670970E743BBCD2ED7663D_RuntimeMethod_var))); } IL_000e: { // CmsSignedData cms = new CmsSignedData(signedData); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_2 = ___signedData0; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_3 = (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 *)il2cpp_codegen_object_new(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedData__ctor_mE9D1805EB2C9325EDDDAA83E9B15185315F4CC4A(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; // Asn1Set certs = null; V_1 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; } IL_0017: try {// begin try (depth: 1) { // Asn1Set asn1Set = CmsUtilities.CreateBerSetFromList( // CmsUtilities.GetCertificatesFromStore(x509Certs)); RuntimeObject* L_4 = ___x509Certs1; RuntimeObject* L_5; L_5 = CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072(L_4, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_6; L_6 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_5, /*hidden argument*/NULL); V_4 = L_6; // if (asn1Set.Count != 0) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_7 = V_4; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Count() */, L_7); if (!L_8) { goto IL_0030; } } IL_002d: { // certs = asn1Set; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_9 = V_4; V_1 = L_9; } IL_0030: { // } goto IL_0041; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreException) // catch (X509StoreException e) V_5 = ((X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)IL2CPP_GET_ACTIVE_EXCEPTION(X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)); // throw new CmsException("error getting certificates from store", e); X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * L_10 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_11 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B23CF3143F07EDE6DAE12210E9C6B701EE031AC)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedData_ReplaceCertificatesAndCrls_mF2AC492F5077762FBF670970E743BBCD2ED7663D_RuntimeMethod_var))); }// end catch (depth: 1) IL_0041: { // Asn1Set crls = null; V_2 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; } IL_0043: try {// begin try (depth: 1) { // Asn1Set asn1Set = CmsUtilities.CreateBerSetFromList( // CmsUtilities.GetCrlsFromStore(x509Crls)); RuntimeObject* L_12 = ___x509Crls2; RuntimeObject* L_13; L_13 = CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E(L_12, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_14; L_14 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_13, /*hidden argument*/NULL); V_6 = L_14; // if (asn1Set.Count != 0) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_15 = V_6; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Count() */, L_15); if (!L_16) { goto IL_005c; } } IL_0059: { // crls = asn1Set; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_17 = V_6; V_2 = L_17; } IL_005c: { // } goto IL_006d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005e; } throw e; } CATCH_005e: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509StoreException) // catch (X509StoreException e) V_7 = ((X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)IL2CPP_GET_ACTIVE_EXCEPTION(X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 *)); // throw new CmsException("error getting CRLs from store", e); X509StoreException_tF3E73915BE44B8D996C94BA493CF61D30ADA2685 * L_18 = V_7; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_19 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA224D72F857CF3B66A0D7C7C8835165D309C4F36)), L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedData_ReplaceCertificatesAndCrls_mF2AC492F5077762FBF670970E743BBCD2ED7663D_RuntimeMethod_var))); }// end catch (depth: 1) IL_006d: { // SignedData old = signedData.signedData; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_20 = ___signedData0; NullCheck(L_20); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_21 = L_20->get_signedData_2(); V_3 = L_21; // cms.signedData = new SignedData( // old.DigestAlgorithms, // old.EncapContentInfo, // certs, // crls, // old.SignerInfos); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_22 = V_0; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_23 = V_3; NullCheck(L_23); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_24; L_24 = SignedData_get_DigestAlgorithms_mD056D82FFE3CD0D01345D2A4F3F28AF7A3CD7E51_inline(L_23, /*hidden argument*/NULL); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_25 = V_3; NullCheck(L_25); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_26; L_26 = SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline(L_25, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_27 = V_1; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_28 = V_2; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_29 = V_3; NullCheck(L_29); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_30; L_30 = SignedData_get_SignerInfos_mA787CD8CFDBE0D4D2AB0F24C4A7191BB3959F0F0_inline(L_29, /*hidden argument*/NULL); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_31 = (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C *)il2cpp_codegen_object_new(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData__ctor_m1F58450493DAF653C8D2E6EB38946E2878CD35E5(L_31, L_24, L_26, L_27, L_28, L_30, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_signedData_2(L_31); // cms.contentInfo = new ContentInfo(cms.contentInfo.ContentType, cms.signedData); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_32 = V_0; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_33 = V_0; NullCheck(L_33); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_34 = L_33->get_contentInfo_3(); NullCheck(L_34); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35; L_35 = ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline(L_34, /*hidden argument*/NULL); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_36 = V_0; NullCheck(L_36); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_37 = L_36->get_signedData_2(); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_38 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_38, L_35, L_37, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_contentInfo_3(L_38); // return cms; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_39 = V_0; return L_39; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedData__cctor_m1AB855703A5C2ABBAF16D75D8C099A617C4616F3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly CmsSignedHelper Helper = CmsSignedHelper.Instance; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_Instance_0(); ((CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var))->set_Helper_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator__ctor_m0E2829788F69F895DF2B138B3D8074BDC955A248 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IList signerInfs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_signerInfs_25(L_0); // public CmsSignedDataGenerator() IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); CmsSignedGenerator__ctor_m6FE564B509C6C6F369851F9F258997C456F36AB6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator__ctor_m004571286310919C96C82E0CE17AD711A13CD03C (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IList signerInfs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_signerInfs_25(L_0); // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ___rand0; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); CmsSignedGenerator__ctor_m26259FBC93B6FBC9C6EF293B0698BCBCBCA50817(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mAAECE2B4B3D00D793B62EFB29468B924FCF1E2BA (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, Helper.GetEncOid(privateKey, digestOID), digestOID); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; CmsSignedDataGenerator_AddSigner_m36680BC69BD015324966FAFF28E41F4863F50F5A(__this, L_0, L_1, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m36680BC69BD015324966FAFF28E41F4863F50F5A (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(cert), encryptionOID, digestOID, // new DefaultSignedAttributeTableGenerator(), null, null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_5 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_5, /*hidden argument*/NULL); CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_5, (RuntimeObject*)NULL, (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m67FA823CAE6E9DE0AE1C9E76EDF737A48A774938 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, Helper.GetEncOid(privateKey, digestOID), digestOID); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; CmsSignedDataGenerator_AddSigner_mA7F5ADFC833D186AC2F7D1AE657F0A27A03F5CD2(__this, L_0, L_1, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mA7F5ADFC833D186AC2F7D1AE657F0A27A03F5CD2 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(subjectKeyID), encryptionOID, digestOID, // new DefaultSignedAttributeTableGenerator(), null, null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_5 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_5, /*hidden argument*/NULL); CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_5, (RuntimeObject*)NULL, (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m5D75D477E2D3529B6068FF27EC7284B5E2CCEDD2 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOID2, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, Helper.GetEncOid(privateKey, digestOID), digestOID, // signedAttr, unsignedAttr); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7 = ___signedAttr3; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_8 = ___unsignedAttr4; CmsSignedDataGenerator_AddSigner_mB4D89035FF112A95EC12D0C073E2E63045130715(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mB4D89035FF112A95EC12D0C073E2E63045130715 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(cert), encryptionOID, digestOID, // new DefaultSignedAttributeTableGenerator(signedAttr), // new SimpleAttributeTableGenerator(unsignedAttr), // signedAttr); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_5 = ___signedAttr4; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_6 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D(L_6, L_5, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7 = ___unsignedAttr5; SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * L_8 = (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC *)il2cpp_codegen_object_new(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E(L_8, L_7, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_9 = ___signedAttr4; CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m8C9BF3871E745F309E9C689D23C8F8CAC9B75871 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOID2, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, Helper.GetEncOid(privateKey, digestOID), digestOID, // signedAttr, unsignedAttr); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7 = ___signedAttr3; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_8 = ___unsignedAttr4; CmsSignedDataGenerator_AddSigner_m86434E078263DC97BFB34C8A7B776A27BAED4B21(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m86434E078263DC97BFB34C8A7B776A27BAED4B21 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(subjectKeyID), encryptionOID, digestOID, // new DefaultSignedAttributeTableGenerator(signedAttr), // new SimpleAttributeTableGenerator(unsignedAttr), // signedAttr); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_5 = ___signedAttr4; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_6 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D(L_6, L_5, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7 = ___unsignedAttr5; SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * L_8 = (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC *)il2cpp_codegen_object_new(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E(L_8, L_7, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_9 = ___signedAttr4; CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_m337DF95A6E04445145FEEC0DE56C67C9E1082A6A (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOID2, RuntimeObject* ___signedAttrGen3, RuntimeObject* ___unsignedAttrGen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, Helper.GetEncOid(privateKey, digestOID), digestOID, // signedAttrGen, unsignedAttrGen); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; RuntimeObject* L_7 = ___signedAttrGen3; RuntimeObject* L_8 = ___unsignedAttrGen4; CmsSignedDataGenerator_AddSigner_mEBAD451ED237FFD32DF90EE5144C0DC0EFEDA88D(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mEBAD451ED237FFD32DF90EE5144C0DC0EFEDA88D (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(cert), encryptionOID, digestOID, signedAttrGen, // unsignedAttrGen, null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; RuntimeObject* L_5 = ___signedAttrGen4; RuntimeObject* L_6 = ___unsignedAttrGen5; CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_5, L_6, (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mEFAFD5547C149E3144B7A9ADCB77222EE93E74C7 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOID2, RuntimeObject* ___signedAttrGen3, RuntimeObject* ___unsignedAttrGen4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, Helper.GetEncOid(privateKey, digestOID), digestOID, // signedAttrGen, unsignedAttrGen); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOID2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOID2; RuntimeObject* L_7 = ___signedAttrGen3; RuntimeObject* L_8 = ___unsignedAttrGen4; CmsSignedDataGenerator_AddSigner_mFFE108B20A053790048B7CF324F40FD84D22045B(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSigner_mFFE108B20A053790048B7CF324F40FD84D22045B (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // doAddSigner(privateKey, GetSignerIdentifier(subjectKeyID), encryptionOID, digestOID, // signedAttrGen, unsignedAttrGen, null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOID2; String_t* L_4 = ___digestOID3; RuntimeObject* L_5 = ___signedAttrGen4; RuntimeObject* L_6 = ___unsignedAttrGen5; CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6(__this, L_0, L_2, L_3, L_4, L_5, L_6, (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::AddSignerInfoGenerator(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInfoGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_AddSignerInfoGenerator_m053110D0F42FD699044A4AB5EDBD2FDCB6B9CAFA (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * ___signerInfoGenerator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signerInfs.Add(new SignerInf(this, signerInfoGenerator.contentSigner, signerInfoGenerator.sigId, // signerInfoGenerator.signedGen, signerInfoGenerator.unsignedGen, null)); RuntimeObject* L_0 = __this->get_signerInfs_25(); SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * L_1 = ___signerInfoGenerator0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get_contentSigner_1(); SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * L_3 = ___signerInfoGenerator0; NullCheck(L_3); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_4 = L_3->get_sigId_2(); SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * L_5 = ___signerInfoGenerator0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_signedGen_3(); SignerInfoGenerator_t8273631099CCC021F846487AF417850AEAA92595 * L_7 = ___signerInfoGenerator0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_unsignedGen_4(); SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * L_9 = (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 *)il2cpp_codegen_object_new(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var); SignerInf__ctor_m4F7106102E6045F95919B1D0864AB433A6177F04(L_9, __this, L_2, L_4, L_6, L_8, (AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 *)NULL, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_10; L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::doAddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator_doAddSigner_mBA48998D7AB7D7ED824EEB392C3DDB47B2E3CDD6 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier1, String_t* ___encryptionOID2, String_t* ___digestOID3, RuntimeObject* ___signedAttrGen4, RuntimeObject* ___unsignedAttrGen5, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___baseSignedTable6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signerInfs.Add(new SignerInf(this, privateKey, signerIdentifier, digestOID, encryptionOID, // signedAttrGen, unsignedAttrGen, baseSignedTable)); RuntimeObject* L_0 = __this->get_signerInfs_25(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_1 = ___privateKey0; SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2 = ___signerIdentifier1; String_t* L_3 = ___digestOID3; String_t* L_4 = ___encryptionOID2; RuntimeObject* L_5 = ___signedAttrGen4; RuntimeObject* L_6 = ___unsignedAttrGen5; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_7 = ___baseSignedTable6; SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * L_8 = (SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 *)il2cpp_codegen_object_new(SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var); SignerInf__ctor_m2E7EF485740B9BE5B514C0A4AE615794C0BC4994(L_8, __this, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_9; L_9 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_8); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedDataGenerator_Generate_m32D2309FC837BF2CB9EE54D781BBDAE49DC7806E (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, RuntimeObject* ___content0, const RuntimeMethod* method) { { // return Generate(content, false); RuntimeObject* L_0 = ___content0; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_1; L_1 = CmsSignedDataGenerator_Generate_m5C70895FFA741B41DE8B10A76223C1B0183C8EB4(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Generate(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, String_t* ___signedContentType0, RuntimeObject* ___content1, bool ___encapsulate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_1 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_2 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_3 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * V_4 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_5 = NULL; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * V_6 = NULL; SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * V_7 = NULL; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * V_8 = NULL; RuntimeObject* V_9 = NULL; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * V_10 = NULL; RuntimeObject* V_11 = NULL; SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * V_12 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_13 = NULL; InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * V_14 = NULL; SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * V_15 = NULL; CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * V_16 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_17 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_18 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B11_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * G_B28_0 = NULL; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * G_B33_0 = NULL; { // Asn1EncodableVector digestAlgs = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // Asn1EncodableVector signerInfos = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2; L_2 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; // _digests.Clear(); // clear the current preserved digest state RuntimeObject* L_4 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__digests_20(); NullCheck(L_4); InterfaceActionInvoker0::Invoke(6 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4); // foreach (SignerInformation signer in _signers) RuntimeObject* L_5 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__signers_19(); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_5); V_9 = L_6; } IL_002e: try {// begin try (depth: 1) { goto IL_0074; } IL_0030: { // foreach (SignerInformation signer in _signers) RuntimeObject* L_7 = V_9; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); V_10 = ((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_8, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var)); // digestAlgs.Add(Helper.FixAlgID(signer.DigestAlgorithmID)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_12 = ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->get_Helper_24(); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_13 = V_10; NullCheck(L_13); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_14; L_14 = SignerInformation_get_DigestAlgorithmID_mD1214BCCC49E013EA65974F11E447C3823BE466C_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_15; L_15 = CmsSignedHelper_FixAlgID_m86097EA372C107EDE8ABA0C6CF99BA7BF300C3D8(L_12, L_14, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_15); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); // signerInfos.Add(signer.ToSignerInfo()); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_17 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = L_17; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_19 = V_10; NullCheck(L_19); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_20; L_20 = SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_20); NullCheck(L_16); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_16, L_18, /*hidden argument*/NULL); } IL_0074: { // foreach (SignerInformation signer in _signers) RuntimeObject* L_21 = V_9; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0030; } } IL_007d: { IL2CPP_LEAVE(0x94, FINALLY_007f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007f; } FINALLY_007f: {// begin finally (depth: 1) { RuntimeObject* L_23 = V_9; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_11; if (!L_24) { goto IL_0093; } } IL_008c: { RuntimeObject* L_25 = V_11; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0093: { IL2CPP_END_FINALLY(127) } }// end finally (depth: 1) IL2CPP_CLEANUP(127) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x94, IL_0094) } IL_0094: { // bool isCounterSignature = (signedContentType == null); String_t* L_26 = ___signedContentType0; // DerObjectIdentifier contentTypeOid = isCounterSignature // ? null // : new DerObjectIdentifier(signedContentType); if (((((RuntimeObject*)(String_t*)L_26) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) { goto IL_00a2; } } { String_t* L_27 = ___signedContentType0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_28, L_27, /*hidden argument*/NULL); G_B11_0 = L_28; goto IL_00a3; } IL_00a2: { G_B11_0 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)(NULL)); } IL_00a3: { V_2 = G_B11_0; // foreach (SignerInf signer in signerInfs) RuntimeObject* L_29 = __this->get_signerInfs_25(); NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_29); V_9 = L_30; } IL_00b1: try {// begin try (depth: 1) { goto IL_0136; } IL_00b6: { // foreach (SignerInf signer in signerInfs) RuntimeObject* L_31 = V_9; NullCheck(L_31); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); V_12 = ((SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 *)CastclassClass((RuntimeObject*)L_32, SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7_il2cpp_TypeInfo_var)); } IL_00c4: try {// begin try (depth: 2) // digestAlgs.Add(signer.DigestAlgorithmID); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_33 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_34 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_35 = L_34; SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * L_36 = V_12; NullCheck(L_36); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_37; L_37 = SignerInf_get_DigestAlgorithmID_m913FCE54466D1BA805B34787FEE1B316F8B2407D(L_36, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_37); NullCheck(L_33); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_33, L_35, /*hidden argument*/NULL); // signerInfos.Add(signer.ToSignerInfo(contentTypeOid, content, rand)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_38 = V_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_39 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_40 = L_39; SignerInf_t1394E4CE6401D3DB42AF931FEFBB0BAF30ABE4C7 * L_41 = V_12; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = V_2; RuntimeObject* L_43 = ___content1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_44 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get_rand_23(); NullCheck(L_41); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_45; L_45 = SignerInf_ToSignerInfo_mAF1B500D3B106857A508B4BCE0665CD45CC70FFD(L_41, L_42, L_43, L_44, /*hidden argument*/NULL); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_45); (L_40)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_45); NullCheck(L_38); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_38, L_40, /*hidden argument*/NULL); // } goto IL_0136; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00fa; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0109; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0118; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0127; } throw e; } CATCH_00fa: {// begin catch(System.IO.IOException) // catch (IOException e) V_13 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("encoding error.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_46 = V_13; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_47 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB41B49233FEB3A218D2C94859DE9C4E14CE06503)), L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_0109: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException) // catch (InvalidKeyException e) V_14 = ((InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)); // throw new CmsException("key inappropriate for signature.", e); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_48 = V_14; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_49 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED46BCDBE06A98A6EF9E9D27C456EEDF48195AE3)), L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_0118: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignatureException) // catch (SignatureException e) V_15 = ((SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA *)); // throw new CmsException("error creating signature.", e); SignatureException_t8646C7AB185E39DCCA9ED2BC70B36207BA5A8EBA * L_50 = V_15; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_51 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5198D417D822302DED97D6058B080025A4E28F62)), L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_0127: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException) // catch (CertificateEncodingException e) V_16 = ((CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)); // throw new CmsException("error creating sid.", e); CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_52 = V_16; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_53 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE9F867D233876C8519479EEFE48142345CDADF71)), L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var))); }// end catch (depth: 2) IL_0136: { // foreach (SignerInf signer in signerInfs) RuntimeObject* L_54 = V_9; NullCheck(L_54); bool L_55; L_55 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_54); if (L_55) { goto IL_00b6; } } IL_0142: { IL2CPP_LEAVE(0x159, FINALLY_0144); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0144; } FINALLY_0144: {// begin finally (depth: 1) { RuntimeObject* L_56 = V_9; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_56, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_57 = V_11; if (!L_57) { goto IL_0158; } } IL_0151: { RuntimeObject* L_58 = V_11; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_58); } IL_0158: { IL2CPP_END_FINALLY(324) } }// end finally (depth: 1) IL2CPP_CLEANUP(324) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x159, IL_0159) } IL_0159: { // Asn1Set certificates = null; V_3 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (_certs.Count != 0) RuntimeObject* L_59 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__certs_17(); NullCheck(L_59); int32_t L_60; L_60 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_59); if (!L_60) { goto IL_0189; } } { // certificates = UseDerForCerts // ? CmsUtilities.CreateDerSetFromList(_certs) // : CmsUtilities.CreateBerSetFromList(_certs); bool L_61; L_61 = CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline(__this, /*hidden argument*/NULL); if (L_61) { goto IL_017d; } } { RuntimeObject* L_62 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__certs_17(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_63; L_63 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_62, /*hidden argument*/NULL); G_B28_0 = L_63; goto IL_0188; } IL_017d: { RuntimeObject* L_64 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__certs_17(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_65; L_65 = CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86(L_64, /*hidden argument*/NULL); G_B28_0 = L_65; } IL_0188: { V_3 = G_B28_0; } IL_0189: { // Asn1Set certrevlist = null; V_4 = (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; // if (_crls.Count != 0) RuntimeObject* L_66 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__crls_18(); NullCheck(L_66); int32_t L_67; L_67 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_66); if (!L_67) { goto IL_01bb; } } { // certrevlist = UseDerForCrls // ? CmsUtilities.CreateDerSetFromList(_crls) // : CmsUtilities.CreateBerSetFromList(_crls); bool L_68; L_68 = CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline(__this, /*hidden argument*/NULL); if (L_68) { goto IL_01ae; } } { RuntimeObject* L_69 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__crls_18(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_70; L_70 = CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01(L_69, /*hidden argument*/NULL); G_B33_0 = L_70; goto IL_01b9; } IL_01ae: { RuntimeObject* L_71 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__crls_18(); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_72; L_72 = CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86(L_71, /*hidden argument*/NULL); G_B33_0 = L_72; } IL_01b9: { V_4 = G_B33_0; } IL_01bb: { // Asn1OctetString octs = null; V_5 = (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)NULL; // if (encapsulate) bool L_73 = ___encapsulate2; if (!L_73) { goto IL_01f2; } } { // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_74 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_74, /*hidden argument*/NULL); V_17 = L_74; // if (content != null) RuntimeObject* L_75 = ___content1; if (!L_75) { goto IL_01e4; } } IL_01cb: try {// begin try (depth: 1) // content.Write(bOut); RuntimeObject* L_76 = ___content1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_77 = V_17; NullCheck(L_76); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_76, L_77); // } goto IL_01e4; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01d5; } throw e; } CATCH_01d5: {// begin catch(System.IO.IOException) // catch (IOException e) V_18 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("encapsulation error.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_78 = V_18; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_79 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_79, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC9F373623FE2ECE9EC64E54AB5E9C833600EC8B4)), L_78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178_RuntimeMethod_var))); }// end catch (depth: 1) IL_01e4: { // octs = new BerOctetString(bOut.ToArray()); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_80 = V_17; NullCheck(L_80); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81; L_81 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_80); BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B * L_82 = (BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B *)il2cpp_codegen_object_new(BerOctetString_tA32D321D3EBCA6B4AC19A4D7F67831E029C7D29B_il2cpp_TypeInfo_var); BerOctetString__ctor_m5F18676A38F30D797FBF83EA5F0C7FB52F7C3E24(L_82, L_81, /*hidden argument*/NULL); V_5 = L_82; } IL_01f2: { // ContentInfo encInfo = new ContentInfo(contentTypeOid, octs); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_83 = V_2; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_84 = V_5; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_85 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_85, L_83, L_84, /*hidden argument*/NULL); V_6 = L_85; // SignedData sd = new SignedData( // new DerSet(digestAlgs), // encInfo, // certificates, // certrevlist, // new DerSet(signerInfos)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_86 = V_0; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_87 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_87, L_86, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_88 = V_6; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_89 = V_3; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_90 = V_4; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_91 = V_1; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_92 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_92, L_91, /*hidden argument*/NULL); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_93 = (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C *)il2cpp_codegen_object_new(SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C_il2cpp_TypeInfo_var); SignedData__ctor_m1F58450493DAF653C8D2E6EB38946E2878CD35E5(L_93, L_87, L_88, L_89, L_90, L_92, /*hidden argument*/NULL); V_7 = L_93; // ContentInfo contentInfo = new ContentInfo(CmsObjectIdentifiers.SignedData, sd); IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_SignedData_1(); SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * L_95 = V_7; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_96 = (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B *)il2cpp_codegen_object_new(ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B_il2cpp_TypeInfo_var); ContentInfo__ctor_mA7D00410FFCD1B4C2A88B9600D19AF84CFD24F81(L_96, L_94, L_95, /*hidden argument*/NULL); V_8 = L_96; // return new CmsSignedData(content, contentInfo); RuntimeObject* L_97 = ___content1; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_98 = V_8; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_99 = (CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 *)il2cpp_codegen_object_new(CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858_il2cpp_TypeInfo_var); CmsSignedData__ctor_mEF1C8C7A33543289C1548F9F415483A7C0C5F1DC(L_99, L_97, L_98, /*hidden argument*/NULL); return L_99; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedData BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::Generate(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * CmsSignedDataGenerator_Generate_m5C70895FFA741B41DE8B10A76223C1B0183C8EB4 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, RuntimeObject* ___content0, bool ___encapsulate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this.Generate(Data, content, encapsulate); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_0 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_Data_0(); RuntimeObject* L_1 = ___content0; bool L_2 = ___encapsulate1; CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_3; L_3 = CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::GenerateCounterSigners(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * CmsSignedDataGenerator_GenerateCounterSigners_m4BF8E6ED3F8C9A704C8EEB9F892DE83163E593C6 (CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0 * __this, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * ___signer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this.Generate(null, new CmsProcessableByteArray(signer.GetSignature()), false).GetSignerInfos(); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_0 = ___signer0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = SignerInformation_GetSignature_m19847D4BA40A3F3049E9159D904727829182DD2E(L_0, /*hidden argument*/NULL); CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B * L_2 = (CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B *)il2cpp_codegen_object_new(CmsProcessableByteArray_t86BBD5B0C38099582B0643414C0FF69768A9324B_il2cpp_TypeInfo_var); CmsProcessableByteArray__ctor_mB6FBD0597F4FDAF896453F34E3462A46273BF61B(L_2, L_1, /*hidden argument*/NULL); CmsSignedData_tA38A9114FD51F2777D02EA89516060E848EB1858 * L_3; L_3 = CmsSignedDataGenerator_Generate_m6335757070A091712EF9DF7FED5F7EFAEB430178(__this, (String_t*)NULL, L_2, (bool)0, /*hidden argument*/NULL); NullCheck(L_3); SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_4; L_4 = CmsSignedData_GetSignerInfos_m998162340003A1D9AD0F0FAEFF68C10FA0BC4726(L_3, /*hidden argument*/NULL); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataGenerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataGenerator__cctor_m41B2859F8677A36D1747A0D1633D3F4A2576F691 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly CmsSignedHelper Helper = CmsSignedHelper.Instance; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_Instance_0(); ((CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataGenerator_tB31413995D5BD3B01C0C7A28CE98BD91A56D4FB0_il2cpp_TypeInfo_var))->set_Helper_24(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_m7E229F14175AE68D559D4924B452B5BA2D767521 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBlock0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new MemoryStream(sigBlock, false)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sigBlock0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); CmsSignedDataParser__ctor_mE13BB15AA82E6F35A1E60B8B565842EF2CB95663(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_m2A1C40B2B8FFC5B711B21DF05303F4C7D7ADAB59 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * ___signedContent0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBlock1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(signedContent, new MemoryStream(sigBlock, false)) CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_0 = ___signedContent0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___sigBlock1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_2, L_1, (bool)0, /*hidden argument*/NULL); CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF(__this, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_mE13BB15AA82E6F35A1E60B8B565842EF2CB95663 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData0, const RuntimeMethod* method) { { // : this(null, sigData) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___sigData0; CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF(__this, (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)NULL, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * ___signedContent0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___sigData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * V_2 = NULL; RuntimeObject* V_3 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * V_7 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * G_B14_0 = NULL; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * G_B13_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B15_0 = NULL; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * G_B15_1 = NULL; { // : base(sigData) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___sigData1; CmsContentInfoParser__ctor_mB4EEDDFB527889342FC83A814629653FC1CF1213(__this, L_0, /*hidden argument*/NULL); } IL_0007: try {// begin try (depth: 1) { // this._signedContent = signedContent; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_1 = ___signedContent0; __this->set__signedContent_5(L_1); // this._signedData = SignedDataParser.GetInstance(this.contentInfo.GetContent(Asn1Tags.Sequence)); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_2 = ((CmsContentInfoParser_t14B8B5C167A6395A001D0D510923D7F3A30199E6 *)__this)->get_contentInfo_0(); NullCheck(L_2); RuntimeObject* L_3; L_3 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_2, ((int32_t)16), /*hidden argument*/NULL); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_4; L_4 = SignedDataParser_GetInstance_m31CC4A635FC6DB0E73335D9E4342F70E0AE4F1D2(L_3, /*hidden argument*/NULL); __this->set__signedData_3(L_4); // this._digests = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__digests_6(L_5); // this._digestOids = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_6 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_6, /*hidden argument*/NULL); __this->set__digestOids_7(L_6); // Asn1SetParser digAlgs = _signedData.GetDigestAlgorithms(); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_7 = __this->get__signedData_3(); NullCheck(L_7); RuntimeObject* L_8; L_8 = SignedDataParser_GetDigestAlgorithms_mA8423EB51E1F424BF568FE40F0BB362B659A3CBC(L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_00ad; } IL_004a: { // AlgorithmIdentifier id = AlgorithmIdentifier.GetInstance(o.ToAsn1Object()); RuntimeObject* L_9 = V_1; NullCheck(L_9); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10; L_10 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_9); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11; L_11 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_10, /*hidden argument*/NULL); V_4 = L_11; } IL_0057: try {// begin try (depth: 2) { // string digestOid = id.Algorithm.Id; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_12 = V_4; NullCheck(L_12); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13; L_13 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_12); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); V_5 = L_14; // string digestName = Helper.GetDigestAlgName(digestOid); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_15 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); String_t* L_16 = V_5; NullCheck(L_15); String_t* L_17; L_17 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_15, L_16, /*hidden argument*/NULL); V_6 = L_17; // if (!this._digests.Contains(digestName)) RuntimeObject* L_18 = __this->get__digests_6(); String_t* L_19 = V_6; NullCheck(L_18); bool L_20; L_20 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, L_19); if (L_20) { goto IL_00a8; } } IL_0082: { // this._digests[digestName] = Helper.GetDigestInstance(digestName); RuntimeObject* L_21 = __this->get__digests_6(); String_t* L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_23 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); String_t* L_24 = V_6; NullCheck(L_23); RuntimeObject* L_25; L_25 = CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_21); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_21, L_22, L_25); // this._digestOids.Add(digestOid); RuntimeObject* L_26 = __this->get__digestOids_7(); String_t* L_27 = V_5; NullCheck(L_26); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_26, L_27); } IL_00a8: { // } goto IL_00ad; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00aa; } throw e; } CATCH_00aa: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ad; }// end catch (depth: 2) IL_00ad: { // while ((o = digAlgs.ReadObject()) != null) RuntimeObject* L_28 = V_0; NullCheck(L_28); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser::ReadObject() */, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var, L_28); RuntimeObject* L_30 = L_29; V_1 = L_30; if (L_30) { goto IL_004a; } } IL_00b7: { // ContentInfoParser cont = _signedData.GetEncapContentInfo(); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_31 = __this->get__signedData_3(); NullCheck(L_31); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_32; L_32 = SignedDataParser_GetEncapContentInfo_m43D3089EE95EAD85B0A68E1DB78F4C220AD1213C(L_31, /*hidden argument*/NULL); V_2 = L_32; // Asn1OctetStringParser octs = (Asn1OctetStringParser) // cont.GetContent(Asn1Tags.OctetString); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_33 = V_2; NullCheck(L_33); RuntimeObject* L_34; L_34 = ContentInfoParser_GetContent_mCA52A987021A1C33F5A567A4E4ECCBC20D7FB4F0(L_33, 4, /*hidden argument*/NULL); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_34, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // if (octs != null) RuntimeObject* L_35 = V_3; if (!L_35) { goto IL_0104; } } IL_00d3: { // CmsTypedStream ctStr = new CmsTypedStream( // cont.ContentType.Id, octs.GetOctetStream()); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_36 = V_2; NullCheck(L_36); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37; L_37 = ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38; L_38 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_37, /*hidden argument*/NULL); RuntimeObject* L_39 = V_3; NullCheck(L_39); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_40; L_40 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_39); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_41 = (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)il2cpp_codegen_object_new(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D(L_41, L_38, L_40, /*hidden argument*/NULL); V_7 = L_41; // if (_signedContent == null) CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_42 = __this->get__signedContent_5(); if (L_42) { goto IL_00fd; } } IL_00f3: { // this._signedContent = ctStr; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_43 = V_7; __this->set__signedContent_5(L_43); // } goto IL_0104; } IL_00fd: { // ctStr.Drain(); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_44 = V_7; NullCheck(L_44); CmsTypedStream_Drain_mF0EE82303B29CCFD2A4D0B76AA7BA8E526E8A519(L_44, /*hidden argument*/NULL); } IL_0104: { // _signedContentType = _signedContent == null // ? cont.ContentType // : new DerObjectIdentifier(_signedContent.ContentType); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_45 = __this->get__signedContent_5(); G_B13_0 = __this; if (!L_45) { G_B14_0 = __this; goto IL_011f; } } IL_010d: { CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_46 = __this->get__signedContent_5(); NullCheck(L_46); String_t* L_47; L_47 = CmsTypedStream_get_ContentType_mCC2CB46364F7BB539469A61C227BDD240A708843_inline(L_46, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_48 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_48, L_47, /*hidden argument*/NULL); G_B15_0 = L_48; G_B15_1 = G_B13_0; goto IL_0125; } IL_011f: { ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_49 = V_2; NullCheck(L_49); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_50; L_50 = ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline(L_49, /*hidden argument*/NULL); G_B15_0 = L_50; G_B15_1 = G_B14_0; } IL_0125: { NullCheck(G_B15_1); G_B15_1->set__signedContentType_4(G_B15_0); // } goto IL_0147; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_012c; } throw e; } CATCH_012c: {// begin catch(System.IO.IOException) // catch (IOException e) V_8 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("io exception: " + e.Message, e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_51 = V_8; NullCheck(L_51); String_t* L_52; L_52 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_51); String_t* L_53; L_53 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADF6C580EA2987C0995C1890AE271A795F4FAF36)), L_52, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_54 = V_8; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_55 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_55, L_53, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataParser__ctor_m407BF11A98C3FFC43D167D06ACA88C6A5FEB83CF_RuntimeMethod_var))); }// end catch (depth: 1) IL_0147: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsSignedDataParser_get_Version_m70228861C2F0A27DD5956E8ADC46247D592E7C04 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { { // get { return _signedData.Version.Value.IntValue; } SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_0 = __this->get__signedData_3(); NullCheck(L_0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1; L_1 = SignedDataParser_get_Version_m21952DD93182CA128B15B3562A4EADE0ACAF39FB_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::get_DigestOids() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_get_DigestOids_mA1B89D2B0CFE2CAB2C7DEDD07F628A5CA1CE0950 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new HashSet(_digestOids); } RuntimeObject* L_0 = __this->get__digestOids_7(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetSignerInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * CmsSignedDataParser_GetSignerInfos_m18D257AAD4E5DD87B7C181FE261086B4420D30D5 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * V_7 = NULL; String_t* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (_signerInfoStore == null) SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_0 = __this->get__signerInfoStore_8(); if (L_0) { goto IL_010d; } } { // PopulateCertCrlSets(); CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4(__this, /*hidden argument*/NULL); // IList signerInfos = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_1; // IDictionary hashes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); V_1 = L_2; // foreach (object digestKey in _digests.Keys) RuntimeObject* L_3 = __this->get__digests_6(); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_2 = L_5; } IL_002e: try {// begin try (depth: 1) { goto IL_0054; } IL_0030: { // foreach (object digestKey in _digests.Keys) RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_3 = L_7; // hashes[digestKey] = DigestUtilities.DoFinal( // (IDigest)_digests[digestKey]); RuntimeObject* L_8 = V_1; RuntimeObject * L_9 = V_3; RuntimeObject* L_10 = __this->get__digests_6(); RuntimeObject * L_11 = V_3; NullCheck(L_10); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_10, L_11); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_8, L_9, (RuntimeObject *)(RuntimeObject *)L_13); } IL_0054: { // foreach (object digestKey in _digests.Keys) RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0030; } } IL_005c: { IL2CPP_LEAVE(0x72, FINALLY_005e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: {// begin finally (depth: 1) { RuntimeObject* L_16 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_0071; } } IL_006a: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_0071: { IL2CPP_END_FINALLY(94) } }// end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x72, IL_0072) } IL_0072: { } IL_0073: try {// begin try (depth: 1) { // Asn1SetParser s = _signedData.GetSignerInfos(); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_19 = __this->get__signedData_3(); NullCheck(L_19); RuntimeObject* L_20; L_20 = SignedDataParser_GetSignerInfos_m31E72025B01E045C8B81E5D04BD93A34E988A60E(L_19, /*hidden argument*/NULL); V_5 = L_20; goto IL_00d8; } IL_0082: { // SignerInfo info = SignerInfo.GetInstance(o.ToAsn1Object()); RuntimeObject* L_21 = V_6; NullCheck(L_21); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_22; L_22 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_21); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_23; L_23 = SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A(L_22, /*hidden argument*/NULL); V_7 = L_23; // string digestName = Helper.GetDigestAlgName( // info.DigestAlgorithm.Algorithm.Id); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_24 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_25 = V_7; NullCheck(L_25); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_26; L_26 = SignerInfo_get_DigestAlgorithm_m533724D4114195F091E1983A334D72395D0728DA_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27; L_27 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_26); NullCheck(L_27); String_t* L_28; L_28 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_27, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_29; L_29 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_24, L_28, /*hidden argument*/NULL); V_8 = L_29; // byte[] hash = (byte[]) hashes[digestName]; RuntimeObject* L_30 = V_1; String_t* L_31 = V_8; NullCheck(L_30); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_30, L_31); V_9 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_32, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // signerInfos.Add(new SignerInformation(info, _signedContentType, null, new BaseDigestCalculator(hash))); RuntimeObject* L_33 = V_0; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_34 = V_7; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = __this->get__signedContentType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_9; BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 * L_37 = (BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4 *)il2cpp_codegen_object_new(BaseDigestCalculator_t020D8082FBD32669BAADADEC2051BA68FB4ACAA4_il2cpp_TypeInfo_var); BaseDigestCalculator__ctor_mA3269767D942633074C919746354A8671BC44672(L_37, L_36, /*hidden argument*/NULL); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_38 = (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)il2cpp_codegen_object_new(SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); SignerInformation__ctor_mF5FB2F7C13C0A7D2796AE6D8A80BF69FA549F140(L_38, L_34, L_35, (RuntimeObject*)NULL, L_37, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_39; L_39 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_33, L_38); } IL_00d8: { // while ((o = s.ReadObject()) != null) RuntimeObject* L_40 = V_5; NullCheck(L_40); RuntimeObject* L_41; L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser::ReadObject() */, Asn1SetParser_t32037BE211105A56A640237B83399071F868F6B0_il2cpp_TypeInfo_var, L_40); RuntimeObject* L_42 = L_41; V_6 = L_42; if (L_42) { goto IL_0082; } } IL_00e4: { // } goto IL_0101; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e6; } throw e; } CATCH_00e6: {// begin catch(System.IO.IOException) // catch (IOException e) V_10 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("io exception: " + e.Message, e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_43 = V_10; NullCheck(L_43); String_t* L_44; L_44 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_43); String_t* L_45; L_45 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADF6C580EA2987C0995C1890AE271A795F4FAF36)), L_44, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_46 = V_10; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_47 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_47, L_45, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataParser_GetSignerInfos_m18D257AAD4E5DD87B7C181FE261086B4420D30D5_RuntimeMethod_var))); }// end catch (depth: 1) IL_0101: { // _signerInfoStore = new SignerInformationStore(signerInfos); RuntimeObject* L_48 = V_0; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_49 = (SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C *)il2cpp_codegen_object_new(SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C_il2cpp_TypeInfo_var); SignerInformationStore__ctor_mAD2A57AE08BBF78B2D416BAE655D3122FA34B06E(L_49, L_48, /*hidden argument*/NULL); __this->set__signerInfoStore_8(L_49); } IL_010d: { // return _signerInfoStore; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_50 = __this->get__signerInfoStore_8(); return L_50; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetAttributeCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetAttributeCertificates_mF92A7A03A9A807C0018B2CA26E09651AD6DD6B95 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_attributeStore == null) RuntimeObject* L_0 = __this->get__attributeStore_12(); if (L_0) { goto IL_0025; } } { // PopulateCertCrlSets(); CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4(__this, /*hidden argument*/NULL); // _attributeStore = Helper.CreateAttributeStore(type, _certSet); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); String_t* L_2 = ___type0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = __this->get__certSet_9(); NullCheck(L_1); RuntimeObject* L_4; L_4 = CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set__attributeStore_12(L_4); } IL_0025: { // return _attributeStore; RuntimeObject* L_5 = __this->get__attributeStore_12(); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetCertificates(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetCertificates_mFEF61235BD6C9BB90B3518DD38B2047A2788D5B3 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_certificateStore == null) RuntimeObject* L_0 = __this->get__certificateStore_13(); if (L_0) { goto IL_0025; } } { // PopulateCertCrlSets(); CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4(__this, /*hidden argument*/NULL); // _certificateStore = Helper.CreateCertificateStore(type, _certSet); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); String_t* L_2 = ___type0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = __this->get__certSet_9(); NullCheck(L_1); RuntimeObject* L_4; L_4 = CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set__certificateStore_13(L_4); } IL_0025: { // return _certificateStore; RuntimeObject* L_5 = __this->get__certificateStore_13(); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetCrls(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedDataParser_GetCrls_m5CAF541E8F00E4A1F7A7F57A76C62F851A6779AF (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, String_t* ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_crlStore == null) RuntimeObject* L_0 = __this->get__crlStore_14(); if (L_0) { goto IL_0025; } } { // PopulateCertCrlSets(); CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4(__this, /*hidden argument*/NULL); // _crlStore = Helper.CreateCrlStore(type, _crlSet); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->get_Helper_2(); String_t* L_2 = ___type0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = __this->get__crlSet_10(); NullCheck(L_1); RuntimeObject* L_4; L_4 = CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set__crlStore_14(L_4); } IL_0025: { // return _crlStore; RuntimeObject* L_5 = __this->get__crlStore_14(); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::PopulateCertCrlSets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (_isCertCrlParsed) bool L_0 = __this->get__isCertCrlParsed_11(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // _isCertCrlParsed = true; __this->set__isCertCrlParsed_11((bool)1); } IL_0010: try {// begin try (depth: 1) // _certSet = GetAsn1Set(_signedData.GetCertificates()); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_1 = __this->get__signedData_3(); NullCheck(L_1); RuntimeObject* L_2; L_2 = SignedDataParser_GetCertificates_mDE6DBEA407BC22651BA0A5EBF08255728FDE8B72(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3; L_3 = CmsSignedDataParser_GetAsn1Set_m4E8DB475C9EAA73BC06BAE8A013C1678BE193CC4(L_2, /*hidden argument*/NULL); __this->set__certSet_9(L_3); // _crlSet = GetAsn1Set(_signedData.GetCrls()); SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * L_4 = __this->get__signedData_3(); NullCheck(L_4); RuntimeObject* L_5; L_5 = SignedDataParser_GetCrls_mD647285EE6FFA82213E8229A87A7A29618532526(L_4, /*hidden argument*/NULL); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_6; L_6 = CmsSignedDataParser_GetAsn1Set_m4E8DB475C9EAA73BC06BAE8A013C1678BE193CC4(L_5, /*hidden argument*/NULL); __this->set__crlSet_10(L_6); // } goto IL_004b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003e; } throw e; } CATCH_003e: {// begin catch(System.IO.IOException) // catch (IOException e) V_0 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("problem parsing cert/crl sets", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_7 = V_0; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_8 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral954B2B85A6AD2E231A4664C7619BCF818D719D3E)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataParser_PopulateCertCrlSets_mB9D4EE25A2102E1193008608708EC619DBFD6EE4_RuntimeMethod_var))); }// end catch (depth: 1) IL_004b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::get_SignedContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CmsSignedDataParser_get_SignedContentType_m93C04B73FDA4CD6B32236133376D8D4D2F62B95B (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { { // get { return _signedContentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get__signedContentType_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetSignedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * CmsSignedDataParser_GetSignedContent_m3EB940DBF9C98BE5E7E3D25BC9ABABFEE73A7416 (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (_signedContent == null) CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_0 = __this->get__signedContent_5(); if (L_0) { goto IL_000a; } } { // return null; return (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)NULL; } IL_000a: { // Stream digStream = _signedContent.ContentStream; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_1 = __this->get__signedContent_5(); NullCheck(L_1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2; L_2 = CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; // foreach (IDigest digest in _digests.Values) RuntimeObject* L_3 = __this->get__digests_6(); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_1 = L_5; } IL_0027: try {// begin try (depth: 1) { goto IL_003e; } IL_0029: { // foreach (IDigest digest in _digests.Values) RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var)); // digStream = new DigestStream(digStream, digest, null); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = V_0; RuntimeObject* L_9 = V_2; DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434 * L_10 = (DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434 *)il2cpp_codegen_object_new(DigestStream_t6D8B94C585D3F245D6017EAABFF84831496EC434_il2cpp_TypeInfo_var); DigestStream__ctor_m6FEFA5621C4ABA4D5FE506E4DB610E04CED8F836(L_10, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_10; } IL_003e: { // foreach (IDigest digest in _digests.Values) RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0029; } } IL_0046: { IL2CPP_LEAVE(0x59, FINALLY_0048); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (!L_14) { goto IL_0058; } } IL_0052: { RuntimeObject* L_15 = V_3; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0058: { IL2CPP_END_FINALLY(72) } }// end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x59, IL_0059) } IL_0059: { // return new CmsTypedStream(_signedContent.ContentType, digStream); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_16 = __this->get__signedContent_5(); NullCheck(L_16); String_t* L_17; L_17 = CmsTypedStream_get_ContentType_mCC2CB46364F7BB539469A61C227BDD240A708843_inline(L_16, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = V_0; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_19 = (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)il2cpp_codegen_object_new(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var); CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D(L_19, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::ReplaceSigners(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataParser_ReplaceSigners_m7572A8921808B15A36FA050B4BC94E75DAEC0814 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___original0, SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ___signerInformationStore1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A308B801D54DA6FFC8A545993B585FC064C0A9); s_Il2CppMethodInitialized = true; } CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * V_0 = NULL; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * V_1 = NULL; bool V_2 = false; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_3 = NULL; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * G_B2_0 = NULL; CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * G_B1_0 = NULL; { // CmsSignedDataStreamGenerator gen = new CmsSignedDataStreamGenerator(); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_0 = (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B *)il2cpp_codegen_object_new(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedDataStreamGenerator__ctor_m4881AC2204BC81D26FE0813F6ECB28D1760A3334(L_0, /*hidden argument*/NULL); // CmsSignedDataParser parser = new CmsSignedDataParser(original); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___original0; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_2 = (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A *)il2cpp_codegen_object_new(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedDataParser__ctor_mE13BB15AA82E6F35A1E60B8B565842EF2CB95663(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; // gen.AddSigners(signerInformationStore); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_3 = L_0; SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_4 = ___signerInformationStore1; NullCheck(L_3); CmsSignedGenerator_AddSigners_mFA9A8A5DB3137413CABA09C9BDFC9FAF71A1F520(L_3, L_4, /*hidden argument*/NULL); // CmsTypedStream signedContent = parser.GetSignedContent(); CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_5 = V_0; NullCheck(L_5); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_6; L_6 = CmsSignedDataParser_GetSignedContent_m3EB940DBF9C98BE5E7E3D25BC9ABABFEE73A7416(L_5, /*hidden argument*/NULL); V_1 = L_6; // bool encapsulate = (signedContent != null); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_7 = V_1; V_2 = (bool)((!(((RuntimeObject*)(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)L_7) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); // Stream contentOut = gen.Open(outStr, parser.SignedContentType.Id, encapsulate); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_8 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = ___outStr2; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_10 = V_0; NullCheck(L_10); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11; L_11 = CmsSignedDataParser_get_SignedContentType_m93C04B73FDA4CD6B32236133376D8D4D2F62B95B_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_11, /*hidden argument*/NULL); bool L_13 = V_2; NullCheck(L_8); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = CmsSignedDataStreamGenerator_Open_m8726761DC4C56973BC2C4344C774FD380C6E302F(L_8, L_9, L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; // if (encapsulate) bool L_15 = V_2; G_B1_0 = L_8; if (!L_15) { G_B2_0 = L_8; goto IL_0042; } } { // Streams.PipeAll(signedContent.ContentStream, contentOut); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_16 = V_1; NullCheck(L_16); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_17; L_17 = CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline(L_16, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = V_3; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_17, L_18, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_0042: { // gen.AddAttributeCertificates(parser.GetAttributeCertificates("Collection")); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_19 = G_B2_0; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_20 = V_0; NullCheck(L_20); RuntimeObject* L_21; L_21 = CmsSignedDataParser_GetAttributeCertificates_mF92A7A03A9A807C0018B2CA26E09651AD6DD6B95(L_20, _stringLiteralE3A308B801D54DA6FFC8A545993B585FC064C0A9, /*hidden argument*/NULL); NullCheck(L_19); CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA(L_19, L_21, /*hidden argument*/NULL); // gen.AddCertificates(parser.GetCertificates("Collection")); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_22 = L_19; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_23 = V_0; NullCheck(L_23); RuntimeObject* L_24; L_24 = CmsSignedDataParser_GetCertificates_mFEF61235BD6C9BB90B3518DD38B2047A2788D5B3(L_23, _stringLiteralE3A308B801D54DA6FFC8A545993B585FC064C0A9, /*hidden argument*/NULL); NullCheck(L_22); CmsSignedGenerator_AddCertificates_m77855B6C6AC902E43C0759284A4FF8EFAAD6EBDD(L_22, L_24, /*hidden argument*/NULL); // gen.AddCrls(parser.GetCrls("Collection")); CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_25 = V_0; NullCheck(L_25); RuntimeObject* L_26; L_26 = CmsSignedDataParser_GetCrls_m5CAF541E8F00E4A1F7A7F57A76C62F851A6779AF(L_25, _stringLiteralE3A308B801D54DA6FFC8A545993B585FC064C0A9, /*hidden argument*/NULL); NullCheck(L_22); CmsSignedGenerator_AddCrls_m9C4BC35DC2469B3A57AE89985786599C580F2518(L_22, L_26, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(contentOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_27, /*hidden argument*/NULL); // return outStr; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_28 = ___outStr2; return L_28; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::ReplaceCertificatesAndCrls(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataParser_ReplaceCertificatesAndCrls_mED44A080DFB0F8A5D6983C95005D7BD1BD9515CE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___original0, RuntimeObject* ___x509Certs1, RuntimeObject* ___x509Crls2, RuntimeObject* ___x509AttrCerts3, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * V_0 = NULL; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * V_1 = NULL; CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * V_2 = NULL; bool V_3 = false; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_4 = NULL; { // CmsSignedDataStreamGenerator gen = new CmsSignedDataStreamGenerator(); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_0 = (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B *)il2cpp_codegen_object_new(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedDataStreamGenerator__ctor_m4881AC2204BC81D26FE0813F6ECB28D1760A3334(L_0, /*hidden argument*/NULL); V_0 = L_0; // CmsSignedDataParser parser = new CmsSignedDataParser(original); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___original0; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_2 = (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A *)il2cpp_codegen_object_new(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); CmsSignedDataParser__ctor_mE13BB15AA82E6F35A1E60B8B565842EF2CB95663(L_2, L_1, /*hidden argument*/NULL); V_1 = L_2; // gen.AddDigests(parser.DigestOids); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_3 = V_0; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_4 = V_1; NullCheck(L_4); RuntimeObject* L_5; L_5 = CmsSignedDataParser_get_DigestOids_mA1B89D2B0CFE2CAB2C7DEDD07F628A5CA1CE0950(L_4, /*hidden argument*/NULL); NullCheck(L_3); CmsSignedDataStreamGenerator_AddDigests_m759694198F485F5AC8EFA5E549EDCA0B77F22B7D(L_3, L_5, /*hidden argument*/NULL); // CmsTypedStream signedContent = parser.GetSignedContent(); CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_6 = V_1; NullCheck(L_6); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_7; L_7 = CmsSignedDataParser_GetSignedContent_m3EB940DBF9C98BE5E7E3D25BC9ABABFEE73A7416(L_6, /*hidden argument*/NULL); V_2 = L_7; // bool encapsulate = (signedContent != null); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_8 = V_2; V_3 = (bool)((!(((RuntimeObject*)(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 *)L_8) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); // Stream contentOut = gen.Open(outStr, parser.SignedContentType.Id, encapsulate); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_9 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___outStr4; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_11 = V_1; NullCheck(L_11); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12; L_12 = CmsSignedDataParser_get_SignedContentType_m93C04B73FDA4CD6B32236133376D8D4D2F62B95B_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_12, /*hidden argument*/NULL); bool L_14 = V_3; NullCheck(L_9); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15; L_15 = CmsSignedDataStreamGenerator_Open_m8726761DC4C56973BC2C4344C774FD380C6E302F(L_9, L_10, L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; // if (encapsulate) bool L_16 = V_3; if (!L_16) { goto IL_004b; } } { // Streams.PipeAll(signedContent.ContentStream, contentOut); CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * L_17 = V_2; NullCheck(L_17); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18; L_18 = CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline(L_17, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_19 = V_4; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_18, L_19, /*hidden argument*/NULL); } IL_004b: { // if (x509AttrCerts != null) RuntimeObject* L_20 = ___x509AttrCerts3; if (!L_20) { goto IL_0055; } } { // gen.AddAttributeCertificates(x509AttrCerts); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_21 = V_0; RuntimeObject* L_22 = ___x509AttrCerts3; NullCheck(L_21); CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA(L_21, L_22, /*hidden argument*/NULL); } IL_0055: { // if (x509Certs != null) RuntimeObject* L_23 = ___x509Certs1; if (!L_23) { goto IL_005f; } } { // gen.AddCertificates(x509Certs); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_24 = V_0; RuntimeObject* L_25 = ___x509Certs1; NullCheck(L_24); CmsSignedGenerator_AddCertificates_m77855B6C6AC902E43C0759284A4FF8EFAAD6EBDD(L_24, L_25, /*hidden argument*/NULL); } IL_005f: { // if (x509Crls != null) RuntimeObject* L_26 = ___x509Crls2; if (!L_26) { goto IL_0069; } } { // gen.AddCrls(x509Crls); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_27 = V_0; RuntimeObject* L_28 = ___x509Crls2; NullCheck(L_27); CmsSignedGenerator_AddCrls_m9C4BC35DC2469B3A57AE89985786599C580F2518(L_27, L_28, /*hidden argument*/NULL); } IL_0069: { // gen.AddSigners(parser.GetSignerInfos()); CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * L_29 = V_0; CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * L_30 = V_1; NullCheck(L_30); SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_31; L_31 = CmsSignedDataParser_GetSignerInfos_m18D257AAD4E5DD87B7C181FE261086B4420D30D5(L_30, /*hidden argument*/NULL); NullCheck(L_29); CmsSignedGenerator_AddSigners_mFA9A8A5DB3137413CABA09C9BDFC9FAF71A1F520(L_29, L_31, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(contentOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_32, /*hidden argument*/NULL); // return outStr; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = ___outStr4; return L_33; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::GetAsn1Set(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SetParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsSignedDataParser_GetAsn1Set_m4E8DB475C9EAA73BC06BAE8A013C1678BE193CC4 (RuntimeObject* ___asn1SetParser0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return asn1SetParser == null // ? null // : Asn1Set.GetInstance(asn1SetParser.ToAsn1Object()); RuntimeObject* L_0 = ___asn1SetParser0; if (!L_0) { goto IL_000f; } } { RuntimeObject* L_1 = ___asn1SetParser0; NullCheck(L_1); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_1); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3; L_3 = Asn1Set_GetInstance_m72DFB5CBF00B3EA7CB789EA802F3A332518B04F7(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataParser::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataParser__cctor_m18AF85495A5102B78E6AD32D03A0072A89C3EE28 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly CmsSignedHelper Helper = CmsSignedHelper.Instance; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_Instance_0(); ((CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A_il2cpp_TypeInfo_var))->set_Helper_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator__ctor_m4881AC2204BC81D26FE0813F6ECB28D1760A3334 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IList _signerInfs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set__signerInfs_25(L_0); // private readonly ISet _messageDigestOids = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set__messageDigestOids_26(L_1); // private readonly IDictionary _messageDigests = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__messageDigests_27(L_2); // private readonly IDictionary _messageHashes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_3; L_3 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__messageHashes_28(L_3); // public CmsSignedDataStreamGenerator() IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); CmsSignedGenerator__ctor_m6FE564B509C6C6F369851F9F258997C456F36AB6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator__ctor_m8B2CBA143C6825F64AC9ADA26B2C741A8668735F (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IList _signerInfs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set__signerInfs_25(L_0); // private readonly ISet _messageDigestOids = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_1 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_1, /*hidden argument*/NULL); __this->set__messageDigestOids_26(L_1); // private readonly IDictionary _messageDigests = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__messageDigests_27(L_2); // private readonly IDictionary _messageHashes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_3; L_3 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__messageHashes_28(L_3); // : base(rand) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4 = ___rand0; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); CmsSignedGenerator__ctor_m26259FBC93B6FBC9C6EF293B0698BCBCBCA50817(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::SetBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_SetBufferSize_m4F9095B2648F8E82AB610418D06E812978E3D58A (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, int32_t ___bufferSize0, const RuntimeMethod* method) { { // _bufferSize = bufferSize; int32_t L_0 = ___bufferSize0; __this->set__bufferSize_30(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddDigests(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddDigests_mB4F6101B549EA4D908F381EF984C523E9F0E5A9C (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___digestOids0, const RuntimeMethod* method) { { // AddDigests((IEnumerable) digestOids); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___digestOids0; CmsSignedDataStreamGenerator_AddDigests_m759694198F485F5AC8EFA5E549EDCA0B77F22B7D(__this, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddDigests(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddDigests_m759694198F485F5AC8EFA5E549EDCA0B77F22B7D (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, RuntimeObject* ___digestOids0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (string digestOid in digestOids) RuntimeObject* L_0 = ___digestOids0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_001c; } IL_0009: { // foreach (string digestOid in digestOids) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); // ConfigureDigest(digestOid); String_t* L_4 = V_1; CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB(__this, L_4, /*hidden argument*/NULL); } IL_001c: { // foreach (string digestOid in digestOids) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0009; } } IL_0024: { IL2CPP_LEAVE(0x37, FINALLY_0026); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_0036; } } IL_0030: { RuntimeObject* L_9 = V_2; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0036: { IL2CPP_END_FINALLY(38) } }// end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mF10A03E545704EA9BB2A7D352764DCD3D47009B5 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOid2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, digestOid, // new DefaultSignedAttributeTableGenerator(), null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; String_t* L_2 = ___digestOid2; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_3 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_3, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_m33C5D1FBE59AFD2E4834B83D5DE5904ADE01F67B(__this, L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mFA72B492DA6388C9EA9DBE36ED5D015D5CD69574 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOid2, String_t* ___digestOid3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, encryptionOid, digestOid, // new DefaultSignedAttributeTableGenerator(), // (CmsAttributeTableGenerator)null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; String_t* L_2 = ___encryptionOid2; String_t* L_3 = ___digestOid3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_4 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_4, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_m7D30B8657A2AAFE8C0A2C4FEB5A65C606F9204DA(__this, L_0, L_1, L_2, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mBE2D49E9605781B59594971D511AA9A98B9D9D19 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOid2, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, digestOid, // new DefaultSignedAttributeTableGenerator(signedAttr), // new SimpleAttributeTableGenerator(unsignedAttr)); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; String_t* L_2 = ___digestOid2; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_3 = ___signedAttr3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_4 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D(L_4, L_3, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_5 = ___unsignedAttr4; SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * L_6 = (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC *)il2cpp_codegen_object_new(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E(L_6, L_5, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_m33C5D1FBE59AFD2E4834B83D5DE5904ADE01F67B(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m210E036DAD59CD1B53835C197476B66E43D8EB1A (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOid2, String_t* ___digestOid3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr4, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, encryptionOid, digestOid, // new DefaultSignedAttributeTableGenerator(signedAttr), // new SimpleAttributeTableGenerator(unsignedAttr)); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; String_t* L_2 = ___encryptionOid2; String_t* L_3 = ___digestOid3; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_4 = ___signedAttr4; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_5 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D(L_5, L_4, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_6 = ___unsignedAttr5; SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * L_7 = (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC *)il2cpp_codegen_object_new(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E(L_7, L_6, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_m7D30B8657A2AAFE8C0A2C4FEB5A65C606F9204DA(__this, L_0, L_1, L_2, L_3, L_5, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m33C5D1FBE59AFD2E4834B83D5DE5904ADE01F67B (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___digestOid2, RuntimeObject* ___signedAttrGenerator3, RuntimeObject* ___unsignedAttrGenerator4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, cert, Helper.GetEncOid(privateKey, digestOid), digestOid, // signedAttrGenerator, unsignedAttrGenerator); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOid2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOid2; RuntimeObject* L_7 = ___signedAttrGenerator3; RuntimeObject* L_8 = ___unsignedAttrGenerator4; CmsSignedDataStreamGenerator_AddSigner_m7D30B8657A2AAFE8C0A2C4FEB5A65C606F9204DA(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m7D30B8657A2AAFE8C0A2C4FEB5A65C606F9204DA (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DoAddSigner(privateKey, GetSignerIdentifier(cert), encryptionOid, digestOid, // signedAttrGenerator, unsignedAttrGenerator); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_1 = ___cert1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOid2; String_t* L_4 = ___digestOid3; RuntimeObject* L_5 = ___signedAttrGenerator4; RuntimeObject* L_6 = ___unsignedAttrGenerator5; CmsSignedDataStreamGenerator_DoAddSigner_m123A141F767875EFD393D4FA6FAF3F3E750BCA0C(__this, L_0, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m710A94EA81DEBEDB630A96785918694F96E87FFE (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOid2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, digestOid, new DefaultSignedAttributeTableGenerator(), // (CmsAttributeTableGenerator)null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; String_t* L_2 = ___digestOid2; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_3 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_3, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_mBFDB7B0B882BD877CA0AD5B1C8A105845F4F9397(__this, L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_m48C8524CD1C3F7024BAC098748259C10A4B1A006 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOid2, String_t* ___digestOid3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, encryptionOid, digestOid, // new DefaultSignedAttributeTableGenerator(), // (CmsAttributeTableGenerator)null); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; String_t* L_2 = ___encryptionOid2; String_t* L_3 = ___digestOid3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_4 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_mCC5CE1AD359A1D26E199DFCF60EFBC8A5C280AE5(L_4, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_mB7294EB06F2BCA6827DC9E17E7529A35FEE15FB8(__this, L_0, L_1, L_2, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mD2D41EE37287A494C34DE531D67166733956D7D5 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOid2, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___signedAttr3, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___unsignedAttr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, digestOid, // new DefaultSignedAttributeTableGenerator(signedAttr), // new SimpleAttributeTableGenerator(unsignedAttr)); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; String_t* L_2 = ___digestOid2; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_3 = ___signedAttr3; DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C * L_4 = (DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C *)il2cpp_codegen_object_new(DefaultSignedAttributeTableGenerator_t1EF34F0F084A0542C601A494D190412C7DA2F90C_il2cpp_TypeInfo_var); DefaultSignedAttributeTableGenerator__ctor_m2E9D48846A40FBF5DFFE8DC5E019F8E563421B0D(L_4, L_3, /*hidden argument*/NULL); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_5 = ___unsignedAttr4; SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * L_6 = (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC *)il2cpp_codegen_object_new(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC_il2cpp_TypeInfo_var); SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E(L_6, L_5, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_AddSigner_mBFDB7B0B882BD877CA0AD5B1C8A105845F4F9397(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mBFDB7B0B882BD877CA0AD5B1C8A105845F4F9397 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___digestOid2, RuntimeObject* ___signedAttrGenerator3, RuntimeObject* ___unsignedAttrGenerator4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddSigner(privateKey, subjectKeyID, Helper.GetEncOid(privateKey, digestOid), // digestOid, signedAttrGenerator, unsignedAttrGenerator); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_2 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey0; String_t* L_4 = ___digestOid2; NullCheck(L_2); String_t* L_5; L_5 = CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732(L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___digestOid2; RuntimeObject* L_7 = ___signedAttrGenerator3; RuntimeObject* L_8 = ___unsignedAttrGenerator4; CmsSignedDataStreamGenerator_AddSigner_mB7294EB06F2BCA6827DC9E17E7529A35FEE15FB8(__this, L_0, L_1, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSigner_mB7294EB06F2BCA6827DC9E17E7529A35FEE15FB8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyID1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DoAddSigner(privateKey, GetSignerIdentifier(subjectKeyID), encryptionOid, digestOid, // signedAttrGenerator, unsignedAttrGenerator); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___subjectKeyID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2; L_2 = CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB(L_1, /*hidden argument*/NULL); String_t* L_3 = ___encryptionOid2; String_t* L_4 = ___digestOid3; RuntimeObject* L_5 = ___signedAttrGenerator4; RuntimeObject* L_6 = ___unsignedAttrGenerator5; CmsSignedDataStreamGenerator_DoAddSigner_m123A141F767875EFD393D4FA6FAF3F3E750BCA0C(__this, L_0, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::DoAddSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier,System.String,System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsAttributeTableGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_DoAddSigner_m123A141F767875EFD393D4FA6FAF3F3E750BCA0C (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * ___signerIdentifier1, String_t* ___encryptionOid2, String_t* ___digestOid3, RuntimeObject* ___signedAttrGenerator4, RuntimeObject* ___unsignedAttrGenerator5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * V_0 = NULL; { // ConfigureDigest(digestOid); String_t* L_0 = ___digestOid3; CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB(__this, L_0, /*hidden argument*/NULL); // SignerInfoGeneratorImpl signerInf = new SignerInfoGeneratorImpl(this, privateKey, // signerIdentifier, digestOid, encryptionOid, signedAttrGenerator, unsignedAttrGenerator); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_1 = ___privateKey0; SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2 = ___signerIdentifier1; String_t* L_3 = ___digestOid3; String_t* L_4 = ___encryptionOid2; RuntimeObject* L_5 = ___signedAttrGenerator4; RuntimeObject* L_6 = ___unsignedAttrGenerator5; SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * L_7 = (SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C *)il2cpp_codegen_object_new(SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C_il2cpp_TypeInfo_var); SignerInfoGeneratorImpl__ctor_m9227A586E06D93078AC5699496E5DC61B34018EF(L_7, __this, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; // _signerInfs.Add(new DigestAndSignerInfoGeneratorHolder(signerInf, digestOid)); RuntimeObject* L_8 = __this->get__signerInfs_25(); SignerInfoGeneratorImpl_tB2C15B58E50A4B47B83A71D5AA2DB19B48C9BC6C * L_9 = V_0; String_t* L_10 = ___digestOid3; DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 * L_11 = (DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8 *)il2cpp_codegen_object_new(DigestAndSignerInfoGeneratorHolder_tA4DAA96883E294F1BF023ADA679EBBE829F302C8_il2cpp_TypeInfo_var); DigestAndSignerInfoGeneratorHolder__ctor_m1F6185BA026B9FBBD1A2FCAE3796B17CC860D805(L_11, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_12; L_12 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AddSignerCallback(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_AddSignerCallback_mE310D3C08FF25768CB4C9CB5370BF1F6B2D89FA9 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * ___si0, const RuntimeMethod* method) { { // RegisterDigestOid(si.DigestAlgorithmID.Algorithm.Id); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_0 = ___si0; NullCheck(L_0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1; L_1 = SignerInformation_get_DigestAlgorithmID_mD1214BCCC49E013EA65974F11E447C3823BE466C_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_1); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8(__this, L_3, /*hidden argument*/NULL); // } return; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_mE7810C7E11532E7833605CA2D5D59B6A18909EBA (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method) { { // return Open(outStream, false); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = CmsSignedDataStreamGenerator_Open_m398637815B9A0A4CC2D9225E619D5A6A57249DE6(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m398637815B9A0A4CC2D9225E619D5A6A57249DE6 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, bool ___encapsulate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Open(outStream, Data, encapsulate); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_1 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_Data_0(); bool L_2 = ___encapsulate1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3; L_3 = CmsSignedDataStreamGenerator_Open_m8726761DC4C56973BC2C4344C774FD380C6E302F(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.Boolean,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m7DAED327DC9F1C077FEDA9A1129CCA82137A90A8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, bool ___encapsulate1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___dataOutputStream2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Open(outStream, Data, encapsulate, dataOutputStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_1 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_Data_0(); bool L_2 = ___encapsulate1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___dataOutputStream2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m8726761DC4C56973BC2C4344C774FD380C6E302F (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___signedContentType1, bool ___encapsulate2, const RuntimeMethod* method) { { // return Open(outStream, signedContentType, encapsulate, null); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; String_t* L_1 = ___signedContentType1; bool L_2 = ___encapsulate2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3; L_3 = CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3(__this, L_0, L_1, L_2, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL, /*hidden argument*/NULL); return L_3; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Open(System.IO.Stream,System.String,System.Boolean,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___signedContentType1, bool ___encapsulate2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___dataOutputStream3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_0 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_1 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_2 = NULL; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_3 = NULL; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * V_4 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_5 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_6 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_7 = NULL; RuntimeObject* V_8 = NULL; String_t* V_9 = NULL; RuntimeObject* V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B10_0 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * G_B21_0 = NULL; { // if (outStream == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("outStream"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9C087742963AC0AD7EACB10462BFAA95515DDB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3_RuntimeMethod_var))); } IL_000e: { // if (!outStream.CanWrite) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___outStream0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); if (L_3) { goto IL_0026; } } { // throw new ArgumentException("Expected writeable stream", "outStream"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E4217D2FD76D973E2F580BECFC2EC9EC18D68CB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9C087742963AC0AD7EACB10462BFAA95515DDB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3_RuntimeMethod_var))); } IL_0026: { // if (dataOutputStream != null && !dataOutputStream.CanWrite) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___dataOutputStream3; if (!L_5) { goto IL_0043; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___dataOutputStream3; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6); if (L_7) { goto IL_0043; } } { // throw new ArgumentException("Expected writeable stream", "dataOutputStream"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E4217D2FD76D973E2F580BECFC2EC9EC18D68CB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5E39842DCCD3DE8673DB201F15D29589E52C3FA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3_RuntimeMethod_var))); } IL_0043: { // _messageDigestsLocked = true; __this->set__messageDigestsLocked_29((bool)1); // BerSequenceGenerator sGen = new BerSequenceGenerator(outStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = ___outStream0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_10 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; // sGen.AddObject(CmsObjectIdentifiers.SignedData); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_SignedData_1(); NullCheck(L_11); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_11, L_12); // BerSequenceGenerator sigGen = new BerSequenceGenerator( // sGen.GetRawOutputStream(), 0, true); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_13 = V_0; NullCheck(L_13); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_13); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_15 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m2A1057816257AF1C4933F0933EEB08664BC2F303(L_15, L_14, 0, (bool)1, /*hidden argument*/NULL); V_1 = L_15; // bool isCounterSignature = (signedContentType == null); String_t* L_16 = ___signedContentType1; // DerObjectIdentifier contentTypeOid = isCounterSignature // ? null // : new DerObjectIdentifier(signedContentType); if (((((RuntimeObject*)(String_t*)L_16) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) { goto IL_0078; } } { String_t* L_17 = ___signedContentType1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_18, L_17, /*hidden argument*/NULL); G_B10_0 = L_18; goto IL_0079; } IL_0078: { G_B10_0 = ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)(NULL)); } IL_0079: { V_2 = G_B10_0; // sigGen.AddObject(CalculateVersion(contentTypeOid)); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_19 = V_1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = V_2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_21; L_21 = CmsSignedDataStreamGenerator_CalculateVersion_m5EE7FFF883200509A68F9412B1CAF71C566A1974(__this, L_20, /*hidden argument*/NULL); NullCheck(L_19); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_19, L_21); // Asn1EncodableVector digestAlgs = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_22; L_22 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_23 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_23, L_22, /*hidden argument*/NULL); V_3 = L_23; // foreach (string digestOid in _messageDigestOids) RuntimeObject* L_24 = __this->get__messageDigestOids_26(); NullCheck(L_24); RuntimeObject* L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_24); V_8 = L_25; } IL_009f: try {// begin try (depth: 1) { goto IL_00cf; } IL_00a1: { // foreach (string digestOid in _messageDigestOids) RuntimeObject* L_26 = V_8; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); V_9 = ((String_t*)CastclassSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var)); // digestAlgs.Add( // new AlgorithmIdentifier(new DerObjectIdentifier(digestOid), DerNull.Instance)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_28 = V_3; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_29 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_30 = L_29; String_t* L_31 = V_9; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_33 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_34 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_34, L_32, L_33, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_34); (L_30)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_34); NullCheck(L_28); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_28, L_30, /*hidden argument*/NULL); } IL_00cf: { // foreach (string digestOid in _messageDigestOids) RuntimeObject* L_35 = V_8; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (L_36) { goto IL_00a1; } } IL_00d8: { IL2CPP_LEAVE(0xEF, FINALLY_00da); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00da; } FINALLY_00da: {// begin finally (depth: 1) { RuntimeObject* L_37 = V_8; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_38 = V_10; if (!L_38) { goto IL_00ee; } } IL_00e7: { RuntimeObject* L_39 = V_10; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_39); } IL_00ee: { IL2CPP_END_FINALLY(218) } }// end finally (depth: 1) IL2CPP_CLEANUP(218) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEF, IL_00ef) } IL_00ef: { // byte[] tmp = new DerSet(digestAlgs).GetEncoded(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_40 = V_3; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_41 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_41, L_40, /*hidden argument*/NULL); NullCheck(L_41); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42; L_42 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_41, /*hidden argument*/NULL); V_11 = L_42; // sigGen.GetRawOutputStream().Write(tmp, 0, tmp.Length); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_43 = V_1; NullCheck(L_43); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_44; L_44 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_43); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_11; NullCheck(L_46); NullCheck(L_44); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_44, L_45, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))); // BerSequenceGenerator eiGen = new BerSequenceGenerator(sigGen.GetRawOutputStream()); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_47 = V_1; NullCheck(L_47); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_48; L_48 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_47); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_49 = (BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 *)il2cpp_codegen_object_new(BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1_il2cpp_TypeInfo_var); BerSequenceGenerator__ctor_m729EB5DAA7093EB76FC7E149CE4EF5B081673D84(L_49, L_48, /*hidden argument*/NULL); V_4 = L_49; // eiGen.AddObject(contentTypeOid); BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_50 = V_4; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_51 = V_2; NullCheck(L_50); VirtualActionInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::AddObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) */, L_50, L_51); // Stream encapStream = encapsulate // ? CmsUtilities.CreateBerOctetOutputStream(eiGen.GetRawOutputStream(), 0, true, _bufferSize) // : null; bool L_52 = ___encapsulate2; if (L_52) { goto IL_0129; } } { G_B21_0 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)(NULL)); goto IL_013d; } IL_0129: { BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_53 = V_4; NullCheck(L_53); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_54; L_54 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::GetRawOutputStream() */, L_53); int32_t L_55 = __this->get__bufferSize_30(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_56; L_56 = CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A(L_54, 0, (bool)1, L_55, /*hidden argument*/NULL); G_B21_0 = L_56; } IL_013d: { V_5 = G_B21_0; // Stream teeStream = GetSafeTeeOutputStream(dataOutputStream, encapStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_57 = ___dataOutputStream3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_58 = V_5; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_59; L_59 = CmsSignedDataStreamGenerator_GetSafeTeeOutputStream_mBF892AE0FE860F1F3607B6909B30583A4322A328(L_57, L_58, /*hidden argument*/NULL); V_6 = L_59; // Stream digStream = AttachDigestsToOutputStream(_messageDigests.Values, teeStream); RuntimeObject* L_60 = __this->get__messageDigests_27(); NullCheck(L_60); RuntimeObject* L_61; L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_60); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_62 = V_6; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_63; L_63 = CmsSignedDataStreamGenerator_AttachDigestsToOutputStream_m5E0E7B41AD55BEA82F195CE1687BD5A069E743DE(L_61, L_62, /*hidden argument*/NULL); V_7 = L_63; // return new CmsSignedDataOutputStream(this, digStream, signedContentType, sGen, sigGen, eiGen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_64 = V_7; String_t* L_65 = ___signedContentType1; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_66 = V_0; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_67 = V_1; BerSequenceGenerator_t50BA43E1FE2A68680892C0D3167AFA336B5E36B1 * L_68 = V_4; CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 * L_69 = (CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005 *)il2cpp_codegen_object_new(CmsSignedDataOutputStream_t9FB69D751E9F3161A31468D33450B5E60CF15005_il2cpp_TypeInfo_var); CmsSignedDataOutputStream__ctor_m0765EAC828E6631F6BA6D42A74BA51AAC88DB800(L_69, __this, L_64, L_65, L_66, L_67, L_68, /*hidden argument*/NULL); return L_69; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::RegisterDigestOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, String_t* ___digestOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_messageDigestsLocked) bool L_0 = __this->get__messageDigestsLocked_29(); if (!L_0) { goto IL_0021; } } { // if (!_messageDigestOids.Contains(digestOid)) RuntimeObject* L_1 = __this->get__messageDigestOids_26(); String_t* L_2 = ___digestOid0; NullCheck(L_1); bool L_3; L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_1, L_2); if (L_3) { goto IL_002d; } } { // throw new InvalidOperationException("Cannot register new digest OIDs after the data stream is opened"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA98DF6BF8CA9EE2041AF5D95E67B6FAB7F85AAB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8_RuntimeMethod_var))); } IL_0021: { // _messageDigestOids.Add(digestOid); RuntimeObject* L_5 = __this->get__messageDigestOids_26(); String_t* L_6 = ___digestOid0; NullCheck(L_5); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_5, L_6); } IL_002d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::ConfigureDigest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, String_t* ___digestOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { // RegisterDigestOid(digestOid); String_t* L_0 = ___digestOid0; CmsSignedDataStreamGenerator_RegisterDigestOid_m60ADF9113FA50D70849AC65B23345CF63FCC24D8(__this, L_0, /*hidden argument*/NULL); // string digestName = Helper.GetDigestAlgName(digestOid); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_1 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_2 = ___digestOid0; NullCheck(L_1); String_t* L_3; L_3 = CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // IDigest dig = (IDigest)_messageDigests[digestName]; RuntimeObject* L_4 = __this->get__messageDigests_27(); String_t* L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var)); // if (dig == null) RuntimeObject* L_7 = V_1; if (L_7) { goto IL_0054; } } { // if (_messageDigestsLocked) bool L_8 = __this->get__messageDigestsLocked_29(); if (!L_8) { goto IL_003b; } } { // throw new InvalidOperationException("Cannot configure new digests after the data stream is opened"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE506ABCEA566AFFECEC36BE36D55A2233C93A70E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedDataStreamGenerator_ConfigureDigest_m28913CB35C8E9A7115EC08B6414555266CA77DCB_RuntimeMethod_var))); } IL_003b: { // dig = Helper.GetDigestInstance(digestName); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_10 = ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->get_Helper_24(); String_t* L_11 = V_0; NullCheck(L_10); RuntimeObject* L_12; L_12 = CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; // _messageDigests[digestName] = dig; RuntimeObject* L_13 = __this->get__messageDigests_27(); String_t* L_14 = V_0; RuntimeObject* L_15 = V_1; NullCheck(L_13); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_13, L_14, L_15); } IL_0054: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::Generate(System.IO.Stream,System.String,System.Boolean,System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator_Generate_m17B5A66833DFBE9C8BC776753EF636FE815714D2 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, String_t* ___eContentType1, bool ___encapsulate2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___dataOutputStream3, RuntimeObject* ___content4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; { // Stream signedOut = Open(outStream, eContentType, encapsulate, dataOutputStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; String_t* L_1 = ___eContentType1; bool L_2 = ___encapsulate2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___dataOutputStream3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = CmsSignedDataStreamGenerator_Open_m7BCE7476B6125D51ECAF9BECED99DE8DDB094AC3(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; // if (content != null) RuntimeObject* L_5 = ___content4; if (!L_5) { goto IL_0018; } } { // content.Write(signedOut); RuntimeObject* L_6 = ___content4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = V_0; NullCheck(L_6); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsProcessable::Write(System.IO.Stream) */, CmsProcessable_tE731977763D33565DE06C75C81DE8EF238932D03_il2cpp_TypeInfo_var, L_6, L_7); } IL_0018: { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(signedOut); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_8, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::CalculateVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CmsSignedDataStreamGenerator_CalculateVersion_m5EE7FFF883200509A68F9412B1CAF71C566A1974 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; RuntimeObject* V_4 = NULL; RuntimeObject * V_5 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // bool otherCert = false; V_0 = (bool)0; // bool otherCrl = false; V_1 = (bool)0; // bool attrCertV1Found = false; V_2 = (bool)0; // bool attrCertV2Found = false; V_3 = (bool)0; // if (_certs != null) RuntimeObject* L_0 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__certs_17(); if (!L_0) { goto IL_0084; } } { // foreach (object obj in _certs) RuntimeObject* L_1 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__certs_17(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_4 = L_2; } IL_001d: try {// begin try (depth: 1) { goto IL_0064; } IL_001f: { // foreach (object obj in _certs) RuntimeObject* L_3 = V_4; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_5 = L_4; // if (obj is Asn1TaggedObject) RuntimeObject * L_5 = V_5; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_5, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0064; } } IL_0031: { // Asn1TaggedObject tagged = (Asn1TaggedObject) obj; RuntimeObject * L_6 = V_5; V_6 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_6, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (tagged.TagNo == 1) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_7 = V_6; NullCheck(L_7); int32_t L_8; L_8 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0048; } } IL_0044: { // attrCertV1Found = true; V_2 = (bool)1; // } goto IL_0064; } IL_0048: { // else if (tagged.TagNo == 2) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_9 = V_6; NullCheck(L_9); int32_t L_10; L_10 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_0056; } } IL_0052: { // attrCertV2Found = true; V_3 = (bool)1; // } goto IL_0064; } IL_0056: { // else if (tagged.TagNo == 3) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_11 = V_6; NullCheck(L_11); int32_t L_12; L_12 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)3)))) { goto IL_0064; } } IL_0060: { // otherCert = true; V_0 = (bool)1; // break; IL2CPP_LEAVE(0x84, FINALLY_006f); } IL_0064: { // foreach (object obj in _certs) RuntimeObject* L_13 = V_4; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_001f; } } IL_006d: { IL2CPP_LEAVE(0x84, FINALLY_006f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) { RuntimeObject* L_15 = V_4; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_7; if (!L_16) { goto IL_0083; } } IL_007c: { RuntimeObject* L_17 = V_7; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0083: { IL2CPP_END_FINALLY(111) } }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x84, IL_0084) } IL_0084: { // if (otherCert) bool L_18 = V_0; if (!L_18) { goto IL_008e; } } { // return new DerInteger(5); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_19 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_19, 5, /*hidden argument*/NULL); return L_19; } IL_008e: { // if (_crls != null) RuntimeObject* L_20 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__crls_18(); if (!L_20) { goto IL_00d7; } } { // foreach (object obj in _crls) RuntimeObject* L_21 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__crls_18(); NullCheck(L_21); RuntimeObject* L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_21); V_4 = L_22; } IL_00a3: try {// begin try (depth: 1) { goto IL_00b7; } IL_00a5: { // foreach (object obj in _crls) RuntimeObject* L_23 = V_4; NullCheck(L_23); RuntimeObject * L_24; L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); // if (obj is Asn1TaggedObject) if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_24, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_00b7; } } IL_00b3: { // otherCrl = true; V_1 = (bool)1; // break; IL2CPP_LEAVE(0xD7, FINALLY_00c2); } IL_00b7: { // foreach (object obj in _crls) RuntimeObject* L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_00a5; } } IL_00c0: { IL2CPP_LEAVE(0xD7, FINALLY_00c2); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c2; } FINALLY_00c2: {// begin finally (depth: 1) { RuntimeObject* L_27 = V_4; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_7; if (!L_28) { goto IL_00d6; } } IL_00cf: { RuntimeObject* L_29 = V_7; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_00d6: { IL2CPP_END_FINALLY(194) } }// end finally (depth: 1) IL2CPP_CLEANUP(194) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD7, IL_00d7) } IL_00d7: { // if (otherCrl) bool L_30 = V_1; if (!L_30) { goto IL_00e1; } } { // return new DerInteger(5); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_31 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_31, 5, /*hidden argument*/NULL); return L_31; } IL_00e1: { // if (attrCertV2Found) bool L_32 = V_3; if (!L_32) { goto IL_00eb; } } { // return new DerInteger(4); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_33 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_33, 4, /*hidden argument*/NULL); return L_33; } IL_00eb: { // if (attrCertV1Found || !CmsObjectIdentifiers.Data.Equals(contentOid) || CheckForVersion3(_signers)) bool L_34 = V_2; if (L_34) { goto IL_0109; } } { IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36 = ___contentOid0; NullCheck(L_35); bool L_37; L_37 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_35, L_36); if (!L_37) { goto IL_0109; } } { RuntimeObject* L_38 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 *)__this)->get__signers_19(); bool L_39; L_39 = CmsSignedDataStreamGenerator_CheckForVersion3_mCBF0166A07021CC719EA79FFF6BA1969528E31F8(__this, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0110; } } IL_0109: { // return new DerInteger(3); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_40 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_40, 3, /*hidden argument*/NULL); return L_40; } IL_0110: { // return new DerInteger(1); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_41 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_41, 1, /*hidden argument*/NULL); return L_41; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::CheckForVersion3(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CmsSignedDataStreamGenerator_CheckForVersion3_mCBF0166A07021CC719EA79FFF6BA1969528E31F8 (CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B * __this, RuntimeObject* ___signerInfos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (SignerInformation si in signerInfos) RuntimeObject* L_0 = ___signerInfos0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0034; } IL_0009: { // foreach (SignerInformation si in signerInfos) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); // SignerInfo s = SignerInfo.GetInstance(si.ToSignerInfo()); NullCheck(((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_3, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var))); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_4; L_4 = SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline(((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_3, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_5; L_5 = SignerInfo_GetInstance_m3D21E724E95D604E9307AE8A875BD5370C3F0B6A(L_4, /*hidden argument*/NULL); // if (s.Version.Value.IntValue == 3) NullCheck(L_5); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6; L_6 = SignerInfo_get_Version_mD72089A9353E6AB93FFC3B6A10AAFFEBD41B9313_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_0034; } } IL_0030: { // return true; V_1 = (bool)1; IL2CPP_LEAVE(0x51, FINALLY_003e); } IL_0034: { // foreach (SignerInformation si in signerInfos) RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0009; } } IL_003c: { IL2CPP_LEAVE(0x4F, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_004e; } } IL_0048: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_004e: { IL2CPP_END_FINALLY(62) } }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_JUMP_TBL(0x4F, IL_004f) } IL_004f: { // return false; return (bool)0; } IL_0051: { // } bool L_14 = V_1; return L_14; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::AttachDigestsToOutputStream(System.Collections.ICollection,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_AttachDigestsToOutputStream_m5E0E7B41AD55BEA82F195CE1687BD5A069E743DE (RuntimeObject* ___digests0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Stream result = s; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s1; V_0 = L_0; // foreach (IDigest digest in digests) RuntimeObject* L_1 = ___digests0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_0009: try {// begin try (depth: 1) { goto IL_0024; } IL_000b: { // foreach (IDigest digest in digests) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var)); // result = GetSafeTeeOutputStream(result, new DigestSink(digest)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = V_0; RuntimeObject* L_6 = V_2; DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 * L_7 = (DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0 *)il2cpp_codegen_object_new(DigestSink_t0340315342654E63BA4D399BDCE24013A84FCAF0_il2cpp_TypeInfo_var); DigestSink__ctor_m4467F80C18FF53BA50D6C4CD7ADCDD1C9E4F5DED(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8; L_8 = CmsSignedDataStreamGenerator_GetSafeTeeOutputStream_mBF892AE0FE860F1F3607B6909B30583A4322A328(L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0024: { // foreach (IDigest digest in digests) RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_000b; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_003e; } } IL_0038: { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003e: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { // return result; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = V_0; return L_14; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::GetSafeOutputStream(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_GetSafeOutputStream_mDB2504CC18676863A3F50810B8AB01472E7FE66F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s0; if (L_0) { goto IL_0009; } } { // return new NullOutputStream(); NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1 * L_1 = (NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1 *)il2cpp_codegen_object_new(NullOutputStream_t532D2175C1AFDC872DD21E46BC09023C3B84EBE1_il2cpp_TypeInfo_var); NullOutputStream__ctor_m7FF90FCB22AA0E31517057FD59527AD1836F10C5(L_1, /*hidden argument*/NULL); return L_1; } IL_0009: { // return s; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___s0; return L_2; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::GetSafeTeeOutputStream(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsSignedDataStreamGenerator_GetSafeTeeOutputStream_mBF892AE0FE860F1F3607B6909B30583A4322A328 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s10, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s1 == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s10; if (L_0) { goto IL_000a; } } { // return GetSafeOutputStream(s2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___s21; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2; L_2 = CmsSignedDataStreamGenerator_GetSafeOutputStream_mDB2504CC18676863A3F50810B8AB01472E7FE66F(L_1, /*hidden argument*/NULL); return L_2; } IL_000a: { // if (s2 == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___s21; if (L_3) { goto IL_0014; } } { // return GetSafeOutputStream(s1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___s10; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = CmsSignedDataStreamGenerator_GetSafeOutputStream_mDB2504CC18676863A3F50810B8AB01472E7FE66F(L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { // return new TeeOutputStream(s1, s2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___s10; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___s21; TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * L_8 = (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 *)il2cpp_codegen_object_new(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814_il2cpp_TypeInfo_var); TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedDataStreamGenerator__cctor_mA67A48424F357CE2F7135BA081FED584F1DAE5C0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly CmsSignedHelper Helper = CmsSignedHelper.Instance; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_Instance_0(); ((CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedDataStreamGenerator_tECF8F323E6BBA25987B646A1E3262D209D61BD4B_il2cpp_TypeInfo_var))->set_Helper_24(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator__ctor_m6FE564B509C6C6F369851F9F258997C456F36AB6 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new SecureRandom()) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_0, /*hidden argument*/NULL); CmsSignedGenerator__ctor_m26259FBC93B6FBC9C6EF293B0698BCBCBCA50817(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator__ctor_m26259FBC93B6FBC9C6EF293B0698BCBCBCA50817 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___rand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal IList _certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set__certs_17(L_0); // internal IList _crls = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set__crls_18(L_1); // internal IList _signers = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_2; L_2 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set__signers_19(L_2); // internal IDictionary _digests = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_3; L_3 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set__digests_20(L_3); // protected CmsSignedGenerator( // SecureRandom rand) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.rand = rand; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4 = ___rand0; __this->set_rand_23(L_4); // } return; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetBaseParameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedGenerator_GetBaseParameters_m68C5676B4F688F4A43DC331935B73FCEA2C4C472 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digAlgId1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // IDictionary param = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); V_0 = L_0; // if (contentType != null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___contentType0; if (!L_1) { goto IL_0016; } } { // param[CmsAttributeTableParameter.ContentType] = contentType; RuntimeObject* L_2 = V_0; int32_t L_3 = 0; RuntimeObject * L_4 = Box(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var, &L_3); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___contentType0; NullCheck(L_2); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_4, L_5); } IL_0016: { // param[CmsAttributeTableParameter.DigestAlgorithmIdentifier] = digAlgId; RuntimeObject* L_6 = V_0; int32_t L_7 = 3; RuntimeObject * L_8 = Box(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var, &L_7); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9 = ___digAlgId1; NullCheck(L_6); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_8, L_9); // param[CmsAttributeTableParameter.Digest] = hash.Clone(); RuntimeObject* L_10 = V_0; int32_t L_11 = 1; RuntimeObject * L_12 = Box(CmsAttributeTableParameter_t39B3513F432921D5164928592E99B16FED9BF038_il2cpp_TypeInfo_var, &L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___hash2; NullCheck((RuntimeArray *)(RuntimeArray *)L_13); RuntimeObject * L_14; L_14 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_13, /*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_10, L_12, L_14); // return param; RuntimeObject* L_15 = V_0; return L_15; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetAttributeSet(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsSignedGenerator_GetAttributeSet_m656BADDD64BF4D5D949EFE321A2FF1CF8E90751B (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return attr == null // ? null // : new DerSet(attr.ToAsn1EncodableVector()); AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = ___attr0; if (!L_0) { goto IL_000f; } } { AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_1 = ___attr0; NullCheck(L_1); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2; L_2 = AttributeTable_ToAsn1EncodableVector_m7B47167F274BD3955DB1B666BCE653A492438396(L_1, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_3 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddCertificates_m77855B6C6AC902E43C0759284A4FF8EFAAD6EBDD (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___certStore0, const RuntimeMethod* method) { { // CollectionUtilities.AddRange(_certs, CmsUtilities.GetCertificatesFromStore(certStore)); RuntimeObject* L_0 = __this->get__certs_17(); RuntimeObject* L_1 = ___certStore0; RuntimeObject* L_2; L_2 = CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072(L_1, /*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddCrls(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddCrls_m9C4BC35DC2469B3A57AE89985786599C580F2518 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___crlStore0, const RuntimeMethod* method) { { // CollectionUtilities.AddRange(_crls, CmsUtilities.GetCrlsFromStore(crlStore)); RuntimeObject* L_0 = __this->get__crls_18(); RuntimeObject* L_1 = ___crlStore0; RuntimeObject* L_2; L_2 = CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E(L_1, /*hidden argument*/NULL); CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddAttributeCertificates(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, RuntimeObject* ___store0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // foreach (IX509AttributeCertificate attrCert in store.GetMatches(null)) RuntimeObject* L_0 = ___store0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_0, (RuntimeObject*)NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000d: try {// begin try (depth: 2) { goto IL_003e; } IL_000f: { // foreach (IX509AttributeCertificate attrCert in store.GetMatches(null)) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var)); // _certs.Add(new DerTaggedObject(false, 2, // AttributeCertificate.GetInstance(Asn1Object.FromByteArray(attrCert.GetEncoded())))); RuntimeObject* L_5 = __this->get__certs_17(); RuntimeObject* L_6 = V_1; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(15 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.IX509AttributeCertificate::GetEncoded() */, IX509AttributeCertificate_t96382508C6487F5655E190C16E2BCB3486645DA8_il2cpp_TypeInfo_var, L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_7, /*hidden argument*/NULL); AttributeCertificate_t4AAF8EBE6F959DA3405B37F4518DBCD11D2A5E31 * L_9; L_9 = AttributeCertificate_GetInstance_m44F282F6BC1A20DF231B9680EFB85940F3D37F1D(L_8, /*hidden argument*/NULL); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_10 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_10, (bool)0, 2, L_9, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_10); } IL_003e: { // foreach (IX509AttributeCertificate attrCert in store.GetMatches(null)) RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_000f; } } IL_0046: { IL2CPP_LEAVE(0x59, FINALLY_0048); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: {// begin finally (depth: 2) { RuntimeObject* L_14 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_2; if (!L_15) { goto IL_0058; } } IL_0052: { RuntimeObject* L_16 = V_2; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_16); } IL_0058: { IL2CPP_END_FINALLY(72) } }// end finally (depth: 2) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x59, IL_0059) } IL_0059: { // } goto IL_0068; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005b; } throw e; } CATCH_005b: {// begin catch(System.Exception) // catch (Exception e) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("error processing attribute certs", e); Exception_t * L_17 = V_3; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_18 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D007F1FD99C240549DC362D2D90F6BB3CDD22F0)), L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedGenerator_AddAttributeCertificates_mE7B59DC985A6BAB26897249AD3420B3A633A85EA_RuntimeMethod_var))); }// end catch (depth: 1) IL_0068: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddSigners(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformationStore) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddSigners_mFA9A8A5DB3137413CABA09C9BDFC9FAF71A1F520 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * ___signerStore0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (SignerInformation o in signerStore.GetSigners()) SignerInformationStore_tDB02D878589FE8919FD7ADC7E4EF22B4E18C037C * L_0 = ___signerStore0; NullCheck(L_0); RuntimeObject* L_1; L_1 = SignerInformationStore_GetSigners_m311149289BA54C78095790447D86269329E66900(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { goto IL_002e; } IL_000e: { // foreach (SignerInformation o in signerStore.GetSigners()) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = ((SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 *)CastclassClass((RuntimeObject*)L_4, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5_il2cpp_TypeInfo_var)); // _signers.Add(o); RuntimeObject* L_5 = __this->get__signers_19(); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_6 = V_1; NullCheck(L_5); int32_t L_7; L_7 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_6); // AddSignerCallback(o); SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * L_8 = V_1; VirtualActionInvoker1< SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddSignerCallback(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation) */, __this, L_8); } IL_002e: { // foreach (SignerInformation o in signerStore.GetSigners()) RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_000e; } } IL_0036: { IL2CPP_LEAVE(0x49, FINALLY_0038); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0038; } FINALLY_0038: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_0048; } } IL_0042: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0048: { IL2CPP_END_FINALLY(56) } }// end finally (depth: 1) IL2CPP_CLEANUP(56) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { // } return; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetGeneratedDigests() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedGenerator_GetGeneratedDigests_m07248FCA6AAC51B56A6E1AB294D6AFAC38C6C809 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(_digests); RuntimeObject* L_0 = __this->get__digests_20(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mE41525BD5A1D895561067F49EB0F2E8245B05379(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCerts; } bool L_0 = __this->get__useDerForCerts_21(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::set_UseDerForCerts(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_set_UseDerForCerts_mFAD9C20DEC97AD9AE1FD3BCF5D7CC25C48CB328B (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this._useDerForCerts = value; } bool L_0 = ___value0; __this->set__useDerForCerts_21(L_0); // set { this._useDerForCerts = value; } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::get_UseDerForCrls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCrls; } bool L_0 = __this->get__useDerForCrls_22(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::set_UseDerForCrls(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_set_UseDerForCrls_mBF69D7EA016C46E7CFBBADAC5AD77B3E399D24E1 (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, bool ___value0, const RuntimeMethod* method) { { // set { this._useDerForCrls = value; } bool L_0 = ___value0; __this->set__useDerForCrls_22(L_0); // set { this._useDerForCrls = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::AddSignerCallback(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SignerInformation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator_AddSignerCallback_m43669019987D1BDDE643D99798546C873E2A59DB (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * ___si0, const RuntimeMethod* method) { { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetSignerIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * CmsSignedGenerator_GetSignerIdentifier_mDF94E948A82120C2C3E8E837D955B307427E12E4 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SignerIdentifier(CmsUtilities.GetIssuerAndSerialNumber(cert)); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * L_1; L_1 = CmsUtilities_GetIssuerAndSerialNumber_mCB708E589EF3E689E18792AE52835248FA32AA61(L_0, /*hidden argument*/NULL); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2 = (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B *)il2cpp_codegen_object_new(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var); SignerIdentifier__ctor_m809E487D1C60AAFFDB283211CF1090823DB6A9D4(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.SignerIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::GetSignerIdentifier(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * CmsSignedGenerator_GetSignerIdentifier_mA5814D2656C668EDEFD2C52F0BB2F556920BAEEB (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SignerIdentifier(new DerOctetString(subjectKeyIdentifier)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___subjectKeyIdentifier0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B * L_2 = (SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B *)il2cpp_codegen_object_new(SignerIdentifier_t7A0A1BBBC2F9EFA998EF6A6A215A2F417DE59A1B_il2cpp_TypeInfo_var); SignerIdentifier__ctor_m768CB3267804ADE6461434D195FCE20D4937349A(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedGenerator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedGenerator__cctor_m3DD3D9FD75DEF173B88D9ABB8B35C5404329C138 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly string Data = CmsObjectIdentifiers.Data.Id; IL2CPP_RUNTIME_CLASS_INIT(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_StaticFields*)il2cpp_codegen_static_fields_for(CmsObjectIdentifiers_t7355F91F6C3BB12FC7756316E90CD1DD55165B64_il2cpp_TypeInfo_var))->get_Data_0(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_Data_0(L_1); // public static readonly string DigestSha1 = OiwObjectIdentifiers.IdSha1.Id; IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_IdSha1_8(); NullCheck(L_2); String_t* L_3; L_3 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_2, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestSha1_1(L_3); // public static readonly string DigestSha224 = NistObjectIdentifiers.IdSha224.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha224_5(); NullCheck(L_4); String_t* L_5; L_5 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_4, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestSha224_2(L_5); // public static readonly string DigestSha256 = NistObjectIdentifiers.IdSha256.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha256_2(); NullCheck(L_6); String_t* L_7; L_7 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_6, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestSha256_3(L_7); // public static readonly string DigestSha384 = NistObjectIdentifiers.IdSha384.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha384_3(); NullCheck(L_8); String_t* L_9; L_9 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_8, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestSha384_4(L_9); // public static readonly string DigestSha512 = NistObjectIdentifiers.IdSha512.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha512_4(); NullCheck(L_10); String_t* L_11; L_11 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_10, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestSha512_5(L_11); // public static readonly string DigestMD5 = PkcsObjectIdentifiers.MD5.Id; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD5_35(); NullCheck(L_12); String_t* L_13; L_13 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_12, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestMD5_6(L_13); // public static readonly string DigestGost3411 = CryptoProObjectIdentifiers.GostR3411.Id; IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411_1(); NullCheck(L_14); String_t* L_15; L_15 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_14, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestGost3411_7(L_15); // public static readonly string DigestRipeMD128 = TeleTrusTObjectIdentifiers.RipeMD128.Id; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD128_2(); NullCheck(L_16); String_t* L_17; L_17 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_16, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestRipeMD128_8(L_17); // public static readonly string DigestRipeMD160 = TeleTrusTObjectIdentifiers.RipeMD160.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD160_1(); NullCheck(L_18); String_t* L_19; L_19 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_18, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestRipeMD160_9(L_19); // public static readonly string DigestRipeMD256 = TeleTrusTObjectIdentifiers.RipeMD256.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD256_3(); NullCheck(L_20); String_t* L_21; L_21 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_20, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_DigestRipeMD256_10(L_21); // public static readonly string EncryptionRsa = PkcsObjectIdentifiers.RsaEncryption.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); NullCheck(L_22); String_t* L_23; L_23 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_22, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionRsa_11(L_23); // public static readonly string EncryptionDsa = X9ObjectIdentifiers.IdDsaWithSha1.Id; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsaWithSha1_50(); NullCheck(L_24); String_t* L_25; L_25 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_24, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionDsa_12(L_25); // public static readonly string EncryptionECDsa = X9ObjectIdentifiers.ECDsaWithSha1.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha1_10(); NullCheck(L_26); String_t* L_27; L_27 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_26, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionECDsa_13(L_27); // public static readonly string EncryptionRsaPss = PkcsObjectIdentifiers.IdRsassaPss.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_28); String_t* L_29; L_29 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_28, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionRsaPss_14(L_29); // public static readonly string EncryptionGost3410 = CryptoProObjectIdentifiers.GostR3410x94.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x94_5(); NullCheck(L_30); String_t* L_31; L_31 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_30, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionGost3410_15(L_31); // public static readonly string EncryptionECGost3410 = CryptoProObjectIdentifiers.GostR3410x2001.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001_6(); NullCheck(L_32); String_t* L_33; L_33 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_32, /*hidden argument*/NULL); ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->set_EncryptionECGost3410_16(L_33); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddEntries(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, String_t* ___digest1, String_t* ___encryption2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string alias = oid.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // digestAlgs.Add(alias, digest); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); String_t* L_3 = V_0; String_t* L_4 = ___digest1; NullCheck(L_2); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3, L_4); // encryptionAlgs.Add(alias, encryption); RuntimeObject* L_5 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); String_t* L_6 = V_0; String_t* L_7 = ___encryption2; NullCheck(L_5); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_5, L_6, L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper__cctor_mD0477DDF1C76D936FC1232901F0FB0F6250052F2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral036D4751754FFF1B58B72E1891FF0E65DF4A05ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DC12C2F084AEF213595618FA29CF9FA96CA314A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral929005093FDAFAC5D770520C4CC44C5F7EEF5E0E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB62C1D5A013BA69B72FABDF8A17732CAEA887B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF08D2CD784F8AB1292A2A7CC8BD18F3CA4180B1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A); s_Il2CppMethodInitialized = true; } { // internal static readonly CmsSignedHelper Instance = new CmsSignedHelper(); CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * L_0 = (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD *)il2cpp_codegen_object_new(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); CmsSignedHelper__ctor_m55B8998408C5C465CDC6852D48303F5F9B7B1970(L_0, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_Instance_0(L_0); // private static readonly string EncryptionECDsaWithSha1 = X9ObjectIdentifiers.ECDsaWithSha1.Id; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha1_10(); NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_EncryptionECDsaWithSha1_1(L_2); // private static readonly string EncryptionECDsaWithSha224 = X9ObjectIdentifiers.ECDsaWithSha224.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha224_15(); NullCheck(L_3); String_t* L_4; L_4 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_3, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_EncryptionECDsaWithSha224_2(L_4); // private static readonly string EncryptionECDsaWithSha256 = X9ObjectIdentifiers.ECDsaWithSha256.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha256_16(); NullCheck(L_5); String_t* L_6; L_6 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_5, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_EncryptionECDsaWithSha256_3(L_6); // private static readonly string EncryptionECDsaWithSha384 = X9ObjectIdentifiers.ECDsaWithSha384.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha384_17(); NullCheck(L_7); String_t* L_8; L_8 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_7, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_EncryptionECDsaWithSha384_4(L_8); // private static readonly string EncryptionECDsaWithSha512 = X9ObjectIdentifiers.ECDsaWithSha512.Id; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha512_18(); NullCheck(L_9); String_t* L_10; L_10 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_9, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_EncryptionECDsaWithSha512_5(L_10); // private static readonly IDictionary encryptionAlgs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_encryptionAlgs_6(L_11); // private static readonly IDictionary digestAlgs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_12; L_12 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_digestAlgs_7(L_12); // private static readonly IDictionary digestAliases = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_13; L_13 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_digestAliases_8(L_13); // private static readonly ISet noParams = new HashSet(); HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * L_14 = (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 *)il2cpp_codegen_object_new(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754_il2cpp_TypeInfo_var); HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E(L_14, /*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_noParams_9(L_14); // private static readonly IDictionary ecAlgorithms = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_15; L_15 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->set_ecAlgorithms_10(L_15); // AddEntries(NistObjectIdentifiers.DsaWithSha224, "SHA224", "DSA"); IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha224_41(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_16, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(NistObjectIdentifiers.DsaWithSha256, "SHA256", "DSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha256_42(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_17, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(NistObjectIdentifiers.DsaWithSha384, "SHA384", "DSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha384_43(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_18, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(NistObjectIdentifiers.DsaWithSha512, "SHA512", "DSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha512_44(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_19, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(OiwObjectIdentifiers.DsaWithSha1, "SHA1", "DSA"); IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DsaWithSha1_9(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_20, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(OiwObjectIdentifiers.MD4WithRsa, "MD4", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD4WithRsa_0(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_21, _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(OiwObjectIdentifiers.MD4WithRsaEncryption, "MD4", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD4WithRsaEncryption_2(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_22, _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(OiwObjectIdentifiers.MD5WithRsa, "MD5", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD5WithRsa_1(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_23, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(OiwObjectIdentifiers.Sha1WithRsa, "SHA1", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_Sha1WithRsa_10(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_24, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.MD2WithRsaEncryption, "MD2", "RSA"); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD2WithRsaEncryption_3(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_25, _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.MD4WithRsaEncryption, "MD4", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD4WithRsaEncryption_4(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_26, _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.MD5WithRsaEncryption, "MD5", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD5WithRsaEncryption_5(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_27, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.Sha1WithRsaEncryption, "SHA1", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha1WithRsaEncryption_6(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_28, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.Sha224WithRsaEncryption, "SHA224", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha224WithRsaEncryption_15(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_29, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.Sha256WithRsaEncryption, "SHA256", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha256WithRsaEncryption_12(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_30, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.Sha384WithRsaEncryption, "SHA384", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha384WithRsaEncryption_13(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_31, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(PkcsObjectIdentifiers.Sha512WithRsaEncryption, "SHA512", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha512WithRsaEncryption_14(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_32, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.ECDsaWithSha1, "SHA1", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_33 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha1_10(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_33, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.ECDsaWithSha224, "SHA224", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha224_15(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_34, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.ECDsaWithSha256, "SHA256", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha256_16(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_35, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.ECDsaWithSha384, "SHA384", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha384_17(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_36, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.ECDsaWithSha512, "SHA512", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha512_18(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_37, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(X9ObjectIdentifiers.IdDsaWithSha1, "SHA1", "DSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsaWithSha1_50(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_38, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_ECDSA_SHA_1, "SHA1", "ECDSA"); IL2CPP_RUNTIME_CLASS_INIT(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_39 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_1_16(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_39, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_ECDSA_SHA_224, "SHA224", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_224_17(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_40, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_ECDSA_SHA_256, "SHA256", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_256_18(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_41, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_ECDSA_SHA_384, "SHA384", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_384_19(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_42, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_ECDSA_SHA_512, "SHA512", "ECDSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_43 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_512_20(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_43, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_RSA_v1_5_SHA_1, "SHA1", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_44 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_v1_5_SHA_1_11(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_44, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_RSA_v1_5_SHA_256, "SHA256", "RSA"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_45 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_v1_5_SHA_256_12(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_45, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_RSA_PSS_SHA_1, "SHA1", "RSAandMGF1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_PSS_SHA_1_13(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_46, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteral036D4751754FFF1B58B72E1891FF0E65DF4A05ED, /*hidden argument*/NULL); // AddEntries(EacObjectIdentifiers.id_TA_RSA_PSS_SHA_256, "SHA256", "RSAandMGF1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_47 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_RSA_PSS_SHA_256_14(); CmsSignedHelper_AddEntries_mE6574815B36C5162674C74A8F90EE7AAEBD2FF91(L_47, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteral036D4751754FFF1B58B72E1891FF0E65DF4A05ED, /*hidden argument*/NULL); // encryptionAlgs.Add(X9ObjectIdentifiers.IdDsa.Id, "DSA"); RuntimeObject* L_48 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_49 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsa_49(); NullCheck(L_49); String_t* L_50; L_50 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_49, /*hidden argument*/NULL); NullCheck(L_48); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_48, L_50, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); // encryptionAlgs.Add(PkcsObjectIdentifiers.RsaEncryption.Id, "RSA"); RuntimeObject* L_51 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_52 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); NullCheck(L_52); String_t* L_53; L_53 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_52, /*hidden argument*/NULL); NullCheck(L_51); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_51, L_53, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // encryptionAlgs.Add(TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm, "RSA"); RuntimeObject* L_54 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTRsaSignatureAlgorithm_4(); NullCheck(L_54); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_54, L_55, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // encryptionAlgs.Add(X509ObjectIdentifiers.IdEARsa.Id, "RSA"); RuntimeObject* L_56 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); IL2CPP_RUNTIME_CLASS_INIT(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_57 = ((X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var))->get_IdEARsa_13(); NullCheck(L_57); String_t* L_58; L_58 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_57, /*hidden argument*/NULL); NullCheck(L_56); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_56, L_58, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // encryptionAlgs.Add(CmsSignedGenerator.EncryptionRsaPss, "RSAandMGF1"); RuntimeObject* L_59 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_60 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionRsaPss_14(); NullCheck(L_59); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_59, L_60, _stringLiteral036D4751754FFF1B58B72E1891FF0E65DF4A05ED); // encryptionAlgs.Add(CryptoProObjectIdentifiers.GostR3410x94.Id, "GOST3410"); RuntimeObject* L_61 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x94_5(); NullCheck(L_62); String_t* L_63; L_63 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_62, /*hidden argument*/NULL); NullCheck(L_61); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_61, L_63, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // encryptionAlgs.Add(CryptoProObjectIdentifiers.GostR3410x2001.Id, "ECGOST3410"); RuntimeObject* L_64 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001_6(); NullCheck(L_65); String_t* L_66; L_66 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_65, /*hidden argument*/NULL); NullCheck(L_64); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_64, L_66, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // encryptionAlgs.Add("1.3.6.1.4.1.5849.1.6.2", "ECGOST3410"); RuntimeObject* L_67 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); NullCheck(L_67); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_67, _stringLiteralABB62C1D5A013BA69B72FABDF8A17732CAEA887B, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // encryptionAlgs.Add("1.3.6.1.4.1.5849.1.1.5", "GOST3410"); RuntimeObject* L_68 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); NullCheck(L_68); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_68, _stringLiteral6DC12C2F084AEF213595618FA29CF9FA96CA314A, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // digestAlgs.Add(PkcsObjectIdentifiers.MD2.Id, "MD2"); RuntimeObject* L_69 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_70 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD2_33(); NullCheck(L_70); String_t* L_71; L_71 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_70, /*hidden argument*/NULL); NullCheck(L_69); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_69, L_71, _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769); // digestAlgs.Add(PkcsObjectIdentifiers.MD4.Id, "MD4"); RuntimeObject* L_72 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_73 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD4_34(); NullCheck(L_73); String_t* L_74; L_74 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_73, /*hidden argument*/NULL); NullCheck(L_72); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_72, L_74, _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2); // digestAlgs.Add(PkcsObjectIdentifiers.MD5.Id, "MD5"); RuntimeObject* L_75 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_76 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD5_35(); NullCheck(L_76); String_t* L_77; L_77 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_76, /*hidden argument*/NULL); NullCheck(L_75); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_75, L_77, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); // digestAlgs.Add(OiwObjectIdentifiers.IdSha1.Id, "SHA1"); RuntimeObject* L_78 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_79 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_IdSha1_8(); NullCheck(L_79); String_t* L_80; L_80 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_79, /*hidden argument*/NULL); NullCheck(L_78); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_78, L_80, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); // digestAlgs.Add(NistObjectIdentifiers.IdSha224.Id, "SHA224"); RuntimeObject* L_81 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_82 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha224_5(); NullCheck(L_82); String_t* L_83; L_83 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_82, /*hidden argument*/NULL); NullCheck(L_81); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_81, L_83, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51); // digestAlgs.Add(NistObjectIdentifiers.IdSha256.Id, "SHA256"); RuntimeObject* L_84 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_85 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha256_2(); NullCheck(L_85); String_t* L_86; L_86 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_85, /*hidden argument*/NULL); NullCheck(L_84); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_84, L_86, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); // digestAlgs.Add(NistObjectIdentifiers.IdSha384.Id, "SHA384"); RuntimeObject* L_87 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_88 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha384_3(); NullCheck(L_88); String_t* L_89; L_89 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_88, /*hidden argument*/NULL); NullCheck(L_87); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_87, L_89, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); // digestAlgs.Add(NistObjectIdentifiers.IdSha512.Id, "SHA512"); RuntimeObject* L_90 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_91 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdSha512_4(); NullCheck(L_91); String_t* L_92; L_92 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_91, /*hidden argument*/NULL); NullCheck(L_90); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_90, L_92, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); // digestAlgs.Add(TeleTrusTObjectIdentifiers.RipeMD128.Id, "RIPEMD128"); RuntimeObject* L_93 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD128_2(); NullCheck(L_94); String_t* L_95; L_95 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_94, /*hidden argument*/NULL); NullCheck(L_93); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_93, L_95, _stringLiteralEB7CCC8642D7B5521BC4E7440146281DA06EFDDF); // digestAlgs.Add(TeleTrusTObjectIdentifiers.RipeMD160.Id, "RIPEMD160"); RuntimeObject* L_96 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_97 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD160_1(); NullCheck(L_97); String_t* L_98; L_98 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_97, /*hidden argument*/NULL); NullCheck(L_96); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_96, L_98, _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8); // digestAlgs.Add(TeleTrusTObjectIdentifiers.RipeMD256.Id, "RIPEMD256"); RuntimeObject* L_99 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_100 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RipeMD256_3(); NullCheck(L_100); String_t* L_101; L_101 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_100, /*hidden argument*/NULL); NullCheck(L_99); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_99, L_101, _stringLiteralA6DBDE4DFCE47C72AFA52C1981772A8DD7EFD2C8); // digestAlgs.Add(CryptoProObjectIdentifiers.GostR3411.Id, "GOST3411"); RuntimeObject* L_102 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_103 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411_1(); NullCheck(L_103); String_t* L_104; L_104 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_103, /*hidden argument*/NULL); NullCheck(L_102); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_102, L_104, _stringLiteral929005093FDAFAC5D770520C4CC44C5F7EEF5E0E); // digestAlgs.Add("1.3.6.1.4.1.5849.1.2.1", "GOST3411"); RuntimeObject* L_105 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); NullCheck(L_105); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_105, _stringLiteralF08D2CD784F8AB1292A2A7CC8BD18F3CA4180B1E, _stringLiteral929005093FDAFAC5D770520C4CC44C5F7EEF5E0E); // digestAliases.Add("SHA1", new string[] { "SHA-1" }); RuntimeObject* L_106 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_107 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_108 = L_107; NullCheck(L_108); ArrayElementTypeCheck (L_108, _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); (L_108)->SetAt(static_cast(0), (String_t*)_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); NullCheck(L_106); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_106, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, (RuntimeObject *)(RuntimeObject *)L_108); // digestAliases.Add("SHA224", new string[] { "SHA-224" }); RuntimeObject* L_109 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_110 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_111 = L_110; NullCheck(L_111); ArrayElementTypeCheck (L_111, _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A); (L_111)->SetAt(static_cast(0), (String_t*)_stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A); NullCheck(L_109); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_109, _stringLiteralEBFEA42051B997E17C9814A7196FFB19014A1B51, (RuntimeObject *)(RuntimeObject *)L_111); // digestAliases.Add("SHA256", new string[] { "SHA-256" }); RuntimeObject* L_112 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_113 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_114 = L_113; NullCheck(L_114); ArrayElementTypeCheck (L_114, _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E); (L_114)->SetAt(static_cast(0), (String_t*)_stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E); NullCheck(L_112); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_112, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, (RuntimeObject *)(RuntimeObject *)L_114); // digestAliases.Add("SHA384", new string[] { "SHA-384" }); RuntimeObject* L_115 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_116 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_117 = L_116; NullCheck(L_117); ArrayElementTypeCheck (L_117, _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670); (L_117)->SetAt(static_cast(0), (String_t*)_stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670); NullCheck(L_115); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_115, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, (RuntimeObject *)(RuntimeObject *)L_117); // digestAliases.Add("SHA512", new string[] { "SHA-512" }); RuntimeObject* L_118 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_119 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_120 = L_119; NullCheck(L_120); ArrayElementTypeCheck (L_120, _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC); (L_120)->SetAt(static_cast(0), (String_t*)_stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC); NullCheck(L_118); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_118, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, (RuntimeObject *)(RuntimeObject *)L_120); // noParams.Add(CmsSignedGenerator.EncryptionDsa); RuntimeObject* L_121 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_122 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionDsa_12(); NullCheck(L_121); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_121, L_122); // noParams.Add(EncryptionECDsaWithSha1); RuntimeObject* L_123 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_124 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha1_1(); NullCheck(L_123); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_123, L_124); // noParams.Add(EncryptionECDsaWithSha224); RuntimeObject* L_125 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_126 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha224_2(); NullCheck(L_125); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_125, L_126); // noParams.Add(EncryptionECDsaWithSha256); RuntimeObject* L_127 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_128 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha256_3(); NullCheck(L_127); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_127, L_128); // noParams.Add(EncryptionECDsaWithSha384); RuntimeObject* L_129 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_130 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha384_4(); NullCheck(L_129); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_129, L_130); // noParams.Add(EncryptionECDsaWithSha512); RuntimeObject* L_131 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); String_t* L_132 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha512_5(); NullCheck(L_131); InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Add(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_131, L_132); // ecAlgorithms.Add(CmsSignedGenerator.DigestSha1, EncryptionECDsaWithSha1); RuntimeObject* L_133 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_134 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha1_1(); String_t* L_135 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha1_1(); NullCheck(L_133); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_133, L_134, L_135); // ecAlgorithms.Add(CmsSignedGenerator.DigestSha224, EncryptionECDsaWithSha224); RuntimeObject* L_136 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_137 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha224_2(); String_t* L_138 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha224_2(); NullCheck(L_136); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_136, L_137, L_138); // ecAlgorithms.Add(CmsSignedGenerator.DigestSha256, EncryptionECDsaWithSha256); RuntimeObject* L_139 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_140 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha256_3(); String_t* L_141 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha256_3(); NullCheck(L_139); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_139, L_140, L_141); // ecAlgorithms.Add(CmsSignedGenerator.DigestSha384, EncryptionECDsaWithSha384); RuntimeObject* L_142 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_143 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha384_4(); String_t* L_144 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha384_4(); NullCheck(L_142); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_142, L_143, L_144); // ecAlgorithms.Add(CmsSignedGenerator.DigestSha512, EncryptionECDsaWithSha512); RuntimeObject* L_145 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_146 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha512_5(); String_t* L_147 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_EncryptionECDsaWithSha512_5(); NullCheck(L_145); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_145, L_146, L_147); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetDigestAlgName_mC65AC65F3584AA433D7889523A2386773A141BF8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___digestAlgOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string algName = (string)digestAlgs[digestAlgOid]; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAlgs_7(); String_t* L_1 = ___digestAlgOid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); // if (algName != null) String_t* L_3 = V_0; if (!L_3) { goto IL_0016; } } { // return algName; String_t* L_4 = V_0; return L_4; } IL_0016: { // return digestAlgOid; String_t* L_5 = ___digestAlgOid0; return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncAlgorithmIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsSignedHelper_GetEncAlgorithmIdentifier_m44EC376A8477A72CD74BAF71625F99B16640CEB9 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___encOid0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___sigX509Parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (noParams.Contains(encOid.Id)) IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_noParams_9(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___encOid0; NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3; L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet::Contains(System.Object) */, ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049_il2cpp_TypeInfo_var, L_0, L_2); if (!L_3) { goto IL_0019; } } { // return new AlgorithmIdentifier(encOid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ___encOid0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new AlgorithmIdentifier(encOid, sigX509Parameters); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ___encOid0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = ___sigX509Parameters1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_8 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestAliases(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CmsSignedHelper_GetDigestAliases_mDB39647843E36B589A576743FA331089CA17B6BD (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; { // string[] aliases = (string[]) digestAliases[algName]; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_digestAliases_8(); String_t* L_1 = ___algName0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); // return aliases == null ? new String[0] : (string[]) aliases.Clone(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_0; if (!L_3) { goto IL_0020; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5; L_5 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); return ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_5, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); } IL_0020: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)0); return L_6; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncryptionAlgName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetEncryptionAlgName_m2DDC7C20FA911DDDA8387C40C3D109B519FFFE64 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___encryptionAlgOid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string algName = (string) encryptionAlgs[encryptionAlgOid]; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_encryptionAlgs_6(); String_t* L_1 = ___encryptionAlgOid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); // if (algName != null) String_t* L_3 = V_0; if (!L_3) { goto IL_0016; } } { // return algName; String_t* L_4 = V_0; return L_4; } IL_0016: { // return encryptionAlgOid; String_t* L_5 = ___encryptionAlgOid0; return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetDigestInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return DigestUtilities.GetDigest(algorithm); String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0034; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) { // catch (SecurityUtilityException e) V_1 = ((SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)IL2CPP_GET_ACTIVE_EXCEPTION(SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)); // foreach (string alias in GetDigestAliases(algorithm)) String_t* L_2 = ___algorithm0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = CmsSignedHelper_GetDigestAliases_mDB39647843E36B589A576743FA331089CA17B6BD(__this, L_2, /*hidden argument*/NULL); V_2 = L_3; V_3 = 0; goto IL_002c; } IL_0016: { // foreach (string alias in GetDigestAliases(algorithm)) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; } IL_001b: try {// begin try (depth: 2) // try { return DigestUtilities.GetDigest(alias); } String_t* L_8 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0034; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0025; } throw e; } CATCH_0025: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException) // catch (SecurityUtilityException) {} // catch (SecurityUtilityException) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0028; }// end catch (depth: 2) IL_0028: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002c: { // foreach (string alias in GetDigestAliases(algorithm)) int32_t L_11 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0016; } } IL_0032: { // throw e; SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_13 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_GetDigestInstance_mB991BC0553B84CF0A16A04E502C1063806099EF7_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0034: { // } RuntimeObject* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetSignatureInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_GetSignatureInstance_m504AC02D41081F41FD2D4C2047F90A0A56748636 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return SignerUtilities.GetSigner(algorithm); String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateAttributeStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2A0765D743E774E13DD8B60327CAD1551F26A80); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_3 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_4 = NULL; Exception_t * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (certSet != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___certSet1; if (!L_1) { goto IL_0087; } } { // foreach (Asn1Encodable ae in certSet) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_2 = ___certSet1; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_2); V_1 = L_3; } IL_0010: try {// begin try (depth: 1) { goto IL_0069; } IL_0012: { // foreach (Asn1Encodable ae in certSet) RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_001e: try {// begin try (depth: 2) { // Asn1Object obj = ae.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6 = V_2; NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); V_3 = L_7; // if (obj is Asn1TaggedObject) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = V_3; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_8, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0058; } } IL_002d: { // Asn1TaggedObject tagged = (Asn1TaggedObject)obj; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9 = V_3; V_4 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_9, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (tagged.TagNo == 2) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10 = V_4; NullCheck(L_10); int32_t L_11; L_11 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0058; } } IL_003f: { // certs.Add( // new X509V2AttributeCertificate( // Asn1Sequence.GetInstance(tagged, false).GetEncoded())); RuntimeObject* L_12 = V_0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_13 = V_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14; L_14 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_13, (bool)0, /*hidden argument*/NULL); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_14, /*hidden argument*/NULL); X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 * L_16 = (X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3 *)il2cpp_codegen_object_new(X509V2AttributeCertificate_t004E81AFB075D95CA954C1C9E84F0C63F27A56A3_il2cpp_TypeInfo_var); X509V2AttributeCertificate__ctor_m043F1BD056E82B72A88309C6CF465FFC21FF1625(L_16, L_15, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_17; L_17 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_12, L_16); } IL_0058: { // } goto IL_0069; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005a; } throw e; } CATCH_005a: {// begin catch(System.Exception) // catch (Exception ex) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("can't re-encode attribute certificate!", ex); Exception_t * L_18 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_19 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430F2E3933E56EECD76C64C77E7CD639111F92E9)), L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E_RuntimeMethod_var))); }// end catch (depth: 2) IL_0069: { // foreach (Asn1Encodable ae in certSet) RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0012; } } IL_0071: { IL2CPP_LEAVE(0x87, FINALLY_0073); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_6; if (!L_23) { goto IL_0086; } } IL_007f: { RuntimeObject* L_24 = V_6; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_0086: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x87, IL_0087) } IL_0087: { } IL_0088: try {// begin try (depth: 1) // return X509StoreFactory.Create( // "AttributeCertificate/" + type, // new X509CollectionStoreParameters(certs)); String_t* L_25 = ___type0; String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC2A0765D743E774E13DD8B60327CAD1551F26A80, L_25, /*hidden argument*/NULL); RuntimeObject* L_27 = V_0; X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 * L_28 = (X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 *)il2cpp_codegen_object_new(X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); X509CollectionStoreParameters__ctor_m0C179FB00CAF788F4B59E7C66BBECF8E0A5B9049(L_28, L_27, /*hidden argument*/NULL); RuntimeObject* L_29; L_29 = X509StoreFactory_Create_mBD3629E3DC37D3D32E06EB1150959A0F919BF61E(L_26, L_28, /*hidden argument*/NULL); V_7 = L_29; goto IL_00b1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a2; } throw e; } CATCH_00a2: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_8 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new CmsException("can't setup the X509Store", e); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_30 = V_8; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_31 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0044FA486E77FFF0A06B0C3F2B0389C51DC1B8C1)), L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_CreateAttributeStore_m96FC5E462D6F415F22BDEF3953066BB24C78CF9E_RuntimeMethod_var))); }// end catch (depth: 1) IL_00b1: { // } RuntimeObject* L_32 = V_7; return L_32; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateCertificateStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F3E4BAB8F83B4297D161F0732481E031EB9EBA5); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (certSet != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___certSet1; if (!L_1) { goto IL_0011; } } { // AddCertsFromSet(certs, certSet); RuntimeObject* L_2 = V_0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = ___certSet1; CmsSignedHelper_AddCertsFromSet_m390BD84C16F15BB96A66A83C81242A68474F8554(__this, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { } IL_0012: try {// begin try (depth: 1) // return X509StoreFactory.Create( // "Certificate/" + type, // new X509CollectionStoreParameters(certs)); String_t* L_4 = ___type0; String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral3F3E4BAB8F83B4297D161F0732481E031EB9EBA5, L_4, /*hidden argument*/NULL); RuntimeObject* L_6 = V_0; X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 * L_7 = (X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 *)il2cpp_codegen_object_new(X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); X509CollectionStoreParameters__ctor_m0C179FB00CAF788F4B59E7C66BBECF8E0A5B9049(L_7, L_6, /*hidden argument*/NULL); RuntimeObject* L_8; L_8 = X509StoreFactory_Create_mBD3629E3DC37D3D32E06EB1150959A0F919BF61E(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_0038; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_2 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new CmsException("can't setup the X509Store", e); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_10 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0044FA486E77FFF0A06B0C3F2B0389C51DC1B8C1)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_CreateCertificateStore_mD0B30157EC919487410316107A7959938B5DBC1C_RuntimeMethod_var))); }// end catch (depth: 1) IL_0038: { // } RuntimeObject* L_11 = V_1; return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::CreateCrlStore(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, String_t* ___type0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crlSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral129634ABD0117B2A237A408A7EAD2F9BB179FBB0); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IList crls = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (crlSet != null) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___crlSet1; if (!L_1) { goto IL_0011; } } { // AddCrlsFromSet(crls, crlSet); RuntimeObject* L_2 = V_0; Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_3 = ___crlSet1; CmsSignedHelper_AddCrlsFromSet_m73355D49CB6BD27DF993DBE93B438BE85886AA09(__this, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { } IL_0012: try {// begin try (depth: 1) // return X509StoreFactory.Create( // "CRL/" + type, // new X509CollectionStoreParameters(crls)); String_t* L_4 = ___type0; String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral129634ABD0117B2A237A408A7EAD2F9BB179FBB0, L_4, /*hidden argument*/NULL); RuntimeObject* L_6 = V_0; X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 * L_7 = (X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401 *)il2cpp_codegen_object_new(X509CollectionStoreParameters_t9AC6D285ADBA3F814F6985940388A9C944D26401_il2cpp_TypeInfo_var); X509CollectionStoreParameters__ctor_m0C179FB00CAF788F4B59E7C66BBECF8E0A5B9049(L_7, L_6, /*hidden argument*/NULL); RuntimeObject* L_8; L_8 = X509StoreFactory_Create_mBD3629E3DC37D3D32E06EB1150959A0F919BF61E(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_0038; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_2 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new CmsException("can't setup the X509Store", e); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_10 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0044FA486E77FFF0A06B0C3F2B0389C51DC1B8C1)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_CreateCrlStore_mAF447F174042829BA3719F441CA0EF9FA587B264_RuntimeMethod_var))); }// end catch (depth: 1) IL_0038: { // } RuntimeObject* L_11 = V_1; return L_11; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddCertsFromSet(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddCertsFromSet_m390BD84C16F15BB96A66A83C81242A68474F8554 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, RuntimeObject* ___certs0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___certSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_3 = NULL; Exception_t * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // X509CertificateParser cf = new X509CertificateParser(); X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * L_0 = (X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF *)il2cpp_codegen_object_new(X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF_il2cpp_TypeInfo_var); X509CertificateParser__ctor_m25758CA99259833BE3DF47D56D48106D7D424256(L_0, /*hidden argument*/NULL); V_0 = L_0; // foreach (Asn1Encodable ae in certSet) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___certSet1; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_004e; } IL_000f: { // foreach (Asn1Encodable ae in certSet) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_001b: try {// begin try (depth: 2) { // Asn1Object obj = ae.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5 = V_2; NullCheck(L_5); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_5); V_3 = L_6; // if (obj is Asn1Sequence) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7 = V_3; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_7, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_003d; } } IL_002a: { // certs.Add(cf.ReadCertificate(obj.GetEncoded())); RuntimeObject* L_8 = ___certs0; X509CertificateParser_t76052650A7486EB7C9B24F64A8D228E18BB62AAF * L_9 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10 = V_3; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_10, /*hidden argument*/NULL); NullCheck(L_9); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_12; L_12 = X509CertificateParser_ReadCertificate_m000AD793B41CECA257A31BC57E84D232C9C4F0EE(L_9, L_11, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, L_12); } IL_003d: { // } goto IL_004e; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003f; } throw e; } CATCH_003f: {// begin catch(System.Exception) // catch (Exception ex) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("can't re-encode certificate!", ex); Exception_t * L_14 = V_4; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_15 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCBEEDEF2D8108832EB067CD43DBA45894A53B053)), L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_AddCertsFromSet_m390BD84C16F15BB96A66A83C81242A68474F8554_RuntimeMethod_var))); }// end catch (depth: 2) IL_004e: { // foreach (Asn1Encodable ae in certSet) RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_000f; } } IL_0056: { IL2CPP_LEAVE(0x6C, FINALLY_0058); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: {// begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_5; if (!L_19) { goto IL_006b; } } IL_0064: { RuntimeObject* L_20 = V_5; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_006b: { IL2CPP_END_FINALLY(88) } }// end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6C, IL_006c) } IL_006c: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::AddCrlsFromSet(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper_AddCrlsFromSet_m73355D49CB6BD27DF993DBE93B438BE85886AA09 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, RuntimeObject* ___crls0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___crlSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA * V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; Exception_t * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // X509CrlParser cf = new X509CrlParser(); X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA * L_0 = (X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA *)il2cpp_codegen_object_new(X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA_il2cpp_TypeInfo_var); X509CrlParser__ctor_mF8237E4A72A12EFF28B04C446385057F87D51F4D(L_0, /*hidden argument*/NULL); V_0 = L_0; // foreach (Asn1Encodable ae in crlSet) Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_1 = ___crlSet1; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::GetEnumerator() */, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_003d; } IL_000f: { // foreach (Asn1Encodable ae in crlSet) RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_4, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_001b: try {// begin try (depth: 2) // crls.Add(cf.ReadCrl(ae.GetEncoded())); RuntimeObject* L_5 = ___crls0; X509CrlParser_t5A69F403A4E632BD648423A86C85BA28CC698FCA * L_6 = V_0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = V_2; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(L_7, /*hidden argument*/NULL); NullCheck(L_6); X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_9; L_9 = X509CrlParser_ReadCrl_m74DEF390DBC940A5A7696828BCD9400C24F8EAB4(L_6, L_8, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_10; L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_9); // } goto IL_003d; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0030; } throw e; } CATCH_0030: {// begin catch(System.Exception) // catch (Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("can't re-encode CRL!", ex); Exception_t * L_11 = V_3; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_12 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral521CEFD5A5ECE21DD4DAF3AB2173DACD32A70A33)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_AddCrlsFromSet_m73355D49CB6BD27DF993DBE93B438BE85886AA09_RuntimeMethod_var))); }// end catch (depth: 2) IL_003d: { // foreach (Asn1Encodable ae in crlSet) RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_000f; } } IL_0045: { IL2CPP_LEAVE(0x5B, FINALLY_0047); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: {// begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_4; if (!L_16) { goto IL_005a; } } IL_0053: { RuntimeObject* L_17 = V_4; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005a: { IL2CPP_END_FINALLY(71) } }// end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::FixAlgID(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CmsSignedHelper_FixAlgID_m86097EA372C107EDE8ABA0C6CF99BA7BF300C3D8 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (algId.Parameters == null) AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___algId0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_0); if (L_1) { goto IL_0019; } } { // return new AlgorithmIdentifier(algId.Algorithm, DerNull.Instance); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___algId0; NullCheck(L_2); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3; L_3 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_4 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return algId; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_6 = ___algId0; return L_6; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::GetEncOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___key0, String_t* ___digestOID1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string encOID = null; V_0 = (String_t*)NULL; // if (key is RsaKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___key0; if (!((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)IsInstClass((RuntimeObject*)L_0, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var))) { goto IL_002d; } } { // if (!((RsaKeyParameters)key).IsPrivate) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_1 = ___key0; NullCheck(((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)CastclassClass((RuntimeObject*)L_1, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var))); bool L_2; L_2 = AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline(((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)CastclassClass((RuntimeObject*)L_1, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentException("Expected RSA private key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB046A18D0AB909E38BC10AF2228B559F25E6D67)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732_RuntimeMethod_var))); } IL_0022: { // encOID = CmsSignedGenerator.EncryptionRsa; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_4 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionRsa_11(); V_0 = L_4; // } goto IL_012d; } IL_002d: { // else if (key is DsaPrivateKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = ___key0; if (!((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)IsInstClass((RuntimeObject*)L_5, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var))) { goto IL_00cc; } } { // if (digestOID.Equals(CmsSignedGenerator.DigestSha1)) String_t* L_6 = ___digestOID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_7 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha1_1(); NullCheck(L_6); bool L_8; L_8 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } { // encOID = CmsSignedGenerator.EncryptionDsa; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_9 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionDsa_12(); V_0 = L_9; // } goto IL_012d; } IL_0050: { // else if (digestOID.Equals(CmsSignedGenerator.DigestSha224)) String_t* L_10 = ___digestOID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_11 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha224_2(); NullCheck(L_10); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_006d; } } { // encOID = NistObjectIdentifiers.DsaWithSha224.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha224_41(); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); V_0 = L_14; // } goto IL_012d; } IL_006d: { // else if (digestOID.Equals(CmsSignedGenerator.DigestSha256)) String_t* L_15 = ___digestOID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_16 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha256_3(); NullCheck(L_15); bool L_17; L_17 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008a; } } { // encOID = NistObjectIdentifiers.DsaWithSha256.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_18 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha256_42(); NullCheck(L_18); String_t* L_19; L_19 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_18, /*hidden argument*/NULL); V_0 = L_19; // } goto IL_012d; } IL_008a: { // else if (digestOID.Equals(CmsSignedGenerator.DigestSha384)) String_t* L_20 = ___digestOID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_21 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha384_4(); NullCheck(L_20); bool L_22; L_22 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a7; } } { // encOID = NistObjectIdentifiers.DsaWithSha384.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha384_43(); NullCheck(L_23); String_t* L_24; L_24 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_23, /*hidden argument*/NULL); V_0 = L_24; // } goto IL_012d; } IL_00a7: { // else if (digestOID.Equals(CmsSignedGenerator.DigestSha512)) String_t* L_25 = ___digestOID1; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_26 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_DigestSha512_5(); NullCheck(L_25); bool L_27; L_27 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00c1; } } { // encOID = NistObjectIdentifiers.DsaWithSha512.Id; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_28 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha512_44(); NullCheck(L_28); String_t* L_29; L_29 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_28, /*hidden argument*/NULL); V_0 = L_29; // } goto IL_012d; } IL_00c1: { // throw new ArgumentException("can't mix DSA with anything but SHA1/SHA2"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_30 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5DEB5C3A4F279DE7B9127521B418213B92BCFC4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732_RuntimeMethod_var))); } IL_00cc: { // else if (key is ECPrivateKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_31 = ___key0; if (!((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)IsInstClass((RuntimeObject*)L_31, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))) { goto IL_0112; } } { // ECPrivateKeyParameters ecPrivKey = (ECPrivateKeyParameters)key; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_32 = ___key0; // string algName = ecPrivKey.AlgorithmName; NullCheck(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_32, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var))); String_t* L_33; L_33 = ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline(((ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 *)CastclassClass((RuntimeObject*)L_32, ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // if (algName == "ECGOST3410") bool L_34; L_34 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_33, _stringLiteral355344670054DB070754011D8D2527E319681DF0, /*hidden argument*/NULL); if (!L_34) { goto IL_00f3; } } { // encOID = CmsSignedGenerator.EncryptionECGost3410; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_35 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionECGost3410_16(); V_0 = L_35; // } goto IL_012d; } IL_00f3: { // encOID = (string)ecAlgorithms[digestOID]; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var); RuntimeObject* L_36 = ((CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD_il2cpp_TypeInfo_var))->get_ecAlgorithms_10(); String_t* L_37 = ___digestOID1; NullCheck(L_36); RuntimeObject * L_38; L_38 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_36, L_37); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_38, String_t_il2cpp_TypeInfo_var)); // if (encOID == null) String_t* L_39 = V_0; if (L_39) { goto IL_012d; } } { // throw new ArgumentException("can't mix ECDSA with anything but SHA family digests"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_40 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral946DF6F5166FD50A923F00ABA121983FC08711D6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732_RuntimeMethod_var))); } IL_0112: { // else if (key is Gost3410PrivateKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_41 = ___key0; if (!((Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963 *)IsInstClass((RuntimeObject*)L_41, Gost3410PrivateKeyParameters_t53F759160D0C7E131FE7B12DB1ABDDD76D2E5963_il2cpp_TypeInfo_var))) { goto IL_0122; } } { // encOID = CmsSignedGenerator.EncryptionGost3410; IL2CPP_RUNTIME_CLASS_INIT(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var); String_t* L_42 = ((CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_StaticFields*)il2cpp_codegen_static_fields_for(CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7_il2cpp_TypeInfo_var))->get_EncryptionGost3410_15(); V_0 = L_42; // } goto IL_012d; } IL_0122: { // throw new ArgumentException("Unknown algorithm in CmsSignedGenerator.GetEncOid"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB55BA2D7C6747B2CB7C91122E3AE428F6ECF764D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsSignedHelper_GetEncOid_mEE9E09DB30C539A04FA5FA9B5BA6758A508F0732_RuntimeMethod_var))); } IL_012d: { // return encOID; String_t* L_44 = V_0; return L_44; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSignedHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsSignedHelper__ctor_m55B8998408C5C465CDC6852D48303F5F9B7B1970 (CmsSignedHelper_tA91F6FEF92F99A31FB01F8407EB379A0907BDDDD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsStreamException__ctor_m34056F76EFF5F767C6F9FCDFD75F1DF69AC0E513 (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * __this, const RuntimeMethod* method) { { // public CmsStreamException() IOException__ctor_mE92951EE4556BA8CC4009BD0D9FB75839B170BC2(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsStreamException__ctor_m4584D4B1C59E57949B022E9D3B23681DCB1CF457 (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * __this, String_t* ___name0, const RuntimeMethod* method) { { // : base(name) String_t* L_0 = ___name0; IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsStreamException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsStreamException__ctor_mAB853510FD330F03154C02D03E382921884BF39C (CmsStreamException_t7C04653FDED0D9FFF1FC6E17B72026855A012AD0 * __this, String_t* ___name0, Exception_t * ___e1, const RuntimeMethod* method) { { // : base(name, e) String_t* L_0 = ___name0; Exception_t * L_1 = ___e1; IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_m53C8B8C5158B167D7BEA5725BC8A4BA4788AD5C3 (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(PkcsObjectIdentifiers.Data.Id, inStream, BufferSize) IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Data_42(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___inStream0; CmsTypedStream__ctor_mAC7DC20080EE4A7A8CB2B9BDFD3B6830AAAC3FEB(__this, L_1, L_2, ((int32_t)32768), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_m06CA891EBC75D40B0B722A744328F881870BFF8D (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, String_t* ___oid0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream1, const RuntimeMethod* method) { { // : this(oid, inStream, BufferSize) String_t* L_0 = ___oid0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___inStream1; CmsTypedStream__ctor_mAC7DC20080EE4A7A8CB2B9BDFD3B6830AAAC3FEB(__this, L_0, L_1, ((int32_t)32768), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.String,System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_mAC7DC20080EE4A7A8CB2B9BDFD3B6830AAAC3FEB (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, String_t* ___oid0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream1, int32_t ___bufSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CmsTypedStream( // string oid, // Stream inStream, // int bufSize) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _oid = oid; String_t* L_0 = ___oid0; __this->set__oid_1(L_0); // _in = new FullReaderStream(new BufferedStream(inStream, bufSize)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___inStream1; int32_t L_2 = ___bufSize2; BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF * L_3 = (BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF *)il2cpp_codegen_object_new(BufferedStream_tEA6DCBF74DF3E764C6C25DFA2348AB06214A77DF_il2cpp_TypeInfo_var); BufferedStream__ctor_mCE55699C286985917112F56829842AFFAD8A311E(L_3, L_1, L_2, /*hidden argument*/NULL); FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 * L_4 = (FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146 *)il2cpp_codegen_object_new(FullReaderStream_t826202A3452527CE1CC05634BC83ABD4025BD146_il2cpp_TypeInfo_var); FullReaderStream__ctor_m6E47AD684104EBE6B3E848B24722ACEB6F9984EE(L_4, L_3, /*hidden argument*/NULL); __this->set__in_2(L_4); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CmsTypedStream_get_ContentType_mCC2CB46364F7BB539469A61C227BDD240A708843 (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method) { { // get { return _oid; } String_t* L_0 = __this->get__oid_1(); return L_0; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::get_ContentStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method) { { // get { return _in; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__in_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::Drain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream_Drain_mF0EE82303B29CCFD2A4D0B76AA7BA8E526E8A519 (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Streams.Drain(_in); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__in_2(); Streams_Drain_m1F4172055E9CC35B86B05D1E381D90E509E062B1(L_0, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(_in); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get__in_2(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::get_MaximumMemory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CmsUtilities_get_MaximumMemory_m040EB2406E59787FF0E64B6F0C41337153E9002B (const RuntimeMethod* method) { int64_t V_0 = 0; { // long maxMem = int.MaxValue;//RUNTIME.maxMemory(); V_0 = ((int64_t)((int64_t)((int32_t)2147483647LL))); // if (maxMem > int.MaxValue) int64_t L_0 = V_0; if ((((int64_t)L_0) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0016; } } { // return int.MaxValue; return ((int32_t)2147483647LL); } IL_0016: { // return (int)maxMem; int64_t L_1 = V_0; return ((int32_t)((int32_t)L_1)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m00E4A5CA69A1E9DE50C39C5CC331FA619A52AA83 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ReadContentInfo(new Asn1InputStream(input)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_1 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_mF6B61FCBF0427F2217D6090D2BB5ED308C0C6143(L_1, L_0, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2; L_2 = CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m7564A5C15DE1706D882F72F096E8F61415BA429A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ReadContentInfo(new Asn1InputStream(input, MaximumMemory)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; int32_t L_1; L_1 = CmsUtilities_get_MaximumMemory_m040EB2406E59787FF0E64B6F0C41337153E9002B(/*hidden argument*/NULL); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_2 = (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 *)il2cpp_codegen_object_new(Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06_il2cpp_TypeInfo_var); Asn1InputStream__ctor_mD4AD257ECCBE59209F764857F8C981F2242D6BEA(L_2, L_0, L_1, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_3; L_3 = CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::ReadContentInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1InputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188 (Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * ___aIn0, const RuntimeMethod* method) { ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * V_0 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_1 = NULL; InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * V_2 = NULL; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // return ContentInfo.GetInstance(aIn.ReadObject()); Asn1InputStream_tC40BACE6539F57D31C5A3CB99282F211DE13AB06 * L_0 = ___aIn0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1InputStream_ReadObject_mBA53F889AA1DF42134B2BBAC4FB0A3DD8F278832(L_0, /*hidden argument*/NULL); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2; L_2 = ContentInfo_GetInstance_mEE39152BA90F46DBEFBACBED6D788DAD5C06B308(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0035; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0028; } throw e; } CATCH_000e: {// begin catch(System.IO.IOException) // catch (IOException e) V_1 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new CmsException("IOException reading content.", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_3 = V_1; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_4 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E821F079546EFA0614F5A1B8C623C502F1D190D)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_001b: {// begin catch(System.InvalidCastException) // catch (InvalidCastException e) V_2 = ((InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)); // throw new CmsException("Malformed content.", e); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_5 = V_2; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_6 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3704B9DE23A98B853D1CAE5AF788A60129DF0A83)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0028: {// begin catch(System.ArgumentException) // catch (ArgumentException e) V_3 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); // throw new CmsException("Malformed content.", e); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = V_3; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_8 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3704B9DE23A98B853D1CAE5AF788A60129DF0A83)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_ReadContentInfo_m31DB39E48608344EF0135578396FE5A435056188_RuntimeMethod_var))); }// end catch (depth: 1) IL_0035: { // } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_9 = V_0; return L_9; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::StreamToByteArray(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsUtilities_StreamToByteArray_mFDDEB40046BC3F6942E78083DE681464EFBF7701 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method) { { // return Streams.ReadAll(inStream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Streams_ReadAll_m433E35F4920644D94A2D1434C24F7D799DAC475C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::StreamToByteArray(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsUtilities_StreamToByteArray_m5BBA20B3616F02A99A8B0D6849CADDE7093E90D7 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, int32_t ___limit1, const RuntimeMethod* method) { { // return Streams.ReadAllLimited(inStream, limit); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStream0; int32_t L_1 = ___limit1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Streams_ReadAllLimited_mB2F34099DA2DF02315B219F6BD0F6B9EDF8DD406(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetCertificatesFromStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072 (RuntimeObject* ___certStore0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // IList certs = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (certStore != null) RuntimeObject* L_1 = ___certStore0; if (!L_1) { goto IL_0056; } } IL_0009: { // foreach (X509Certificate c in certStore.GetMatches(null)) RuntimeObject* L_2 = ___certStore0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_2, (RuntimeObject*)NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0016: try {// begin try (depth: 2) { goto IL_003b; } IL_0018: { // foreach (X509Certificate c in certStore.GetMatches(null)) RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 *)CastclassClass((RuntimeObject*)L_6, X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06_il2cpp_TypeInfo_var)); // certs.Add( // X509CertificateStructure.GetInstance( // Asn1Object.FromByteArray(c.GetEncoded()))); RuntimeObject* L_7 = V_0; X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_8 = V_2; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(38 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetEncoded() */, L_8); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10; L_10 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_9, /*hidden argument*/NULL); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_11; L_11 = X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330(L_10, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_12; L_12 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_7, L_11); } IL_003b: { // foreach (X509Certificate c in certStore.GetMatches(null)) RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0018; } } IL_0043: { IL2CPP_LEAVE(0x56, FINALLY_0045); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: {// begin finally (depth: 2) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (!L_16) { goto IL_0055; } } IL_004f: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0055: { IL2CPP_END_FINALLY(69) } }// end finally (depth: 2) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x56, IL_0056) } IL_0056: { // return certs; RuntimeObject* L_18 = V_0; V_4 = L_18; goto IL_0079; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006a; } throw e; } CATCH_005b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateEncodingException) // catch (CertificateEncodingException e) V_5 = ((CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)IL2CPP_GET_ACTIVE_EXCEPTION(CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D *)); // throw new CmsException("error encoding certs", e); CertificateEncodingException_t026647D46DEE106DCC9AD27DBFE50F50009B2D5D * L_19 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_20 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A66C9BF490B5E5DA8BC242E3C96D7CAACC064C0)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_006a: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("error processing certs", e); Exception_t * L_21 = V_6; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_22 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79C314E65972813E41B82E11DA9CE12F06ED9100)), L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_GetCertificatesFromStore_mCD058F327278CC6FCD5A91E0537326CD9FBCA072_RuntimeMethod_var))); }// end catch (depth: 1) IL_0079: { // } RuntimeObject* L_23 = V_4; return L_23; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetCrlsFromStore(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E (RuntimeObject* ___crlStore0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // IList crls = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // if (crlStore != null) RuntimeObject* L_1 = ___crlStore0; if (!L_1) { goto IL_0056; } } IL_0009: { // foreach (X509Crl c in crlStore.GetMatches(null)) RuntimeObject* L_2 = ___crlStore0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Store::GetMatches(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.IX509Selector) */, IX509Store_tB31DA2A2F16A64977B8B7FDF84FA1888AD932D82_il2cpp_TypeInfo_var, L_2, (RuntimeObject*)NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0016: try {// begin try (depth: 2) { goto IL_003b; } IL_0018: { // foreach (X509Crl c in crlStore.GetMatches(null)) RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 *)CastclassClass((RuntimeObject*)L_6, X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04_il2cpp_TypeInfo_var)); // crls.Add( // CertificateList.GetInstance( // Asn1Object.FromByteArray(c.GetEncoded()))); RuntimeObject* L_7 = V_0; X509Crl_t963C99FFAA5E9B3E8AE0BBB6F74D45D52C7BBB04 * L_8 = V_2; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Crl::GetEncoded() */, L_8); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10; L_10 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_9, /*hidden argument*/NULL); CertificateList_tC023E9119F567E5589711845D4A07A59F9F26B34 * L_11; L_11 = CertificateList_GetInstance_m05C22AC7F75E73B56558D8263D8E625B0E12243A(L_10, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_12; L_12 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_7, L_11); } IL_003b: { // foreach (X509Crl c in crlStore.GetMatches(null)) RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0018; } } IL_0043: { IL2CPP_LEAVE(0x56, FINALLY_0045); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: {// begin finally (depth: 2) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (!L_16) { goto IL_0055; } } IL_004f: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_0055: { IL2CPP_END_FINALLY(69) } }// end finally (depth: 2) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x56, IL_0056) } IL_0056: { // return crls; RuntimeObject* L_18 = V_0; V_4 = L_18; goto IL_0079; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006a; } throw e; } CATCH_005b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CrlException) // catch (CrlException e) V_5 = ((CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1 *)IL2CPP_GET_ACTIVE_EXCEPTION(CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1 *)); // throw new CmsException("error encoding crls", e); CrlException_t4BF9F20E36202FA4390A2F1E9F10551D9A7ABEA1 * L_19 = V_5; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_20 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE1CA6172E9764BEBD4F745AA4BB83C04CE8DE91A)), L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_006a: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CmsException("error processing crls", e); Exception_t * L_21 = V_6; CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * L_22 = (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var))); CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4655511606707EB05B7F8120C5511990F24AE344)), L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CmsUtilities_GetCrlsFromStore_m64D5836BFAD26D9D4570FBF0F62EFADBC92EB27E_RuntimeMethod_var))); }// end catch (depth: 1) IL_0079: { // } RuntimeObject* L_23 = V_4; return L_23; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateBerSetFromList_mE7E1BBE201B652595A8679D05B487B56A477CC01 (RuntimeObject* ___berObjects0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // foreach (Asn1Encodable ae in berObjects) RuntimeObject* L_2 = ___berObjects0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_0012: try {// begin try (depth: 1) { goto IL_0030; } IL_0014: { // foreach (Asn1Encodable ae in berObjects) RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // v.Add(ae); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_7; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9 = V_2; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_6); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_6, L_8, /*hidden argument*/NULL); } IL_0030: { // foreach (Asn1Encodable ae in berObjects) RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0014; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (!L_13) { goto IL_004a; } } IL_0044: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004a: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { // return new BerSet(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = V_0; BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC * L_16 = (BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC *)il2cpp_codegen_object_new(BerSet_tF1FDA325BD716A053D1C2A99D23FF22573A73AFC_il2cpp_TypeInfo_var); BerSet__ctor_m3E3F8B7FEFC077FBAC710FAABB29FC9398AA2283(L_16, L_15, /*hidden argument*/NULL); return L_16; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateDerSetFromList(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * CmsUtilities_CreateDerSetFromList_mFB805BC173F6C774C7A47B6A34254C86BB8D2F86 (RuntimeObject* ___derObjects0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; RuntimeObject* V_1 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // foreach (Asn1Encodable ae in derObjects) RuntimeObject* L_2 = ___derObjects0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_0012: try {// begin try (depth: 1) { goto IL_0030; } IL_0014: { // foreach (Asn1Encodable ae in derObjects) RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_2 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // v.Add(ae); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_7; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9 = V_2; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_6); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_6, L_8, /*hidden argument*/NULL); } IL_0030: { // foreach (Asn1Encodable ae in derObjects) RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0014; } } IL_0038: { IL2CPP_LEAVE(0x4B, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (!L_13) { goto IL_004a; } } IL_0044: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_004a: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { // return new DerSet(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = V_0; DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_16 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m5B1AB970E74D1618F0D607E8F3F9BCC5E8DB261F(L_16, L_15, /*hidden argument*/NULL); return L_16; } } // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::CreateBerOctetOutputStream(System.IO.Stream,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsUtilities_CreateBerOctetOutputStream_m4BFC7DE8BDE8C02A6C35D3992F33F1681878A99A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, int32_t ___tagNo1, bool ___isExplicit2, int32_t ___bufferSize3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // BerOctetStringGenerator octGen = new BerOctetStringGenerator(s, tagNo, isExplicit); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s0; int32_t L_1 = ___tagNo1; bool L_2 = ___isExplicit2; BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB * L_3 = (BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB *)il2cpp_codegen_object_new(BerOctetStringGenerator_t1B1A2D036BF124B938F1FDB9694CB23B16261DDB_il2cpp_TypeInfo_var); BerOctetStringGenerator__ctor_m5F59DE7C02D3C6A9478CDE7C3281C510C9A14B86(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); // return octGen.GetOctetOutputStream(bufferSize); int32_t L_4 = ___bufferSize3; NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5; L_5 = BerOctetStringGenerator_GetOctetOutputStream_m89D8AE695E7FDD478360A80497B375A2D653C950(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetTbsCertificateStructure(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * CmsUtilities_GetTbsCertificateStructure_m19289FC9CF866E49974F8FF559BC01CA7F5253C2 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { { // return TbsCertificateStructure.GetInstance(Asn1Object.FromByteArray(cert.GetTbsCertificate())); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(24 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate::GetTbsCertificate() */, L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_1, /*hidden argument*/NULL); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_3; L_3 = TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::GetIssuerAndSerialNumber(BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * CmsUtilities_GetIssuerAndSerialNumber_mCB708E589EF3E689E18792AE52835248FA32AA61 (X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * V_0 = NULL; { // TbsCertificateStructure tbsCert = GetTbsCertificateStructure(cert); X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * L_0 = ___cert0; TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_1; L_1 = CmsUtilities_GetTbsCertificateStructure_m19289FC9CF866E49974F8FF559BC01CA7F5253C2(L_0, /*hidden argument*/NULL); V_0 = L_1; // return new IssuerAndSerialNumber(tbsCert.Issuer, tbsCert.SerialNumber.Value); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_2 = V_0; NullCheck(L_2); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_3; L_3 = TbsCertificateStructure_get_Issuer_m7162E5B96B4DC11DC1B815397BFD54D1EABCE1CD_inline(L_2, /*hidden argument*/NULL); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_4 = V_0; NullCheck(L_4); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = TbsCertificateStructure_get_SerialNumber_m2179DC4D65B461A04DBFD7415433E06662FCF165_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_5, /*hidden argument*/NULL); IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * L_7 = (IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 *)il2cpp_codegen_object_new(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64_il2cpp_TypeInfo_var); IssuerAndSerialNumber__ctor_m8F2E8B6B4120F01AEC66DD8EB97D203E98509950(L_7, L_3, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsUtilities__ctor_m1EDC22C46DE4D26AC95FD9A9E37D2F1B88074AFE (CmsUtilities_tA1F973E4E61226672AFAD2532988B753020D0549 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::AddRange(System.Collections.IList,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtilities_AddRange_m414CB777E3D7569D22317CA5388816D9383D1980 (RuntimeObject* ___to0, RuntimeObject* ___range1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (object o in range) RuntimeObject* L_0 = ___range1; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0018; } IL_0009: { // foreach (object o in range) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = L_3; // to.Add(o); RuntimeObject* L_4 = ___to0; RuntimeObject * L_5 = V_1; NullCheck(L_4); int32_t L_6; L_6 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_5); } IL_0018: { // foreach (object o in range) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0009; } } IL_0020: { IL2CPP_LEAVE(0x33, FINALLY_0022); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0032; } } IL_002c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0032: { IL2CPP_END_FINALLY(34) } }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::CheckElementsAreOfType(System.Collections.IEnumerable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10 (RuntimeObject* ___e0, Type_t * ___t1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (object o in e) RuntimeObject* L_0 = ___e0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_001d; } IL_0009: { // foreach (object o in e) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = L_3; // if (!t.IsInstanceOfType(o)) Type_t * L_4 = ___t1; RuntimeObject * L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_4, L_5); if (L_6) { goto IL_001d; } } IL_0019: { // return false; V_2 = (bool)0; IL2CPP_LEAVE(0x3A, FINALLY_0027); } IL_001d: { // foreach (object o in e) RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0009; } } IL_0025: { IL2CPP_LEAVE(0x38, FINALLY_0027); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_3; if (!L_10) { goto IL_0037; } } IL_0031: { RuntimeObject* L_11 = V_3; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0037: { IL2CPP_END_FINALLY(39) } }// end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { // return true; return (bool)1; } IL_003a: { // } bool L_12 = V_2; return L_12; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtilities_ReadOnly_m9DE6C9D35FB61DF94E26FE020C2F8745065FA3E8 (RuntimeObject* ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new UnmodifiableDictionaryProxy(d); RuntimeObject* L_0 = ___d0; UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A * L_1 = (UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A *)il2cpp_codegen_object_new(UnmodifiableDictionaryProxy_t9A800FD6247EEA2E98901E35E3FEE8B4B659FA9A_il2cpp_TypeInfo_var); UnmodifiableDictionaryProxy__ctor_mAD7E4E68C446473FD75B25BA239BE2B1BA61C5AF(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtilities_ReadOnly_m7180467DC1832120E9CFA1DC708A28576698AE14 (RuntimeObject* ___l0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new UnmodifiableListProxy(l); RuntimeObject* L_0 = ___l0; UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72 * L_1 = (UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72 *)il2cpp_codegen_object_new(UnmodifiableListProxy_tE9C27FB21F4A31861A57E6B132192C3F5681BB72_il2cpp_TypeInfo_var); UnmodifiableListProxy__ctor_m162FEA414ABA67357F3A46C32B1AC734DC81934A(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ReadOnly(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionUtilities_ReadOnly_m3FB2749BD8B29116D06031F1918F8013803D1B2F (RuntimeObject* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new UnmodifiableSetProxy(s); RuntimeObject* L_0 = ___s0; UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042 * L_1 = (UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042 *)il2cpp_codegen_object_new(UnmodifiableSetProxy_t344168042809A52450977671C21B46B77A066042_il2cpp_TypeInfo_var); UnmodifiableSetProxy__ctor_m534817C36591D4B0963201662E17BD8FBB635F7E(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::RequireNext(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionUtilities_RequireNext_m6208D5C5CD77A9BD839B446FE086F2FFF806A9DD (RuntimeObject* ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!e.MoveNext()) RuntimeObject* L_0 = ___e0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionUtilities_RequireNext_m6208D5C5CD77A9BD839B446FE086F2FFF806A9DD_RuntimeMethod_var))); } IL_000e: { // return e.Current; RuntimeObject* L_3 = ___e0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::ToString(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CollectionUtilities_ToString_m167357B1A75798ECEE5B9549AC6093FDCC954775 (RuntimeObject* ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; { // StringBuilder sb = new StringBuilder("["); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_0, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, /*hidden argument*/NULL); V_0 = L_0; // IEnumerator e = c.GetEnumerator(); RuntimeObject* L_1 = ___c0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; // if (e.MoveNext()) RuntimeObject* L_3 = V_1; NullCheck(L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0054; } } { // sb.Append(e.Current.ToString()); StringBuilder_t * L_5 = V_0; RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_5); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, L_8, /*hidden argument*/NULL); goto IL_004c; } IL_002e: { // sb.Append(", "); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); // sb.Append(e.Current.ToString()); StringBuilder_t * L_12 = V_0; RuntimeObject* L_13 = V_1; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); NullCheck(L_12); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, L_15, /*hidden argument*/NULL); } IL_004c: { // while (e.MoveNext()) RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_002e; } } IL_0054: { // sb.Append(']'); StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_19, ((int32_t)93), /*hidden argument*/NULL); // return sb.ToString(); StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.CollectionUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtilities__ctor_mEF321B1CC8AB553D6F2AE7A95687EC2D4BD2EFD0 (CollectionUtilities_t8384A90256A9E9361C9B62727F9EAB232A6BB5BF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_Start_m0ECE820F6B53EBCCFE8B2CE8FAD4CAE3D28781B5 (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { { // base.Start (); PostEffectsBase_Start_mB6D8676C7127E664315ADFAAD40A44071D778121(__this, /*hidden argument*/NULL); // updateTexturesOnStartup = true; __this->set_updateTexturesOnStartup_30((bool)1); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_Awake_mBD1BC43FC119A70FB689CB7629685C8E7686FB32 (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { { // void Awake () { } return; } } // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionCurves::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCorrectionCurves_CheckResources_m20A1ECBF13300DF54085714D437F60E16697744B (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckSupport (mode == ColorCorrectionMode.Advanced); int32_t L_0 = __this->get_mode_25(); bool L_1; L_1 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); // ccMaterial = CheckShaderAndCreateMaterial (simpleColorCorrectionCurvesShader, ccMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_2 = __this->get_simpleColorCorrectionCurvesShader_28(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = __this->get_ccMaterial_15(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_2, L_3, /*hidden argument*/NULL); __this->set_ccMaterial_15(L_4); // ccDepthMaterial = CheckShaderAndCreateMaterial (colorCorrectionCurvesShader, ccDepthMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_5 = __this->get_colorCorrectionCurvesShader_27(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = __this->get_ccDepthMaterial_16(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7; L_7 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_5, L_6, /*hidden argument*/NULL); __this->set_ccDepthMaterial_16(L_7); // selectiveCcMaterial = CheckShaderAndCreateMaterial (colorCorrectionSelectiveShader, selectiveCcMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_8 = __this->get_colorCorrectionSelectiveShader_29(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = __this->get_selectiveCcMaterial_17(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10; L_10 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_8, L_9, /*hidden argument*/NULL); __this->set_selectiveCcMaterial_17(L_10); // if (!rgbChannelTex) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_11 = __this->get_rgbChannelTex_18(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0079; } } { // rgbChannelTex = new Texture2D (256, 4, TextureFormat.ARGB32, false, true); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_13 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m667452FB4794C77D283037E096FE0DC0AEB311F3(L_13, ((int32_t)256), 4, 5, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_rgbChannelTex_18(L_13); } IL_0079: { // if (!rgbDepthChannelTex) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_14 = __this->get_rgbDepthChannelTex_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_15; L_15 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_009a; } } { // rgbDepthChannelTex = new Texture2D (256, 4, TextureFormat.ARGB32, false, true); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_16 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m667452FB4794C77D283037E096FE0DC0AEB311F3(L_16, ((int32_t)256), 4, 5, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_rgbDepthChannelTex_19(L_16); } IL_009a: { // if (!zCurveTex) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_17 = __this->get_zCurveTex_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_18; L_18 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00bb; } } { // zCurveTex = new Texture2D (256, 1, TextureFormat.ARGB32, false, true); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_19 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m667452FB4794C77D283037E096FE0DC0AEB311F3(L_19, ((int32_t)256), 1, 5, (bool)0, (bool)1, /*hidden argument*/NULL); __this->set_zCurveTex_20(L_19); } IL_00bb: { // rgbChannelTex.hideFlags = HideFlags.DontSave; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_20 = __this->get_rgbChannelTex_18(); NullCheck(L_20); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_20, ((int32_t)52), /*hidden argument*/NULL); // rgbDepthChannelTex.hideFlags = HideFlags.DontSave; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_21 = __this->get_rgbDepthChannelTex_19(); NullCheck(L_21); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_21, ((int32_t)52), /*hidden argument*/NULL); // zCurveTex.hideFlags = HideFlags.DontSave; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_22 = __this->get_zCurveTex_20(); NullCheck(L_22); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_22, ((int32_t)52), /*hidden argument*/NULL); // rgbChannelTex.wrapMode = TextureWrapMode.Clamp; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_23 = __this->get_rgbChannelTex_18(); NullCheck(L_23); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_23, 1, /*hidden argument*/NULL); // rgbDepthChannelTex.wrapMode = TextureWrapMode.Clamp; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_24 = __this->get_rgbDepthChannelTex_19(); NullCheck(L_24); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_24, 1, /*hidden argument*/NULL); // zCurveTex.wrapMode = TextureWrapMode.Clamp; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_25 = __this->get_zCurveTex_20(); NullCheck(L_25); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_25, 1, /*hidden argument*/NULL); // if (!isSupported) bool L_26 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_26) { goto IL_0114; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_0114: { // return isSupported; bool L_27 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_27; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::UpdateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_UpdateParameters_m7D529BD5037CCD9508A66A5DA1652C8258B227B2 (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { // CheckResources(); // textures might not be created if we're tweaking UI while disabled bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); // if (redChannel != null && greenChannel != null && blueChannel != null) AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_1 = __this->get_redChannel_7(); if (!L_1) { goto IL_0216; } } { AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_2 = __this->get_greenChannel_8(); if (!L_2) { goto IL_0216; } } { AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_3 = __this->get_blueChannel_9(); if (!L_3) { goto IL_0216; } } { // for (float i = 0.0f; i <= 1.0f; i += 1.0f / 255.0f) V_0 = (0.0f); goto IL_01ea; } IL_0033: { // float rCh = Mathf.Clamp (redChannel.Evaluate(i), 0.0f, 1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_4 = __this->get_redChannel_7(); float L_5 = V_0; NullCheck(L_4); float L_6; L_6 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_4, L_5, /*hidden argument*/NULL); float L_7; L_7 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_6, (0.0f), (1.0f), /*hidden argument*/NULL); V_1 = L_7; // float gCh = Mathf.Clamp (greenChannel.Evaluate(i), 0.0f, 1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_8 = __this->get_greenChannel_8(); float L_9 = V_0; NullCheck(L_8); float L_10; L_10 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_8, L_9, /*hidden argument*/NULL); float L_11; L_11 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_10, (0.0f), (1.0f), /*hidden argument*/NULL); V_2 = L_11; // float bCh = Mathf.Clamp (blueChannel.Evaluate(i), 0.0f, 1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_12 = __this->get_blueChannel_9(); float L_13 = V_0; NullCheck(L_12); float L_14; L_14 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_12, L_13, /*hidden argument*/NULL); float L_15; L_15 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_14, (0.0f), (1.0f), /*hidden argument*/NULL); V_3 = L_15; // rgbChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 0, new Color(rCh,rCh,rCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_16 = __this->get_rgbChannelTex_18(); float L_17 = V_0; float L_18; L_18 = floorf(((float)il2cpp_codegen_multiply((float)L_17, (float)(255.0f)))); float L_19 = V_1; float L_20 = V_1; float L_21 = V_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_22; memset((&L_22), 0, sizeof(L_22)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_22), L_19, L_20, L_21, /*hidden argument*/NULL); NullCheck(L_16); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_16, ((int32_t)((int32_t)L_18)), 0, L_22, /*hidden argument*/NULL); // rgbChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 1, new Color(gCh,gCh,gCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_23 = __this->get_rgbChannelTex_18(); float L_24 = V_0; float L_25; L_25 = floorf(((float)il2cpp_codegen_multiply((float)L_24, (float)(255.0f)))); float L_26 = V_2; float L_27 = V_2; float L_28 = V_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_29; memset((&L_29), 0, sizeof(L_29)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_29), L_26, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_23); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_23, ((int32_t)((int32_t)L_25)), 1, L_29, /*hidden argument*/NULL); // rgbChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 2, new Color(bCh,bCh,bCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_30 = __this->get_rgbChannelTex_18(); float L_31 = V_0; float L_32; L_32 = floorf(((float)il2cpp_codegen_multiply((float)L_31, (float)(255.0f)))); float L_33 = V_3; float L_34 = V_3; float L_35 = V_3; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_36; memset((&L_36), 0, sizeof(L_36)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_36), L_33, L_34, L_35, /*hidden argument*/NULL); NullCheck(L_30); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_30, ((int32_t)((int32_t)L_32)), 2, L_36, /*hidden argument*/NULL); // float zC = Mathf.Clamp (zCurve.Evaluate(i), 0.0f,1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_37 = __this->get_zCurve_11(); float L_38 = V_0; NullCheck(L_37); float L_39; L_39 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_37, L_38, /*hidden argument*/NULL); float L_40; L_40 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_39, (0.0f), (1.0f), /*hidden argument*/NULL); V_4 = L_40; // zCurveTex.SetPixel ((int) Mathf.Floor(i*255.0f), 0, new Color(zC,zC,zC) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_41 = __this->get_zCurveTex_20(); float L_42 = V_0; float L_43; L_43 = floorf(((float)il2cpp_codegen_multiply((float)L_42, (float)(255.0f)))); float L_44 = V_4; float L_45 = V_4; float L_46 = V_4; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_47; memset((&L_47), 0, sizeof(L_47)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_47), L_44, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_41); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_41, ((int32_t)((int32_t)L_43)), 0, L_47, /*hidden argument*/NULL); // rCh = Mathf.Clamp (depthRedChannel.Evaluate(i), 0.0f,1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_48 = __this->get_depthRedChannel_12(); float L_49 = V_0; NullCheck(L_48); float L_50; L_50 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_48, L_49, /*hidden argument*/NULL); float L_51; L_51 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_50, (0.0f), (1.0f), /*hidden argument*/NULL); V_1 = L_51; // gCh = Mathf.Clamp (depthGreenChannel.Evaluate(i), 0.0f,1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_52 = __this->get_depthGreenChannel_13(); float L_53 = V_0; NullCheck(L_52); float L_54; L_54 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_52, L_53, /*hidden argument*/NULL); float L_55; L_55 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_54, (0.0f), (1.0f), /*hidden argument*/NULL); V_2 = L_55; // bCh = Mathf.Clamp (depthBlueChannel.Evaluate(i), 0.0f,1.0f); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_56 = __this->get_depthBlueChannel_14(); float L_57 = V_0; NullCheck(L_56); float L_58; L_58 = AnimationCurve_Evaluate_m1248B5B167F1FFFDC847A08C56B7D63B32311E6A(L_56, L_57, /*hidden argument*/NULL); float L_59; L_59 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_58, (0.0f), (1.0f), /*hidden argument*/NULL); V_3 = L_59; // rgbDepthChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 0, new Color(rCh,rCh,rCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_60 = __this->get_rgbDepthChannelTex_19(); float L_61 = V_0; float L_62; L_62 = floorf(((float)il2cpp_codegen_multiply((float)L_61, (float)(255.0f)))); float L_63 = V_1; float L_64 = V_1; float L_65 = V_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_66; memset((&L_66), 0, sizeof(L_66)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_66), L_63, L_64, L_65, /*hidden argument*/NULL); NullCheck(L_60); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_60, ((int32_t)((int32_t)L_62)), 0, L_66, /*hidden argument*/NULL); // rgbDepthChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 1, new Color(gCh,gCh,gCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_67 = __this->get_rgbDepthChannelTex_19(); float L_68 = V_0; float L_69; L_69 = floorf(((float)il2cpp_codegen_multiply((float)L_68, (float)(255.0f)))); float L_70 = V_2; float L_71 = V_2; float L_72 = V_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_73; memset((&L_73), 0, sizeof(L_73)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_73), L_70, L_71, L_72, /*hidden argument*/NULL); NullCheck(L_67); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_67, ((int32_t)((int32_t)L_69)), 1, L_73, /*hidden argument*/NULL); // rgbDepthChannelTex.SetPixel ((int) Mathf.Floor(i*255.0f), 2, new Color(bCh,bCh,bCh) ); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_74 = __this->get_rgbDepthChannelTex_19(); float L_75 = V_0; float L_76; L_76 = floorf(((float)il2cpp_codegen_multiply((float)L_75, (float)(255.0f)))); float L_77 = V_3; float L_78 = V_3; float L_79 = V_3; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_80; memset((&L_80), 0, sizeof(L_80)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_80), L_77, L_78, L_79, /*hidden argument*/NULL); NullCheck(L_74); Texture2D_SetPixel_m78878905E58C5DE9BCFED8D9262D025789E22F92(L_74, ((int32_t)((int32_t)L_76)), 2, L_80, /*hidden argument*/NULL); // for (float i = 0.0f; i <= 1.0f; i += 1.0f / 255.0f) float L_81 = V_0; V_0 = ((float)il2cpp_codegen_add((float)L_81, (float)(0.00392156886f))); } IL_01ea: { // for (float i = 0.0f; i <= 1.0f; i += 1.0f / 255.0f) float L_82 = V_0; if ((((float)L_82) <= ((float)(1.0f)))) { goto IL_0033; } } { // rgbChannelTex.Apply (); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_83 = __this->get_rgbChannelTex_18(); NullCheck(L_83); Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0(L_83, /*hidden argument*/NULL); // rgbDepthChannelTex.Apply (); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_84 = __this->get_rgbDepthChannelTex_19(); NullCheck(L_84); Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0(L_84, /*hidden argument*/NULL); // zCurveTex.Apply (); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_85 = __this->get_zCurveTex_20(); NullCheck(L_85); Texture2D_Apply_m3BB3975288119BA62ED9BE4243F7767EC2F88CA0(L_85, /*hidden argument*/NULL); } IL_0216: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::UpdateTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_UpdateTextures_m89C95473600F6CA76C01674B0BBFF4507AD66D28 (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { { // UpdateParameters (); ColorCorrectionCurves_UpdateParameters_m7D529BD5037CCD9508A66A5DA1652C8258B227B2(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves_OnRenderImage_m5031CDB14594542347FFD364FC36AAF495818FEE (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral014264E028C02C80CFEA13DF5238C7B0CEAF8D5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26B13993D9AF58863D398B1F9A2575F0AD504CE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B378829BC17C440269AD9500400C60EDE6B11B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FA0F386399780C14B371C5D4D0E49B5A60EC8AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF109A485C102E0298CFD9813641B5C48FBF36384); s_Il2CppMethodInitialized = true; } RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_0 = NULL; { // if (CheckResources()==false) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // if (updateTexturesOnStartup) bool L_3 = __this->get_updateTexturesOnStartup_30(); if (!L_3) { goto IL_0025; } } { // UpdateParameters (); ColorCorrectionCurves_UpdateParameters_m7D529BD5037CCD9508A66A5DA1652C8258B227B2(__this, /*hidden argument*/NULL); // updateTexturesOnStartup = false; __this->set_updateTexturesOnStartup_30((bool)0); } IL_0025: { // if (useDepthCorrection) bool L_4 = __this->get_useDepthCorrection_10(); if (!L_4) { goto IL_0040; } } { // GetComponent().depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5; L_5 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_6 = L_5; NullCheck(L_6); int32_t L_7; L_7 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_6, /*hidden argument*/NULL); NullCheck(L_6); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_6, ((int32_t)((int32_t)L_7|(int32_t)1)), /*hidden argument*/NULL); } IL_0040: { // RenderTexture renderTarget2Use = destination; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_8 = ___destination1; V_0 = L_8; // if (selectiveCc) bool L_9 = __this->get_selectiveCc_22(); if (!L_9) { goto IL_005c; } } { // renderTarget2Use = RenderTexture.GetTemporary (source.width, source.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___source0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_10); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = ___source0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_12); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14; L_14 = RenderTexture_GetTemporary_mF71FD5106250F2CD0309BBBA2CD74D3D6D94EFB8(L_11, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_005c: { // if (useDepthCorrection) bool L_15 = __this->get_useDepthCorrection_10(); if (!L_15) { goto IL_00cb; } } { // ccDepthMaterial.SetTexture ("_RgbTex", rgbChannelTex); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_16 = __this->get_ccDepthMaterial_16(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_17 = __this->get_rgbChannelTex_18(); NullCheck(L_16); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_16, _stringLiteral4B378829BC17C440269AD9500400C60EDE6B11B4, L_17, /*hidden argument*/NULL); // ccDepthMaterial.SetTexture ("_ZCurve", zCurveTex); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_18 = __this->get_ccDepthMaterial_16(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_19 = __this->get_zCurveTex_20(); NullCheck(L_18); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_18, _stringLiteralF109A485C102E0298CFD9813641B5C48FBF36384, L_19, /*hidden argument*/NULL); // ccDepthMaterial.SetTexture ("_RgbDepthTex", rgbDepthChannelTex); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_ccDepthMaterial_16(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_21 = __this->get_rgbDepthChannelTex_19(); NullCheck(L_20); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_20, _stringLiteral5FA0F386399780C14B371C5D4D0E49B5A60EC8AA, L_21, /*hidden argument*/NULL); // ccDepthMaterial.SetFloat ("_Saturation", saturation); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_22 = __this->get_ccDepthMaterial_16(); float L_23 = __this->get_saturation_21(); NullCheck(L_22); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_22, _stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9, L_23, /*hidden argument*/NULL); // Graphics.Blit (source, renderTarget2Use, ccDepthMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_26 = __this->get_ccDepthMaterial_16(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_24, L_25, L_26, /*hidden argument*/NULL); // } goto IL_0104; } IL_00cb: { // ccMaterial.SetTexture ("_RgbTex", rgbChannelTex); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_27 = __this->get_ccMaterial_15(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_28 = __this->get_rgbChannelTex_18(); NullCheck(L_27); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_27, _stringLiteral4B378829BC17C440269AD9500400C60EDE6B11B4, L_28, /*hidden argument*/NULL); // ccMaterial.SetFloat ("_Saturation", saturation); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_29 = __this->get_ccMaterial_15(); float L_30 = __this->get_saturation_21(); NullCheck(L_29); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_29, _stringLiteralDE9FAF482EBF07DB48E259D5B8D2B04A5EF5EFA9, L_30, /*hidden argument*/NULL); // Graphics.Blit (source, renderTarget2Use, ccMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_31 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_32 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_33 = __this->get_ccMaterial_15(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_31, L_32, L_33, /*hidden argument*/NULL); } IL_0104: { // if (selectiveCc) bool L_34 = __this->get_selectiveCc_22(); if (!L_34) { goto IL_014b; } } { // selectiveCcMaterial.SetColor ("selColor", selectiveFromColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_35 = __this->get_selectiveCcMaterial_17(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_36 = __this->get_selectiveFromColor_23(); NullCheck(L_35); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_35, _stringLiteral014264E028C02C80CFEA13DF5238C7B0CEAF8D5A, L_36, /*hidden argument*/NULL); // selectiveCcMaterial.SetColor ("targetColor", selectiveToColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = __this->get_selectiveCcMaterial_17(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_38 = __this->get_selectiveToColor_24(); NullCheck(L_37); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_37, _stringLiteral26B13993D9AF58863D398B1F9A2575F0AD504CE9, L_38, /*hidden argument*/NULL); // Graphics.Blit (renderTarget2Use, destination, selectiveCcMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_39 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_40 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_41 = __this->get_selectiveCcMaterial_17(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_39, L_40, L_41, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (renderTarget2Use); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_0; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_42, /*hidden argument*/NULL); } IL_014b: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionCurves::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionCurves__ctor_m3ED2C81BF81F071598710B1134EF0651337927FF (ColorCorrectionCurves_tCDCE4322D891DED34CC0D21463AF272DB9C74B03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AnimationCurve redChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_0 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_1 = L_0; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_2; memset((&L_2), 0, sizeof(L_2)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_2), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_3 = L_1; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_4; memset((&L_4), 0, sizeof(L_4)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_4), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_4); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_5 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_5, L_3, /*hidden argument*/NULL); __this->set_redChannel_7(L_5); // public AnimationCurve greenChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_6 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_7 = L_6; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_8; memset((&L_8), 0, sizeof(L_8)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_8), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_8); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_9 = L_7; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_10; memset((&L_10), 0, sizeof(L_10)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_10), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_10); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_11 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_11, L_9, /*hidden argument*/NULL); __this->set_greenChannel_8(L_11); // public AnimationCurve blueChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_12 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_13 = L_12; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_14; memset((&L_14), 0, sizeof(L_14)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_14), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_14); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_15 = L_13; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_16; memset((&L_16), 0, sizeof(L_16)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_16), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_16); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_17 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_17, L_15, /*hidden argument*/NULL); __this->set_blueChannel_9(L_17); // public AnimationCurve zCurve = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_18 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_19 = L_18; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_20; memset((&L_20), 0, sizeof(L_20)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_20), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_20); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_21 = L_19; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_22; memset((&L_22), 0, sizeof(L_22)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_22), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_22); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_23 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_23, L_21, /*hidden argument*/NULL); __this->set_zCurve_11(L_23); // public AnimationCurve depthRedChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_24 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_25 = L_24; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_26; memset((&L_26), 0, sizeof(L_26)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_26), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_25); (L_25)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_26); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_27 = L_25; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_28; memset((&L_28), 0, sizeof(L_28)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_28), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_27); (L_27)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_28); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_29 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_29, L_27, /*hidden argument*/NULL); __this->set_depthRedChannel_12(L_29); // public AnimationCurve depthGreenChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_30 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_31 = L_30; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_32; memset((&L_32), 0, sizeof(L_32)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_32), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_31); (L_31)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_32); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_33 = L_31; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_34; memset((&L_34), 0, sizeof(L_34)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_34), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_33); (L_33)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_34); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_35 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_35, L_33, /*hidden argument*/NULL); __this->set_depthGreenChannel_13(L_35); // public AnimationCurve depthBlueChannel = new AnimationCurve(new Keyframe(0f,0f), new Keyframe(1f,1f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_36 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_37 = L_36; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_38; memset((&L_38), 0, sizeof(L_38)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_38), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_37); (L_37)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_38); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_39 = L_37; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_40; memset((&L_40), 0, sizeof(L_40)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_40), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_40); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_41 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_41, L_39, /*hidden argument*/NULL); __this->set_depthBlueChannel_14(L_41); // public float saturation = 1.0f; __this->set_saturation_21((1.0f)); // public Color selectiveFromColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_42; L_42 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); __this->set_selectiveFromColor_23(L_42); // public Color selectiveToColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_43; L_43 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); __this->set_selectiveToColor_24(L_43); // public bool updateTextures = true; __this->set_updateTextures_26((bool)1); // private bool updateTexturesOnStartup = true; __this->set_updateTexturesOnStartup_30((bool)1); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionLookup::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCorrectionLookup_CheckResources_m91294402B660B238BFBFDAB36AD8A5F40EAD04FB (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method) { { // CheckSupport (false); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)0, /*hidden argument*/NULL); // material = CheckShaderAndCreateMaterial (shader, material); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_shader_7(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_material_8(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_material_8(L_3); // if (!isSupported || !SystemInfo.supports3DTextures) bool L_4 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (!L_4) { goto IL_002f; } } { bool L_5; L_5 = SystemInfo_get_supports3DTextures_m1341FD9262C0E2D0BF9F14BFF0192BFABBE23B77(/*hidden argument*/NULL); if (L_5) { goto IL_0035; } } IL_002f: { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_0035: { // return isSupported; bool L_6 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_6; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_OnDisable_m6CFE877E53288C93592EF70F057F084B02670C99 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (material) { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_material_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { // DestroyImmediate (material); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_material_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); // material = null; __this->set_material_8((Material_t8927C00353A72755313F046D0CE85178AE8218EE *)NULL); } IL_001f: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_OnDestroy_m420305849D7035FC6FA2CEB6DED416305F99C560 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (converted3DLut) Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_0 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // DestroyImmediate (converted3DLut); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_2 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_0018: { // converted3DLut = null; __this->set_converted3DLut_9((Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 *)NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::SetIdentityLut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_SetIdentityLut_m2A52E467FB7F1BD651AAA26E870F8F784308E7F3 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_1 = NULL; float V_2 = 0.0f; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // int dim = 16; V_0 = ((int32_t)16); // var newC = new Color[dim*dim*dim]; int32_t L_0 = V_0; int32_t L_1 = V_0; int32_t L_2 = V_0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_3 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2))); V_1 = L_3; // float oneOverDim = 1.0f / (1.0f * dim - 1.0f); int32_t L_4 = V_0; V_2 = ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_4)))), (float)(1.0f))))); // for(int i = 0; i < dim; i++) { V_3 = 0; goto IL_0088; } IL_0027: { // for(int j = 0; j < dim; j++) { V_4 = 0; goto IL_007f; } IL_002c: { // for(int k = 0; k < dim; k++) { V_5 = 0; goto IL_0074; } IL_0031: { // newC[i + (j*dim) + (k*dim*dim)] = new Color((i*1.0f)*oneOverDim, (j*1.0f)*oneOverDim, (k*1.0f)*oneOverDim, 1.0f); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_5 = V_1; int32_t L_6 = V_3; int32_t L_7 = V_4; int32_t L_8 = V_0; int32_t L_9 = V_5; int32_t L_10 = V_0; int32_t L_11 = V_0; int32_t L_12 = V_3; float L_13 = V_2; int32_t L_14 = V_4; float L_15 = V_2; int32_t L_16 = V_5; float L_17 = V_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_18; memset((&L_18), 0, sizeof(L_18)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_18), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_12)), (float)(1.0f))), (float)L_13)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_14)), (float)(1.0f))), (float)L_15)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_16)), (float)(1.0f))), (float)L_17)), (1.0f), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_8)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)L_10)), (int32_t)L_11))))), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_18); // for(int k = 0; k < dim; k++) { int32_t L_19 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0074: { // for(int k = 0; k < dim; k++) { int32_t L_20 = V_5; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0031; } } { // for(int j = 0; j < dim; j++) { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007f: { // for(int j = 0; j < dim; j++) { int32_t L_23 = V_4; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_002c; } } { // for(int i = 0; i < dim; i++) { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0088: { // for(int i = 0; i < dim; i++) { int32_t L_26 = V_3; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0027; } } { // if (converted3DLut) Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_28 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_29; L_29 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a4; } } { // DestroyImmediate (converted3DLut); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_30 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_30, /*hidden argument*/NULL); } IL_00a4: { // converted3DLut = new Texture3D (dim, dim, dim, TextureFormat.ARGB32, false); int32_t L_31 = V_0; int32_t L_32 = V_0; int32_t L_33 = V_0; Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_34 = (Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 *)il2cpp_codegen_object_new(Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8_il2cpp_TypeInfo_var); Texture3D__ctor_m2B875ADAA935AC50C758ECEBA69F13172FD620FC(L_34, L_31, L_32, L_33, 5, (bool)0, /*hidden argument*/NULL); __this->set_converted3DLut_9(L_34); // converted3DLut.SetPixels (newC); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_35 = __this->get_converted3DLut_9(); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_36 = V_1; NullCheck(L_35); Texture3D_SetPixels_mC68F3267482A2D8D85ED146A1835D39EE3FF2E4B(L_35, L_36, /*hidden argument*/NULL); // converted3DLut.Apply (); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_37 = __this->get_converted3DLut_9(); NullCheck(L_37); Texture3D_Apply_m83FB1F0D98CA327EF6263CF616BB05BBA0D45860(L_37, /*hidden argument*/NULL); // basedOnTempTex = ""; __this->set_basedOnTempTex_10(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // } return; } } // System.Boolean UnityStandardAssets.ImageEffects.ColorCorrectionLookup::ValidDimensions(UnityEngine.Texture2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCorrectionLookup_ValidDimensions_m38F9BDE2D756E21F5FB2FB74DAE3242DB7519DCE (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex2d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!tex2d) return false; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_0 = ___tex2d0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { // if (!tex2d) return false; return (bool)0; } IL_000a: { // int h = tex2d.height; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = ___tex2d0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); // if (h != Mathf.FloorToInt(Mathf.Sqrt(tex2d.width))) { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_4 = ___tex2d0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_4); float L_6; L_6 = sqrtf(((float)((float)L_5))); int32_t L_7; L_7 = Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E(L_6, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_7))) { goto IL_0025; } } { // return false; return (bool)0; } IL_0025: { // return true; return (bool)1; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::Convert(UnityEngine.Texture2D,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_Convert_m878152C99CE1BC6F175B7419E63B27B08AD887D6 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___temp2DTex0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58DFC31EABA350BBD1DBE91259DCF0F7DC3D9423); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A1F62A52DB47395099F958D62AC10240D379E13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1642B1B0F9B52FA4091F00B386E5521EA0D4241); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_1 = NULL; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // if (temp2DTex) { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_0 = ___temp2DTex0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0100; } } { // int dim = temp2DTex.width * temp2DTex.height; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = ___temp2DTex0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_2); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_4 = ___temp2DTex0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_4); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_5)); // dim = temp2DTex.height; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_6 = ___temp2DTex0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_6); V_0 = L_7; // if (!ValidDimensions(temp2DTex)) { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_8 = ___temp2DTex0; bool L_9; L_9 = ColorCorrectionLookup_ValidDimensions_m38F9BDE2D756E21F5FB2FB74DAE3242DB7519DCE(__this, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_004f; } } { // Debug.LogWarning ("The given 2D texture " + temp2DTex.name + " cannot be used as a 3D LUT."); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_10 = ___temp2DTex0; NullCheck(L_10); String_t* L_11; L_11 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral58DFC31EABA350BBD1DBE91259DCF0F7DC3D9423, L_11, _stringLiteralE1642B1B0F9B52FA4091F00B386E5521EA0D4241, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_12, /*hidden argument*/NULL); // basedOnTempTex = ""; __this->set_basedOnTempTex_10(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // return; return; } IL_004f: { // var c = temp2DTex.GetPixels(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_13 = ___temp2DTex0; NullCheck(L_13); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_14; L_14 = Texture2D_GetPixels_m702E1E59DE60A5A11197DA3F6474F9E6716D9699(L_13, /*hidden argument*/NULL); V_1 = L_14; // var newC = new Color[c.Length]; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_15 = V_1; NullCheck(L_15); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_16 = (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)SZArrayNew(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))); V_2 = L_16; // for(int i = 0; i < dim; i++) { V_3 = 0; goto IL_00b5; } IL_0063: { // for(int j = 0; j < dim; j++) { V_4 = 0; goto IL_00ac; } IL_0068: { // for(int k = 0; k < dim; k++) { V_5 = 0; goto IL_00a1; } IL_006d: { // int j_ = dim-j-1; int32_t L_17 = V_0; int32_t L_18 = V_4; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1)); // newC[i + (j*dim) + (k*dim*dim)] = c[k*dim+i+j_*dim*dim]; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_19 = V_2; int32_t L_20 = V_3; int32_t L_21 = V_4; int32_t L_22 = V_0; int32_t L_23 = V_5; int32_t L_24 = V_0; int32_t L_25 = V_0; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_26 = V_1; int32_t L_27 = V_5; int32_t L_28 = V_0; int32_t L_29 = V_3; int32_t L_30 = V_6; int32_t L_31 = V_0; int32_t L_32 = V_0; NullCheck(L_26); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)L_28)), (int32_t)L_29)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)L_31)), (int32_t)L_32)))); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_34 = (L_26)->GetAt(static_cast(L_33)); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)L_22)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_24)), (int32_t)L_25))))), (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_34); // for(int k = 0; k < dim; k++) { int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00a1: { // for(int k = 0; k < dim; k++) { int32_t L_36 = V_5; int32_t L_37 = V_0; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_006d; } } { // for(int j = 0; j < dim; j++) { int32_t L_38 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ac: { // for(int j = 0; j < dim; j++) { int32_t L_39 = V_4; int32_t L_40 = V_0; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0068; } } { // for(int i = 0; i < dim; i++) { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00b5: { // for(int i = 0; i < dim; i++) { int32_t L_42 = V_3; int32_t L_43 = V_0; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_0063; } } { // if (converted3DLut) Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_44 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_45; L_45 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00d1; } } { // DestroyImmediate (converted3DLut); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_46 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_46, /*hidden argument*/NULL); } IL_00d1: { // converted3DLut = new Texture3D (dim, dim, dim, TextureFormat.ARGB32, false); int32_t L_47 = V_0; int32_t L_48 = V_0; int32_t L_49 = V_0; Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_50 = (Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 *)il2cpp_codegen_object_new(Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8_il2cpp_TypeInfo_var); Texture3D__ctor_m2B875ADAA935AC50C758ECEBA69F13172FD620FC(L_50, L_47, L_48, L_49, 5, (bool)0, /*hidden argument*/NULL); __this->set_converted3DLut_9(L_50); // converted3DLut.SetPixels (newC); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_51 = __this->get_converted3DLut_9(); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_52 = V_2; NullCheck(L_51); Texture3D_SetPixels_mC68F3267482A2D8D85ED146A1835D39EE3FF2E4B(L_51, L_52, /*hidden argument*/NULL); // converted3DLut.Apply (); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_53 = __this->get_converted3DLut_9(); NullCheck(L_53); Texture3D_Apply_m83FB1F0D98CA327EF6263CF616BB05BBA0D45860(L_53, /*hidden argument*/NULL); // basedOnTempTex = path; String_t* L_54 = ___path1; __this->set_basedOnTempTex_10(L_54); // } return; } IL_0100: { // Debug.LogError ("Couldn't color correct with 3D LUT texture. Image Effect will be disabled."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral9A1F62A52DB47395099F958D62AC10240D379E13, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup_OnRenderImage_m51B30A601852A59447B3967A70C0F6000A958909 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19BBFA9A3E2E76B948F305756AA909457B79A304); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2A2A23C0F95CC4BF23BDB0980D559F59E054C4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAAF1BB950C2A85FFD7A0F9DB6E7FC849321BBDF); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B7_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B7_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B7_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B6_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B6_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B6_2 = NULL; int32_t G_B8_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B8_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B8_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B8_3 = NULL; { // if (CheckResources () == false || !SystemInfo.supports3DTextures) { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (!L_0) { goto IL_000f; } } { bool L_1; L_1 = SystemInfo_get_supports3DTextures_m1341FD9262C0E2D0BF9F14BFF0192BFABBE23B77(/*hidden argument*/NULL); if (L_1) { goto IL_0017; } } IL_000f: { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_2, L_3, /*hidden argument*/NULL); // return; return; } IL_0017: { // if (converted3DLut == null) { Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_4 = __this->get_converted3DLut_9(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { // SetIdentityLut (); ColorCorrectionLookup_SetIdentityLut_m2A52E467FB7F1BD651AAA26E870F8F784308E7F3(__this, /*hidden argument*/NULL); } IL_002b: { // int lutSize = converted3DLut.width; Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_6 = __this->get_converted3DLut_9(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_6); V_0 = L_7; // converted3DLut.wrapMode = TextureWrapMode.Clamp; Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_8 = __this->get_converted3DLut_9(); NullCheck(L_8); Texture_set_wrapMode_m1233D2DF48DC20996F8EE26E866D4BDD2AC8050D(L_8, 1, /*hidden argument*/NULL); // material.SetFloat("_Scale", (lutSize - 1) / (1.0f*lutSize)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = __this->get_material_8(); int32_t L_10 = V_0; int32_t L_11 = V_0; NullCheck(L_9); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_9, _stringLiteralB2A2A23C0F95CC4BF23BDB0980D559F59E054C4B, ((float)((float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_11)))))), /*hidden argument*/NULL); // material.SetFloat("_Offset", 1.0f / (2.0f * lutSize)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = __this->get_material_8(); int32_t L_13 = V_0; NullCheck(L_12); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_12, _stringLiteralDAAF1BB950C2A85FFD7A0F9DB6E7FC849321BBDF, ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)((float)((float)L_13)))))), /*hidden argument*/NULL); // material.SetTexture("_ClutTex", converted3DLut); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_material_8(); Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * L_15 = __this->get_converted3DLut_9(); NullCheck(L_14); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_14, _stringLiteral19BBFA9A3E2E76B948F305756AA909457B79A304, L_15, /*hidden argument*/NULL); // Graphics.Blit (source, destination, material, QualitySettings.activeColorSpace == ColorSpace.Linear ? 1 : 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_17 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_18 = __this->get_material_8(); int32_t L_19; L_19 = QualitySettings_get_activeColorSpace_m65BE7300D1A12D2981B492329B32673199CCE7F4(/*hidden argument*/NULL); G_B6_0 = L_18; G_B6_1 = L_17; G_B6_2 = L_16; if ((((int32_t)L_19) == ((int32_t)1))) { G_B7_0 = L_18; G_B7_1 = L_17; G_B7_2 = L_16; goto IL_00a7; } } { G_B8_0 = 0; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_00a8; } IL_00a7: { G_B8_0 = 1; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_00a8: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B8_3, G_B8_2, G_B8_1, G_B8_0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionLookup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionLookup__ctor_mD85720C2F562F4FD5129BAA5A4BB57B26A42A8F4 (ColorCorrectionLookup_t09F6E17B002DD3B91C330C35701E7DEF7535FA66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public string basedOnTempTex = ""; __this->set_basedOnTempTex_10(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionRamp::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionRamp_OnRenderImage_mB611ACFBD7BD21D3C5BE0CBB7A4009C5A9327E3E (ColorCorrectionRamp_t3D3A0C6FCCEB9E850CFFFACA1712D464B1C9A881 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB1D70662348A463C6FBE0BBDDCE84C00893D8D0); s_Il2CppMethodInitialized = true; } { // material.SetTexture ("_RampTex", textureRamp); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0; L_0 = ImageEffectBase_get_material_mCBA3A9537019FAFB5146CB9F3A0EC2F7C1A53C4E(__this, /*hidden argument*/NULL); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_1 = __this->get_textureRamp_6(); NullCheck(L_0); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_0, _stringLiteralDB1D70662348A463C6FBE0BBDDCE84C00893D8D0, L_1, /*hidden argument*/NULL); // Graphics.Blit (source, destination, material); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = ImageEffectBase_get_material_mCBA3A9537019FAFB5146CB9F3A0EC2F7C1A53C4E(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m5E0E60EA4A4D351DCC314AB2C49C7DC5B8863D05(L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.ColorCorrectionRamp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCorrectionRamp__ctor_m5D26F8245696524783210DD30C4981B56E9EC62C (ColorCorrectionRamp_t3D3A0C6FCCEB9E850CFFFACA1712D464B1C9A881 * __this, const RuntimeMethod* method) { { ImageEffectBase__ctor_mC2A208B662D5A6F5E9F24A615737C6FE1432DC06(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash__ctor_mAF1B1EC0CA417999390BD6FC66BC734372E19D4D (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CombinedHash() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mMd5 = TlsUtilities.CreateHash(HashAlgorithm.md5); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88((uint8_t)1, /*hidden argument*/NULL); __this->set_mMd5_1(L_0); // this.mSha1 = TlsUtilities.CreateHash(HashAlgorithm.sha1); RuntimeObject* L_1; L_1 = TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88((uint8_t)2, /*hidden argument*/NULL); __this->set_mSha1_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash__ctor_mA5AF0950110C4098897F91E51B96B7E7BD7E20AC (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal CombinedHash(CombinedHash t) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mContext = t.mContext; CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * L_0 = ___t0; NullCheck(L_0); RuntimeObject* L_1 = L_0->get_mContext_0(); __this->set_mContext_0(L_1); // this.mMd5 = TlsUtilities.CloneHash(HashAlgorithm.md5, t.mMd5); CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * L_2 = ___t0; NullCheck(L_2); RuntimeObject* L_3 = L_2->get_mMd5_1(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TlsUtilities_CloneHash_mBD4A1BA6B9D2B35FDA3A05892B7C45C85A301FE1((uint8_t)1, L_3, /*hidden argument*/NULL); __this->set_mMd5_1(L_4); // this.mSha1 = TlsUtilities.CloneHash(HashAlgorithm.sha1, t.mSha1); CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * L_5 = ___t0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_mSha1_2(); RuntimeObject* L_7; L_7 = TlsUtilities_CloneHash_mBD4A1BA6B9D2B35FDA3A05892B7C45C85A301FE1((uint8_t)2, L_6, /*hidden argument*/NULL); __this->set_mSha1_2(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_Init_m309F2406F775BEED50B791DA46C3BACFC6068355 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { // this.mContext = context; RuntimeObject* L_0 = ___context0; __this->set_mContext_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::NotifyPrfDetermined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CombinedHash_NotifyPrfDetermined_m241BABE63FFB98BE089B0ED8FA44D0ECCD397118 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { { // return this; return __this; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::TrackHashAlgorithm(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_TrackHashAlgorithm_m136AFEF189FFC6AB11458BBAD9EFE64A376A195E (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { { // throw new InvalidOperationException("CombinedHash only supports calculating the legacy PRF for handshake hash"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0BB7EF6F71678EB92EAABAB05AEE1D159E152E9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CombinedHash_TrackHashAlgorithm_m136AFEF189FFC6AB11458BBAD9EFE64A376A195E_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::SealHashAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_SealHashAlgorithms_m434131211C984DB263BF015A6A752FF66B68E370 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::StopTracking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CombinedHash_StopTracking_m8B82301A80F436D950F1E9FF391FFADED29523F6 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new CombinedHash(this); CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * L_0 = (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 *)il2cpp_codegen_object_new(CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82_il2cpp_TypeInfo_var); CombinedHash__ctor_mA5AF0950110C4098897F91E51B96B7E7BD7E20AC(L_0, __this, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::ForkPrfHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CombinedHash_ForkPrfHash_m043931045F366C23883AFD5566989DCD2026D344 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new CombinedHash(this); CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * L_0 = (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 *)il2cpp_codegen_object_new(CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82_il2cpp_TypeInfo_var); CombinedHash__ctor_mA5AF0950110C4098897F91E51B96B7E7BD7E20AC(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::GetFinalHash(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CombinedHash_GetFinalHash_mFA605F839C6B6AAF9D08FAB00853FE4C09238925 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { { // throw new InvalidOperationException("CombinedHash doesn't support multiple hashes"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0CC07004C9EFEB763B89CD02FD97F7645C5D945)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CombinedHash_GetFinalHash_mFA605F839C6B6AAF9D08FAB00853FE4C09238925_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CombinedHash_get_AlgorithmName_m50F6483B14A8F63747AE63604811C6C5439F397C (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E2A118D02EEC0264ECB711997DC50620920E7B0); s_Il2CppMethodInitialized = true; } { // get { return mMd5.AlgorithmName + " and " + mSha1.AlgorithmName; } RuntimeObject* L_0 = __this->get_mMd5_1(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::get_AlgorithmName() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_2 = __this->get_mSha1_2(); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::get_AlgorithmName() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteral6E2A118D02EEC0264ECB711997DC50620920E7B0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::GetByteLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CombinedHash_GetByteLength_m43D2B77FC0D1A5E6435F9C13F32854F6DAEC97B0 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return System.Math.Max(mMd5.GetByteLength(), mSha1.GetByteLength()); RuntimeObject* L_0 = __this->get_mMd5_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetByteLength() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_2 = __this->get_mSha1_2(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetByteLength() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CombinedHash_GetDigestSize_m9B1546A5A9E81E5317FEFB3168194678B83F1223 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return mMd5.GetDigestSize() + mSha1.GetDigestSize(); RuntimeObject* L_0 = __this->get_mMd5_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_2 = __this->get_mSha1_2(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_Update_m9F57B332172755FDC9CD5DAEB7020532F8EFF4B7 (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mMd5.Update(input); RuntimeObject* L_0 = __this->get_mMd5_1(); uint8_t L_1 = ___input0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // mSha1.Update(input); RuntimeObject* L_2 = __this->get_mSha1_2(); uint8_t L_3 = ___input0; NullCheck(L_2); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_BlockUpdate_m33B342015D1508E0DDAAEEF3EECD4CD79991178C (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mMd5.BlockUpdate(input, inOff, len); RuntimeObject* L_0 = __this->get_mMd5_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // mSha1.BlockUpdate(input, inOff, len); RuntimeObject* L_4 = __this->get_mSha1_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___input0; int32_t L_6 = ___inOff1; int32_t L_7 = ___len2; NullCheck(L_4); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CombinedHash_DoFinal_mB9242424FB3704F14F5EAB20D5AB50CC189163CB (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (mContext != null && TlsUtilities.IsSsl(mContext)) RuntimeObject* L_0 = __this->get_mContext_0(); if (!L_0) { goto IL_0045; } } { RuntimeObject* L_1 = __this->get_mContext_0(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_2; L_2 = TlsUtilities_IsSsl_m00FDA744E489981F6285852D1C10167CCEE97958(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0045; } } { // Ssl3Complete(mMd5, Ssl3Mac.IPAD, Ssl3Mac.OPAD, 48); RuntimeObject* L_3 = __this->get_mMd5_1(); IL2CPP_RUNTIME_CLASS_INIT(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_IPAD_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_OPAD_3(); VirtualActionInvoker4< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Ssl3Complete(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[],System.Int32) */, __this, L_3, L_4, L_5, ((int32_t)48)); // Ssl3Complete(mSha1, Ssl3Mac.IPAD, Ssl3Mac.OPAD, 40); RuntimeObject* L_6 = __this->get_mSha1_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_IPAD_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_OPAD_3(); VirtualActionInvoker4< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(32 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Ssl3Complete(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[],System.Int32) */, __this, L_6, L_7, L_8, ((int32_t)40)); } IL_0045: { // int i1 = mMd5.DoFinal(output, outOff); RuntimeObject* L_9 = __this->get_mMd5_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___output0; int32_t L_11 = ___outOff1; NullCheck(L_9); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_9, L_10, L_11); V_0 = L_12; // int i2 = mSha1.DoFinal(output, outOff + i1); RuntimeObject* L_13 = __this->get_mSha1_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___output0; int32_t L_15 = ___outOff1; int32_t L_16 = V_0; NullCheck(L_13); int32_t L_17; L_17 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))); V_1 = L_17; // return i1 + i2; int32_t L_18 = V_0; int32_t L_19 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_Reset_m14DEC44E513C8CEBDBE09B195AF374A3CDAB18DC (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mMd5.Reset(); RuntimeObject* L_0 = __this->get_mMd5_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); // mSha1.Reset(); RuntimeObject* L_1 = __this->get_mSha1_2(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CombinedHash::Ssl3Complete(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CombinedHash_Ssl3Complete_m58D3BB6FB555849DB0A641E6DAC3BC74479928EE (CombinedHash_t85DE4091355794EBDB0073F9C293A2CABDA9EF82 * __this, RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ipad1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___opad2, int32_t ___padLength3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // byte[] master_secret = mContext.SecurityParameters.masterSecret; RuntimeObject* L_0 = __this->get_mContext_0(); NullCheck(L_0); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_1; L_1 = InterfaceFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(2 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_SecurityParameters() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1->get_masterSecret_5(); V_0 = L_2; // d.BlockUpdate(master_secret, 0, master_secret.Length); RuntimeObject* L_3 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // d.BlockUpdate(ipad, 0, padLength); RuntimeObject* L_6 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___ipad1; int32_t L_8 = ___padLength3; NullCheck(L_6); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, L_7, 0, L_8); // byte[] tmp = DigestUtilities.DoFinal(d); RuntimeObject* L_9 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = DigestUtilities_DoFinal_m94875B084FCF4E6FE8C699429F94EC1CDE3F2CCC(L_9, /*hidden argument*/NULL); V_1 = L_10; // d.BlockUpdate(master_secret, 0, master_secret.Length); RuntimeObject* L_11 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); NullCheck(L_11); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); // d.BlockUpdate(opad, 0, padLength); RuntimeObject* L_14 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___opad2; int32_t L_16 = ___padLength3; NullCheck(L_14); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_14, L_15, 0, L_16); // d.BlockUpdate(tmp, 0, tmp.Length); RuntimeObject* L_17 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; NullCheck(L_19); NullCheck(L_17); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_17, L_18, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIdentifier__ctor_mC365AE2F9ED54E62AC605DA851BE2E402799CEDB (CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIdentifier::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIdentifier__cctor_mE163F1498B37AD81C193540EDB5B82118B28DB1D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier ProofOfOrigin = PkcsObjectIdentifiers.IdCtiEtsProofOfOrigin; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfOrigin_88(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfOrigin_0(L_0); // public static readonly DerObjectIdentifier ProofOfReceipt = PkcsObjectIdentifiers.IdCtiEtsProofOfReceipt; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfReceipt_89(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfReceipt_1(L_1); // public static readonly DerObjectIdentifier ProofOfDelivery = PkcsObjectIdentifiers.IdCtiEtsProofOfDelivery; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfDelivery_90(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfDelivery_2(L_2); // public static readonly DerObjectIdentifier ProofOfSender = PkcsObjectIdentifiers.IdCtiEtsProofOfSender; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfSender_91(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfSender_3(L_3); // public static readonly DerObjectIdentifier ProofOfApproval = PkcsObjectIdentifiers.IdCtiEtsProofOfApproval; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfApproval_92(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfApproval_4(L_4); // public static readonly DerObjectIdentifier ProofOfCreation = PkcsObjectIdentifiers.IdCtiEtsProofOfCreation; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdCtiEtsProofOfCreation_93(); ((CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_StaticFields*)il2cpp_codegen_static_fields_for(CommitmentTypeIdentifier_tA411A09F157AE8AF1C03F2B9D5645721421BBA83_il2cpp_TypeInfo_var))->set_ProofOfCreation_5(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * CommitmentTypeIndication_GetInstance_m19F186F5FD525E3247DF40A079C5C70A3B0759A6 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CommitmentTypeIndication) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 *)IsInstClass((RuntimeObject*)L_1, CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CommitmentTypeIndication) obj; RuntimeObject * L_2 = ___obj0; return ((CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 *)CastclassClass((RuntimeObject*)L_2, CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CommitmentTypeIndication((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * L_5 = (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 *)il2cpp_codegen_object_new(CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1_il2cpp_TypeInfo_var); CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'CommitmentTypeIndication' factory: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), // "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF5D93ECA998F438D9B80EC4E0CA9C5D00AB38AB)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeIndication_GetInstance_m19F186F5FD525E3247DF40A079C5C70A3B0759A6_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // public CommitmentTypeIndication( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E_RuntimeMethod_var))); } IL_0014: { // if (seq.Count < 1 || seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0026; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0049; } } IL_0026: { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_6); V_0 = L_7; String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeIndication__ctor_m514FA9D836B22CAFB152A0B8520C624F98E4C99E_RuntimeMethod_var))); } IL_0049: { // this.commitmentTypeId = (DerObjectIdentifier) seq[0].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_11, 0); NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_12); __this->set_commitmentTypeId_2(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_13, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_14); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_0080; } } { // this.commitmentTypeQualifier = (Asn1Sequence) seq[1].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = ___seq0; NullCheck(L_16); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17; L_17 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_16, 1); NullCheck(L_17); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_18; L_18 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_17); __this->set_commitmentTypeQualifier_3(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_18, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); } IL_0080: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIndication__ctor_m36510EED313F3D8EB171121F986F10CD00BA954F (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeId0, const RuntimeMethod* method) { { // : this(commitmentTypeId, null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___commitmentTypeId0; CommitmentTypeIndication__ctor_m93BA9677DE168BADCD62E04683A9913028B23CFA(__this, L_0, (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeIndication__ctor_m93BA9677DE168BADCD62E04683A9913028B23CFA (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeId0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___commitmentTypeQualifier1, const RuntimeMethod* method) { { // public CommitmentTypeIndication( // DerObjectIdentifier commitmentTypeId, // Asn1Sequence commitmentTypeQualifier) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (commitmentTypeId == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___commitmentTypeId0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("commitmentTypeId"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E3250788B2E59C9CB3E3EFDA80ED45314CB5CB5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeIndication__ctor_m93BA9677DE168BADCD62E04683A9913028B23CFA_RuntimeMethod_var))); } IL_0014: { // this.commitmentTypeId = commitmentTypeId; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ___commitmentTypeId0; __this->set_commitmentTypeId_2(L_2); // if (commitmentTypeQualifier != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___commitmentTypeQualifier1; if (!L_3) { goto IL_0025; } } { // this.commitmentTypeQualifier = commitmentTypeQualifier; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___commitmentTypeQualifier1; __this->set_commitmentTypeQualifier_3(L_4); } IL_0025: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::get_CommitmentTypeID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CommitmentTypeIndication_get_CommitmentTypeID_m0970932C4720EC462F1C425F95DEA67AA37E6221 (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, const RuntimeMethod* method) { { // get { return commitmentTypeId; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_commitmentTypeId_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::get_CommitmentTypeQualifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * CommitmentTypeIndication_get_CommitmentTypeQualifier_m4295DDC31590F67CA273765EDF8D57A9349582E5 (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, const RuntimeMethod* method) { { // get { return commitmentTypeQualifier; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_commitmentTypeQualifier_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CommitmentTypeIndication_ToAsn1Object_m70906B1E65CDBBC8766FFF1C890E9ACF1217DEAE (CommitmentTypeIndication_t7B8F0C1C171064B1D22C3EBFAB0982434873A7F1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(commitmentTypeId); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_commitmentTypeId_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // if (commitmentTypeQualifier != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = __this->get_commitmentTypeQualifier_3(); if (!L_4) { goto IL_0032; } } { // v.Add(commitmentTypeQualifier); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = __this->get_commitmentTypeQualifier_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0032: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_10, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeQualifier__ctor_mAA6250AE76341694DD13AAF6BBD5E85A8037B6B0 (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeIdentifier0, const RuntimeMethod* method) { { // : this(commitmentTypeIdentifier, null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___commitmentTypeIdentifier0; CommitmentTypeQualifier__ctor_m5CA4E60B6065D2001040FC4D215A9A2E29698FC0(__this, L_0, (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeQualifier__ctor_m5CA4E60B6065D2001040FC4D215A9A2E29698FC0 (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___commitmentTypeIdentifier0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___qualifier1, const RuntimeMethod* method) { { // public CommitmentTypeQualifier( // DerObjectIdentifier commitmentTypeIdentifier, // Asn1Encodable qualifier) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (commitmentTypeIdentifier == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___commitmentTypeIdentifier0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("commitmentTypeIdentifier"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE9A08C2C8EE5E7F6AA6F3DC113467F30E53AD21)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeQualifier__ctor_m5CA4E60B6065D2001040FC4D215A9A2E29698FC0_RuntimeMethod_var))); } IL_0014: { // this.commitmentTypeIdentifier = commitmentTypeIdentifier; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ___commitmentTypeIdentifier0; __this->set_commitmentTypeIdentifier_2(L_2); // if (qualifier != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = ___qualifier1; if (!L_3) { goto IL_002a; } } { // this.qualifier = qualifier.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4 = ___qualifier1; NullCheck(L_4); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_4); __this->set_qualifier_3(L_5); } IL_002a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // public CommitmentTypeQualifier( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA_RuntimeMethod_var))); } IL_0014: { // if (seq.Count < 1 || seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0026; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0049; } } IL_0026: { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_6); V_0 = L_7; String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA_RuntimeMethod_var))); } IL_0049: { // commitmentTypeIdentifier = (DerObjectIdentifier) seq[0].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_11, 0); NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_12); __this->set_commitmentTypeIdentifier_2(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_13, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_14); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_007b; } } { // qualifier = seq[1].ToAsn1Object(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = ___seq0; NullCheck(L_16); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17; L_17 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_16, 1); NullCheck(L_17); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_18; L_18 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_17); __this->set_qualifier_3(L_18); } IL_007b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * CommitmentTypeQualifier_GetInstance_mC42B9A54A89C916262A92ECD039143E4A9E450BD (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CommitmentTypeQualifier) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B *)IsInstClass((RuntimeObject*)L_1, CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CommitmentTypeQualifier) obj; RuntimeObject * L_2 = ___obj0; return ((CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B *)CastclassClass((RuntimeObject*)L_2, CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CommitmentTypeQualifier((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * L_5 = (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B *)il2cpp_codegen_object_new(CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B_il2cpp_TypeInfo_var); CommitmentTypeQualifier__ctor_m67747115F0981C5E757E89379BECA9E480A6CBEA(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'CommitmentTypeQualifier' factory: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), // "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6680470757F84752C7FC8B77E5CE05294894A28)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommitmentTypeQualifier_GetInstance_mC42B9A54A89C916262A92ECD039143E4A9E450BD_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::get_CommitmentTypeIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CommitmentTypeQualifier_get_CommitmentTypeIdentifier_m1404993A2D054DB161584125607D002CB679C74E (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, const RuntimeMethod* method) { { // get { return commitmentTypeIdentifier; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_commitmentTypeIdentifier_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::get_Qualifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CommitmentTypeQualifier_get_Qualifier_mFBD70A48C52712104103DAB35BC26A47B5156E41 (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, const RuntimeMethod* method) { { // get { return qualifier; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_qualifier_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CommitmentTypeQualifier_ToAsn1Object_m6AF6DB683B193549B62C5F91491EAA3D2354505D (CommitmentTypeQualifier_t92439A1CFCDC8A02E3AF7794892A421DB6A6368B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector( // commitmentTypeIdentifier); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_commitmentTypeIdentifier_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // if (qualifier != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = __this->get_qualifier_3(); if (!L_4) { goto IL_0032; } } { // v.Add(qualifier); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = __this->get_qualifier_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0032: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_10, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 CommonConfig::get_AppLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_AppLanguage_m6831FBBE969D6BFB901CC287F150D5B3C9D866F6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => AppLanguages[Array.IndexOf(AppNames, Application.productName)]; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_AppLanguages_1(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_AppNames_0(); String_t* L_2; L_2 = Application_get_productName_m712E2BD951F92F0D8E992E45C8508F0B5B045E83(/*hidden argument*/NULL); int32_t L_3; L_3 = Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441(L_1, L_2, /*hidden argument*/Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); NullCheck(L_0); int32_t L_4 = L_3; int32_t L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } // System.Boolean CommonConfig::get_banBindRelateAccount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonConfig_get_banBindRelateAccount_m0B5D9094B76C7317DD684AF53DCC6FAE312251DB (const RuntimeMethod* method) { { // public static bool banBindRelateAccount { get => Application.platform == RuntimePlatform.IPhonePlayer; } int32_t L_0; L_0 = Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)8))? 1 : 0); } } // System.String CommonConfig::get_gateServerURL() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonConfig_get_gateServerURL_m0B29F8B79BAB1685C3C0E886939C8CD72E0B2088 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16EA59A16497A14CC7C96FB7FE4FDF741275E0E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C81693AC94D505EC1ED50CD1C2743EF8B372DA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // if (serverType == ServerType.LocalTest) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_serverType_12(); if (L_0) { goto IL_000d; } } { // return "http://192.168.137.1:11332/SmartBowBusinessServer"; return _stringLiteral9C81693AC94D505EC1ED50CD1C2743EF8B372DA3; } IL_000d: { // if (serverType == ServerType.Produce) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_serverType_12(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001b; } } { // return "http://43.132.127.96/SmartBowBusinessServer"; return _stringLiteral16EA59A16497A14CC7C96FB7FE4FDF741275E0E0; } IL_001b: { // return ""; return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // System.Int32 CommonConfig::get_serverIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get => ServerIndexes[Array.IndexOf(AppNames, Application.productName)]; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_ServerIndexes_2(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_AppNames_0(); String_t* L_2; L_2 = Application_get_productName_m712E2BD951F92F0D8E992E45C8508F0B5B045E83(/*hidden argument*/NULL); int32_t L_3; L_3 = Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441(L_1, L_2, /*hidden argument*/Array_IndexOf_TisString_t_m2504463609DE799429F0FA05740AC0B0BD9E5441_RuntimeMethod_var); NullCheck(L_0); int32_t L_4 = L_3; int32_t L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } // System.Void CommonConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonConfig__ctor_m1B806EAF65CC2617A705A55099B49C49548E6769 (CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void CommonConfig::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonConfig__cctor_m88F95CECDD1AD1A7B66D2A0C845DC5772CD03AE6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7684192BC046B418051B5F800958F34309E70D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD11A8037ED8A43246844CCD056BA831A4D7B705); s_Il2CppMethodInitialized = true; } { // public static readonly string[] AppNames = {"???", "HOUYI"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralFD11A8037ED8A43246844CCD056BA831A4D7B705); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralFD11A8037ED8A43246844CCD056BA831A4D7B705); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralD7684192BC046B418051B5F800958F34309E70D7); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteralD7684192BC046B418051B5F800958F34309E70D7); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_AppNames_0(L_2); // public static readonly int[] AppLanguages = {0, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)1); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_AppLanguages_1(L_4); // public static readonly int[] ServerIndexes = {0, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (int32_t)1); ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_ServerIndexes_2(L_6); // public static bool iosTaoKe = false; //IOS???? ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_iosTaoKe_3((bool)0); // public static bool ReleaseVersion2 = true; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_ReleaseVersion2_4((bool)1); // public static bool SpecialVersion1 = true; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_SpecialVersion1_5((bool)1); // public static bool needToExamine = false; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_needToExamine_6((bool)0); // public static bool isReleaseVersion = false; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_isReleaseVersion_7((bool)0); // public static int devicePlan = 3; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_devicePlan_8(3); // public static readonly int ringsPrecision = 1; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_ringsPrecision_9(1); // public static readonly int arrowSpeedPrecision = 1; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_arrowSpeedPrecision_10(1); // public static float arrowWeight = 75; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_arrowWeight_11((75.0f)); // private static ServerType serverType = ServerType.Produce; ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->set_serverType_12(1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * CompleteCertificateRefs_GetInstance_mD2C22BD7353F6A3BAF2809D2D47984D8B11E5BC2 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CompleteCertificateRefs) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 *)IsInstClass((RuntimeObject*)L_1, CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CompleteCertificateRefs) obj; RuntimeObject * L_2 = ___obj0; return ((CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 *)CastclassClass((RuntimeObject*)L_2, CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CompleteCertificateRefs((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * L_5 = (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 *)il2cpp_codegen_object_new(CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345_il2cpp_TypeInfo_var); CompleteCertificateRefs__ctor_m6BCA63FF738EF15F8FA2B737F1C88D9365FF0699(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'CompleteCertificateRefs' factory: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), // "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDE48A4FBB1E537CAA04360B651FFF4CFC99950B)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteCertificateRefs_GetInstance_mD2C22BD7353F6A3BAF2809D2D47984D8B11E5BC2_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteCertificateRefs__ctor_m6BCA63FF738EF15F8FA2B737F1C88D9365FF0699 (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private CompleteCertificateRefs( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteCertificateRefs__ctor_m6BCA63FF738EF15F8FA2B737F1C88D9365FF0699_RuntimeMethod_var))); } IL_0014: { // foreach (Asn1Encodable ae in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_2); V_0 = L_3; } IL_001b: try {// begin try (depth: 1) { goto IL_0033; } IL_001d: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // OtherCertID.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * L_7; L_7 = OtherCertID_GetInstance_m8A66D01D14EE450025A58160299A33461B43C284(L_6, /*hidden argument*/NULL); } IL_0033: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001d; } } IL_003b: { IL2CPP_LEAVE(0x4E, FINALLY_003d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004d; } } IL_0047: { RuntimeObject* L_12 = V_1; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_004d: { IL2CPP_END_FINALLY(61) } }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { // this.otherCertIDs = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; __this->set_otherCertIDs_2(L_13); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteCertificateRefs__ctor_mE49E20B1A238914C7F4A3A2D9D3EE123242BCA0F (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* ___otherCertIDs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public CompleteCertificateRefs( // params OtherCertID[] otherCertIDs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (otherCertIDs == null) OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* L_0 = ___otherCertIDs0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("otherCertIDs"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01A379615115363A54FA1083A923B6DBF48D7986)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteCertificateRefs__ctor_mE49E20B1A238914C7F4A3A2D9D3EE123242BCA0F_RuntimeMethod_var))); } IL_0014: { // this.otherCertIDs = new DerSequence(otherCertIDs); OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* L_2 = ___otherCertIDs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_4, L_3, /*hidden argument*/NULL); __this->set_otherCertIDs_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteCertificateRefs__ctor_m567F3A490AF7F725EC1F868F89EEC250FA330E83 (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, RuntimeObject* ___otherCertIDs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CompleteCertificateRefs( // IEnumerable otherCertIDs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (otherCertIDs == null) RuntimeObject* L_0 = ___otherCertIDs0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("otherCertIDs"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01A379615115363A54FA1083A923B6DBF48D7986)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteCertificateRefs__ctor_m567F3A490AF7F725EC1F868F89EEC250FA330E83_RuntimeMethod_var))); } IL_0014: { // if (!CollectionUtilities.CheckElementsAreOfType(otherCertIDs, typeof(OtherCertID))) RuntimeObject* L_2 = ___otherCertIDs0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); bool L_5; L_5 = CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } { // throw new ArgumentException("Must contain only 'OtherCertID' objects", "otherCertIDs"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E89670EF04B634EC00FAE0C820AD8CAB223A102)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01A379615115363A54FA1083A923B6DBF48D7986)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteCertificateRefs__ctor_m567F3A490AF7F725EC1F868F89EEC250FA330E83_RuntimeMethod_var))); } IL_0036: { // this.otherCertIDs = new DerSequence( // Asn1EncodableVector.FromEnumerable(otherCertIDs)); RuntimeObject* L_7 = ___otherCertIDs0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8; L_8 = Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0(L_7, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); __this->set_otherCertIDs_2(L_9); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.OtherCertID[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::GetOtherCertIDs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* CompleteCertificateRefs_GetOtherCertIDs_m6C9FEC99743281E5BB1FA98931903465A011EDA7 (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* V_0 = NULL; int32_t V_1 = 0; { // OtherCertID[] result = new OtherCertID[otherCertIDs.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_otherCertIDs_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* L_2 = (OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067*)(OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067*)SZArrayNew(OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < otherCertIDs.Count; ++i) V_1 = 0; goto IL_0032; } IL_0015: { // result[i] = OtherCertID.GetInstance(otherCertIDs[i].ToAsn1Object()); OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_otherCertIDs_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); NullCheck(L_7); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_7); OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 * L_9; L_9 = OtherCertID_GetInstance_m8A66D01D14EE450025A58160299A33461B43C284(L_8, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_9); (L_3)->SetAt(static_cast(L_4), (OtherCertID_t144D2F7475DD81FA8EC52BC34981DE971F86B0E1 *)L_9); // for (int i = 0; i < otherCertIDs.Count; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0032: { // for (int i = 0; i < otherCertIDs.Count; ++i) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_otherCertIDs_2(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { // return result; OtherCertIDU5BU5D_tA44731A317B0F7F4975E4F0967775EA86F141067* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CompleteCertificateRefs_ToAsn1Object_mA255611F94295CAAC1A3D0C393BFCD8DF878F1D6 (CompleteCertificateRefs_t3C3CD213799036BA8ECCB8F93481B796D87B7345 * __this, const RuntimeMethod* method) { { // return otherCertIDs; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_otherCertIDs_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * CompleteRevocationRefs_GetInstance_m1BBE4C8CB3EDB3D907C2F9EECD9F3A0DEBA499EE (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CompleteRevocationRefs) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 *)IsInstClass((RuntimeObject*)L_1, CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CompleteRevocationRefs) obj; RuntimeObject * L_2 = ___obj0; return ((CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 *)CastclassClass((RuntimeObject*)L_2, CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CompleteRevocationRefs((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * L_5 = (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 *)il2cpp_codegen_object_new(CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162_il2cpp_TypeInfo_var); CompleteRevocationRefs__ctor_m306A41BBE833DC76A942F099F6888C7F9125D4FC(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'CompleteRevocationRefs' factory: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), // "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F59D625DB945F3F7D09AA678E21A16079D942BC)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteRevocationRefs_GetInstance_m1BBE4C8CB3EDB3D907C2F9EECD9F3A0DEBA499EE_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteRevocationRefs__ctor_m306A41BBE833DC76A942F099F6888C7F9125D4FC (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private CompleteRevocationRefs( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seq"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteRevocationRefs__ctor_m306A41BBE833DC76A942F099F6888C7F9125D4FC_RuntimeMethod_var))); } IL_0014: { // foreach (Asn1Encodable ae in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_2); V_0 = L_3; } IL_001b: try {// begin try (depth: 1) { goto IL_0033; } IL_001d: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); // CrlOcspRef.GetInstance(ae.ToAsn1Object()); NullCheck(((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_5, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var))); CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * L_7; L_7 = CrlOcspRef_GetInstance_m4F996B2542EBBE0A56F1765A0C1A6A82EF51F7A4(L_6, /*hidden argument*/NULL); } IL_0033: { // foreach (Asn1Encodable ae in seq) RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001d; } } IL_003b: { IL2CPP_LEAVE(0x4E, FINALLY_003d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004d; } } IL_0047: { RuntimeObject* L_12 = V_1; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_004d: { IL2CPP_END_FINALLY(61) } }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { // this.crlOcspRefs = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; __this->set_crlOcspRefs_2(L_13); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteRevocationRefs__ctor_m861E7B28310C8F04185943C81E2790B2F68E45CF (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* ___crlOcspRefs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public CompleteRevocationRefs( // params CrlOcspRef[] crlOcspRefs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (crlOcspRefs == null) CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* L_0 = ___crlOcspRefs0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("crlOcspRefs"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral554B3FFD9DBE3F6A5E2305FB9728EACDBE55DFCD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteRevocationRefs__ctor_m861E7B28310C8F04185943C81E2790B2F68E45CF_RuntimeMethod_var))); } IL_0014: { // this.crlOcspRefs = new DerSequence(crlOcspRefs); CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* L_2 = ___crlOcspRefs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_4, L_3, /*hidden argument*/NULL); __this->set_crlOcspRefs_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompleteRevocationRefs__ctor_mBA2DA41703D789A3FA896602D91D283C9BE12DAD (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, RuntimeObject* ___crlOcspRefs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CompleteRevocationRefs( // IEnumerable crlOcspRefs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (crlOcspRefs == null) RuntimeObject* L_0 = ___crlOcspRefs0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("crlOcspRefs"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral554B3FFD9DBE3F6A5E2305FB9728EACDBE55DFCD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteRevocationRefs__ctor_mBA2DA41703D789A3FA896602D91D283C9BE12DAD_RuntimeMethod_var))); } IL_0014: { // if (!CollectionUtilities.CheckElementsAreOfType(crlOcspRefs, typeof(CrlOcspRef))) RuntimeObject* L_2 = ___crlOcspRefs0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); bool L_5; L_5 = CollectionUtilities_CheckElementsAreOfType_mDA9F94EE3069216B3988BEB704F095F64EACBF10(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } { // throw new ArgumentException("Must contain only 'CrlOcspRef' objects", "crlOcspRefs"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA40501B5929D8B28464C4334A6C9BD6D7832682A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral554B3FFD9DBE3F6A5E2305FB9728EACDBE55DFCD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompleteRevocationRefs__ctor_mBA2DA41703D789A3FA896602D91D283C9BE12DAD_RuntimeMethod_var))); } IL_0036: { // this.crlOcspRefs = new DerSequence( // Asn1EncodableVector.FromEnumerable(crlOcspRefs)); RuntimeObject* L_7 = ___crlOcspRefs0; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8; L_8 = Asn1EncodableVector_FromEnumerable_mA8D755143514E4A7CC103767410CBF9DEE39E7F0(L_7, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); __this->set_crlOcspRefs_2(L_9); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CrlOcspRef[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::GetCrlOcspRefs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* CompleteRevocationRefs_GetCrlOcspRefs_mC9276BE72A6F08AE65D93D64B83E7DD971B151B6 (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* V_0 = NULL; int32_t V_1 = 0; { // CrlOcspRef[] result = new CrlOcspRef[crlOcspRefs.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_crlOcspRefs_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* L_2 = (CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E*)(CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E*)SZArrayNew(CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < crlOcspRefs.Count; ++i) V_1 = 0; goto IL_0032; } IL_0015: { // result[i] = CrlOcspRef.GetInstance(crlOcspRefs[i].ToAsn1Object()); CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_crlOcspRefs_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); NullCheck(L_7); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_7); CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA * L_9; L_9 = CrlOcspRef_GetInstance_m4F996B2542EBBE0A56F1765A0C1A6A82EF51F7A4(L_8, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_9); (L_3)->SetAt(static_cast(L_4), (CrlOcspRef_tF7264FE82453B86F753068D9BCDC951678C136AA *)L_9); // for (int i = 0; i < crlOcspRefs.Count; ++i) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0032: { // for (int i = 0; i < crlOcspRefs.Count; ++i) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_crlOcspRefs_2(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { // return result; CrlOcspRefU5BU5D_tF7C628838429590917D2B8D70FFC1284B024676E* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CompleteRevocationRefs_ToAsn1Object_mC8063E3353504CF1899CFE9F0DA19D7D0683025B (CompleteRevocationRefs_t5D151E800937D100DA0F89B2C358EB5CC444E162 * __this, const RuntimeMethod* method) { { // return crlOcspRefs; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_crlOcspRefs_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedData__ctor_m910855A4B21D7F45FAF5F0B4C9B5B6ABA707E64A (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___compressionAlgorithm0, ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * ___encapContentInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CompressedData( // AlgorithmIdentifier compressionAlgorithm, // ContentInfo encapContentInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_0, 0, /*hidden argument*/NULL); __this->set_version_2(L_0); // this.compressionAlgorithm = compressionAlgorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1 = ___compressionAlgorithm0; __this->set_compressionAlgorithm_3(L_1); // this.encapContentInfo = encapContentInfo; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_2 = ___encapContentInfo1; __this->set_encapContentInfo_4(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedData__ctor_m4ABA2E521D3BCEB5D51E416F72B1E03852E27D23 (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CompressedData( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = (DerInteger) seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); __this->set_version_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // this.compressionAlgorithm = AlgorithmIdentifier.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, 1); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4; L_4 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_3, /*hidden argument*/NULL); __this->set_compressionAlgorithm_3(L_4); // this.encapContentInfo = ContentInfo.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 2); ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_7; L_7 = ContentInfo_GetInstance_mEE39152BA90F46DBEFBACBED6D788DAD5C06B308(L_6, /*hidden argument*/NULL); __this->set_encapContentInfo_4(L_7); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * CompressedData_GetInstance_mEF43B8201E150A4D773DE75560D090492864465D (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___ato0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(ato, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___ato0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * L_3; L_3 = CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is CompressedData) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 *)IsInstClass((RuntimeObject*)L_1, CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (CompressedData)obj; RuntimeObject * L_2 = ___obj0; return ((CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 *)CastclassClass((RuntimeObject*)L_2, CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new CompressedData((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * L_5 = (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 *)il2cpp_codegen_object_new(CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85_il2cpp_TypeInfo_var); CompressedData__ctor_m4ABA2E521D3BCEB5D51E416F72B1E03852E27D23(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("Invalid CompressedData: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BDBEFD0C7EF2BAA095D8261A53663881CD5C429)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompressedData_GetInstance_mC138E204401C7ADE7AAC422FE67F8DF8412BD3CA_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CompressedData_get_Version_mC8F59A768F0FCA3590DD66E5AF7836E58C3DA9BB (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::get_CompressionAlgorithmIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CompressedData_get_CompressionAlgorithmIdentifier_m845CFEAFCB1F365AC900F5185FFBC835EE0501EE (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method) { { // get { return compressionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_compressionAlgorithm_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::get_EncapContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * CompressedData_get_EncapContentInfo_m1B5CD9F9A2533A9FA8E07040522C647BA64EA072 (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method) { { // get { return encapContentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_encapContentInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedData::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * CompressedData_ToAsn1Object_m048D26C6E0E5E5080653AE9E346D5FC993DEECFF (CompressedData_tD7374ACDB021BF974A0A10F4CF9B69BB5B0D6D85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new BerSequence(version, compressionAlgorithm, encapContentInfo); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_version_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_4 = __this->get_compressionAlgorithm_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_6 = __this->get_encapContentInfo_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F * L_7 = (BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F *)il2cpp_codegen_object_new(BerSequence_t06054EFD23083345199811B3DD646A2F94BA429F_il2cpp_TypeInfo_var); BerSequence__ctor_m5E659EF6ECF39F178B888525FE1B0F93060CEF7B(L_7, L_5, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressedDataParser__ctor_m4977BF08FEEFE1D99D50D801F1487D8816234AE3 (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, RuntimeObject* ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CompressedDataParser( // Asn1SequenceParser seq) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this._version = (DerInteger)seq.ReadObject(); RuntimeObject* L_0 = ___seq0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_0); __this->set__version_0(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // this._compressionAlgorithm = AlgorithmIdentifier.GetInstance(seq.ReadObject().ToAsn1Object()); RuntimeObject* L_2 = ___seq0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4; L_4 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_3); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5; L_5 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_4, /*hidden argument*/NULL); __this->set__compressionAlgorithm_1(L_5); // this._encapContentInfo = new ContentInfoParser((Asn1SequenceParser)seq.ReadObject()); RuntimeObject* L_6 = ___seq0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1SequenceParser::ReadObject() */, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var, L_6); ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_8 = (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 *)il2cpp_codegen_object_new(ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48_il2cpp_TypeInfo_var); ContentInfoParser__ctor_mA67739816397CD50A8AD84F7005A079D32A36630(L_8, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, Asn1SequenceParser_t75DCF2332A68E10743FC55E915CF7B88507BE7BD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set__encapContentInfo_2(L_8); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * CompressedDataParser_get_Version_m2AC0E526459793C11D2B8D7CF2B5C14D4809F076 (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, const RuntimeMethod* method) { { // get { return _version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get__version_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::get_CompressionAlgorithmIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * CompressedDataParser_get_CompressionAlgorithmIdentifier_m8B82B21A048364843809F3FA87E69E88B03DD075 (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, const RuntimeMethod* method) { { // get { return _compressionAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get__compressionAlgorithm_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.ContentInfoParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.CompressedDataParser::GetEncapContentInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * CompressedDataParser_GetEncapContentInfo_mD3780628164282ADA8E305177CDABCD82FE766C4 (CompressedDataParser_t2AAA4F0F504EAD0E6D4E740222ECC856061F670B * __this, const RuntimeMethod* method) { { // return _encapContentInfo; ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * L_0 = __this->get__encapContentInfo_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CompressionMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressionMethod__ctor_m6A8E7093E1726886DFABFE7F450FA27283A9F2D6 (CompressionMethod_t8C6C68AFB1EE78ACFE890BEEDEA1F3BBE19965DF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcatenationKdfGenerator__ctor_m8AB6501988BA8858DDEEFD1EB94EF5FBC939D473 (ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ConcatenationKdfGenerator(IDigest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mDigest = digest; RuntimeObject* L_0 = ___digest0; __this->set_mDigest_0(L_0); // this.mHLen = digest.GetDigestSize(); RuntimeObject* L_1 = ___digest0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); __this->set_mHLen_3(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcatenationKdfGenerator_Init_mB5318CC54E4C4D08163F3FC7F5D439F26E2C9724 (ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7 * __this, RuntimeObject* ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * V_0 = NULL; { // if (!(param is KdfParameters)) RuntimeObject* L_0 = ___param0; if (((KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 *)IsInstClass((RuntimeObject*)L_0, KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var))) { goto IL_0013; } } { // throw new ArgumentException("KDF parameters required for ConcatenationKdfGenerator"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54F19AE339A5C541D0A79DC4CA4F9AFDEF7D04C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConcatenationKdfGenerator_Init_mB5318CC54E4C4D08163F3FC7F5D439F26E2C9724_RuntimeMethod_var))); } IL_0013: { // KdfParameters p = (KdfParameters)param; RuntimeObject* L_2 = ___param0; V_0 = ((KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 *)CastclassClass((RuntimeObject*)L_2, KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189_il2cpp_TypeInfo_var)); // mShared = p.GetSharedSecret(); KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = KdfParameters_GetSharedSecret_m72775D9EEBD62045ACFE17A356420EB07545A878_inline(L_3, /*hidden argument*/NULL); __this->set_mShared_1(L_4); // mOtherInfo = p.GetIV(); KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = KdfParameters_GetIV_m8EC6C5467F42A6766A61E9B331899819BDD96D6E_inline(L_5, /*hidden argument*/NULL); __this->set_mOtherInfo_2(L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::get_Digest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConcatenationKdfGenerator_get_Digest_mC9B12259B06E959974BE6697982336B841724B20 (ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7 * __this, const RuntimeMethod* method) { { // get { return mDigest; } RuntimeObject* L_0 = __this->get_mDigest_0(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator::GenerateBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConcatenationKdfGenerator_GenerateBytes_m1BD3AD92F0594DBD450896C777F3CC536D88577A (ConcatenationKdfGenerator_t0A717F22379EC7C6E35539BF2E030D1C8050FAD7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; uint32_t V_2 = 0; int32_t V_3 = 0; { // if ((outBytes.Length - len) < outOff) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes0; NullCheck(L_0); int32_t L_1 = ___len2; int32_t L_2 = ___outOff1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1))) >= ((int32_t)L_2))) { goto IL_0013; } } { // throw new DataLengthException("output buffer too small"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE4D91A275D1835BB2A2111D76DB36CDDDAD83699)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConcatenationKdfGenerator_GenerateBytes_m1BD3AD92F0594DBD450896C777F3CC536D88577A_RuntimeMethod_var))); } IL_0013: { // byte[] hashBuf = new byte[mHLen]; int32_t L_4 = __this->get_mHLen_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_0 = L_5; // byte[] C = new byte[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_1 = L_6; // uint counter = 1; V_2 = 1; // int outputLen = 0; V_3 = 0; // mDigest.Reset(); RuntimeObject* L_7 = __this->get_mDigest_0(); NullCheck(L_7); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_7); // if (len > mHLen) int32_t L_8 = ___len2; int32_t L_9 = __this->get_mHLen_3(); if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_00c8; } } IL_0041: { // Pack.UInt32_To_BE(counter, C); uint32_t L_10 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; Pack_UInt32_To_BE_mE83DD53D96ABD180427CF1B2A91B3A06784A81D7(L_10, L_11, /*hidden argument*/NULL); // mDigest.BlockUpdate(C, 0, C.Length); RuntimeObject* L_12 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); NullCheck(L_12); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); // mDigest.BlockUpdate(mShared, 0, mShared.Length); RuntimeObject* L_15 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_mShared_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_mShared_1(); NullCheck(L_17); NullCheck(L_15); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_15, L_16, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))); // mDigest.BlockUpdate(mOtherInfo, 0, mOtherInfo.Length); RuntimeObject* L_18 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_mOtherInfo_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_mOtherInfo_2(); NullCheck(L_20); NullCheck(L_18); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_18, L_19, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))); // mDigest.DoFinal(hashBuf, 0); RuntimeObject* L_21 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; NullCheck(L_21); int32_t L_23; L_23 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_21, L_22, 0); // Array.Copy(hashBuf, 0, outBytes, outOff + outputLen, mHLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___outBytes0; int32_t L_26 = ___outOff1; int32_t L_27 = V_3; int32_t L_28 = __this->get_mHLen_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_24, 0, (RuntimeArray *)(RuntimeArray *)L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), L_28, /*hidden argument*/NULL); // outputLen += mHLen; int32_t L_29 = V_3; int32_t L_30 = __this->get_mHLen_3(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)); // while ((counter++) < (len / mHLen)); uint32_t L_31 = V_2; uint32_t L_32 = L_31; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); int32_t L_33 = ___len2; int32_t L_34 = __this->get_mHLen_3(); if ((((int64_t)((int64_t)((uint64_t)L_32))) < ((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_33/(int32_t)L_34))))))) { goto IL_0041; } } IL_00c8: { // if (outputLen < len) int32_t L_35 = V_3; int32_t L_36 = ___len2; if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_0133; } } { // Pack.UInt32_To_BE(counter, C); uint32_t L_37 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_1; Pack_UInt32_To_BE_mE83DD53D96ABD180427CF1B2A91B3A06784A81D7(L_37, L_38, /*hidden argument*/NULL); // mDigest.BlockUpdate(C, 0, C.Length); RuntimeObject* L_39 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_1; NullCheck(L_41); NullCheck(L_39); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_39, L_40, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))); // mDigest.BlockUpdate(mShared, 0, mShared.Length); RuntimeObject* L_42 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = __this->get_mShared_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = __this->get_mShared_1(); NullCheck(L_44); NullCheck(L_42); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_42, L_43, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))); // mDigest.BlockUpdate(mOtherInfo, 0, mOtherInfo.Length); RuntimeObject* L_45 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = __this->get_mOtherInfo_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get_mOtherInfo_2(); NullCheck(L_47); NullCheck(L_45); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_45, L_46, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))); // mDigest.DoFinal(hashBuf, 0); RuntimeObject* L_48 = __this->get_mDigest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_0; NullCheck(L_48); int32_t L_50; L_50 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_48, L_49, 0); // Array.Copy(hashBuf, 0, outBytes, outOff + outputLen, len - outputLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = ___outBytes0; int32_t L_53 = ___outOff1; int32_t L_54 = V_3; int32_t L_55 = ___len2; int32_t L_56 = V_3; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL); } IL_0133: { // return len; int32_t L_57 = ___len2; return L_57; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri BestHTTP.SignalR.Connection::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_Uri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Uri_mBF4488E7CDC0FECCC7CFF884E69250F81628ACD6 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_1(L_0); return; } } // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // get { return _state; } int32_t L_0 = __this->get__state_2(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_State(BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { // ConnectionStates old = _state; int32_t L_0 = __this->get__state_2(); V_0 = L_0; // _state = value; int32_t L_1 = ___value0; __this->set__state_2(L_1); // if (OnStateChanged != null) OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_2 = __this->get_OnStateChanged_18(); if (!L_2) { goto IL_0029; } } { // OnStateChanged(this, old, _state); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_3 = __this->get_OnStateChanged_18(); int32_t L_4 = V_0; int32_t L_5 = __this->get__state_2(); NullCheck(L_3); OnStateChanged_Invoke_mF52DC5AFD92AF6C6477CA5B24E1CCB5154DEE2FD(L_3, __this, L_4, L_5, /*hidden argument*/NULL); } IL_0029: { // } return; } } // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::get_NegotiationResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public NegotiationData NegotiationResult { get; private set; } NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = __this->get_U3CNegotiationResultU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_NegotiationResult(BestHTTP.SignalR.NegotiationData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m70366B0BB295D1A26163D6AB3D0F337A49573ACF (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___value0, const RuntimeMethod* method) { { // public NegotiationData NegotiationResult { get; private set; } NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = ___value0; __this->set_U3CNegotiationResultU3Ek__BackingField_3(L_0); return; } } // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::get_Hubs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public Hub[] Hubs { get; private set; } HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0 = __this->get_U3CHubsU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_Hubs(BestHTTP.SignalR.Hubs.Hub[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Hubs_mA495DC167EA88A1378FF57D1D9DB73417ECD58CF (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___value0, const RuntimeMethod* method) { { // public Hub[] Hubs { get; private set; } HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0 = ___value0; __this->set_U3CHubsU3Ek__BackingField_4(L_0); return; } } // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::get_Transport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TransportBase Transport { get; private set; } TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_0 = __this->get_U3CTransportU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_Transport(BestHTTP.SignalR.Transports.TransportBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___value0, const RuntimeMethod* method) { { // public TransportBase Transport { get; private set; } TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_0 = ___value0; __this->set_U3CTransportU3Ek__BackingField_5(L_0); return; } } // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::get_Protocol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m24D168F8F8B0B0D04CC453B0EF641521BFC8F027 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public ProtocolVersions Protocol { get; private set; } uint8_t L_0 = __this->get_U3CProtocolU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_Protocol(BestHTTP.SignalR.ProtocolVersions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_Protocol_mAD5B9E61F408DCDC48B7E084AAF215EAECF5DD15 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint8_t ___value0, const RuntimeMethod* method) { { // public ProtocolVersions Protocol { get; private set; } uint8_t L_0 = ___value0; __this->set_U3CProtocolU3Ek__BackingField_6(L_0); return; } } // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::get_AdditionalQueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // get { return additionalQueryParams; } ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_7(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_AdditionalQueryParams(PlatformSupport.Collections.ObjectModel.ObservableDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_AdditionalQueryParams_m445329B4D2B25676B40F26C5A0B2520707B95849 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_AdditionalQueryParams_CollectionChanged_mA2C7628A9EFEA05772EC646281A2AA361C737122_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (additionalQueryParams != null) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_7(); if (!L_0) { goto IL_001f; } } { // additionalQueryParams.CollectionChanged -= AdditionalQueryParams_CollectionChanged; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_1 = __this->get_additionalQueryParams_7(); NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * L_2 = (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B(L_2, __this, (intptr_t)((intptr_t)Connection_AdditionalQueryParams_CollectionChanged_mA2C7628A9EFEA05772EC646281A2AA361C737122_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76(L_1, L_2, /*hidden argument*/ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var); } IL_001f: { // additionalQueryParams = value; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_3 = ___value0; __this->set_additionalQueryParams_7(L_3); // BuiltQueryParams = null; __this->set_BuiltQueryParams_37((String_t*)NULL); // if (value != null) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_4 = ___value0; if (!L_4) { goto IL_0042; } } { // value.CollectionChanged += AdditionalQueryParams_CollectionChanged; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_5 = ___value0; NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * L_6 = (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B(L_6, __this, (intptr_t)((intptr_t)Connection_AdditionalQueryParams_CollectionChanged_mA2C7628A9EFEA05772EC646281A2AA361C737122_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238(L_5, L_6, /*hidden argument*/ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var); } IL_0042: { // } return; } } // System.Boolean BestHTTP.SignalR.Connection::get_QueryParamsOnlyForHandshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_get_QueryParamsOnlyForHandshake_m32CB4C85BE93B861CB7D6FC42CEBB9F654CF8451 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = __this->get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_QueryParamsOnlyForHandshake(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_QueryParamsOnlyForHandshake_mC56DCD0393AFD0C25F62A220A71DA03562135014 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, bool ___value0, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = ___value0; __this->set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(L_0); return; } } // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::get_JsonEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = __this->get_U3CJsonEncoderU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_JsonEncoder(BestHTTP.SignalR.JsonEncoders.IJsonEncoder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CJsonEncoderU3Ek__BackingField_9(L_0); return; } } // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::get_AuthenticationProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = __this->get_U3CAuthenticationProviderU3Ek__BackingField_10(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_AuthenticationProvider(BestHTTP.SignalR.Authentication.IAuthenticationProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_AuthenticationProvider_mA2A2742B2AA9044CC9FFFBFF154BEDB1CA21B1F4 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CAuthenticationProviderU3Ek__BackingField_10(L_0); return; } } // System.TimeSpan BestHTTP.SignalR.Connection::get_PingInterval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_PingInterval_mA8AD5D70A6CB7BA7916ECE360141A6DC2E2F7FAF (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingIntervalU3Ek__BackingField_11(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_PingInterval(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mAF09D51E109F2E72F7CC5F59C387AD8130CCD060 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingIntervalU3Ek__BackingField_11(L_0); return; } } // System.TimeSpan BestHTTP.SignalR.Connection::get_ReconnectDelay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_ReconnectDelay_mBB60F8CBFF0245A9EFE4C68491E6661CE2D9C72A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectDelayU3Ek__BackingField_12(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_ReconnectDelay(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_mCF1A284A565DECBB4DB4FB3443AD2AA772B5B213 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectDelayU3Ek__BackingField_12(L_0); return; } } // System.Void BestHTTP.SignalR.Connection::add_OnConnected(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnConnected_m6080D072D7B81F9C8212B0D6A9E9ACD8B904D36E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnConnected_13(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnConnected_13(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnConnected(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnConnected_m5DF0E2D85C0C5BFA6E3BB1DD3D61810928FC14AE (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnConnected_13(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnConnected_13(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnClosed(BestHTTP.SignalR.OnClosedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnClosed_m822FD217FBE43BC70F75D47D2E60C4D8AA097A35 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_0 = NULL; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_1 = NULL; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_2 = NULL; { OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_0 = __this->get_OnClosed_14(); V_0 = L_0; } IL_0007: { OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_1 = V_0; V_1 = L_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_2 = V_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)CastclassSealed((RuntimeObject*)L_4, OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA_il2cpp_TypeInfo_var)); OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** L_5 = __this->get_address_of_OnClosed_14(); OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_6 = V_2; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_7 = V_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_8; L_8 = InterlockedCompareExchangeImpl((OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA **)L_5, L_6, L_7); V_0 = L_8; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_9 = V_0; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_10 = V_1; if ((!(((RuntimeObject*)(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)L_9) == ((RuntimeObject*)(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnClosed(BestHTTP.SignalR.OnClosedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnClosed_m158F6262F14A5AAA19349969C3304EE63D7DD6A2 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_0 = NULL; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_1 = NULL; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * V_2 = NULL; { OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_0 = __this->get_OnClosed_14(); V_0 = L_0; } IL_0007: { OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_1 = V_0; V_1 = L_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_2 = V_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)CastclassSealed((RuntimeObject*)L_4, OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA_il2cpp_TypeInfo_var)); OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** L_5 = __this->get_address_of_OnClosed_14(); OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_6 = V_2; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_7 = V_1; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_8; L_8 = InterlockedCompareExchangeImpl((OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA **)L_5, L_6, L_7); V_0 = L_8; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_9 = V_0; OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_10 = V_1; if ((!(((RuntimeObject*)(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)L_9) == ((RuntimeObject*)(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnError(BestHTTP.SignalR.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnError_m5627BEC3E59A770653AA07AA0D19AAF7F47DBFE5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_0 = NULL; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_1 = NULL; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_2 = NULL; { OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_0 = __this->get_OnError_15(); V_0 = L_0; } IL_0007: { OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_1 = V_0; V_1 = L_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_2 = V_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var)); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** L_5 = __this->get_address_of_OnError_15(); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_6 = V_2; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_7 = V_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_8; L_8 = InterlockedCompareExchangeImpl((OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 **)L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_9 = V_0; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)L_9) == ((RuntimeObject*)(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnError(BestHTTP.SignalR.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnError_mFB708026762566AA33A8B0F19ABF910CBE9A2ADB (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_0 = NULL; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_1 = NULL; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * V_2 = NULL; { OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_0 = __this->get_OnError_15(); V_0 = L_0; } IL_0007: { OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_1 = V_0; V_1 = L_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_2 = V_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)CastclassSealed((RuntimeObject*)L_4, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var)); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** L_5 = __this->get_address_of_OnError_15(); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_6 = V_2; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_7 = V_1; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_8; L_8 = InterlockedCompareExchangeImpl((OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 **)L_5, L_6, L_7); V_0 = L_8; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_9 = V_0; OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_10 = V_1; if ((!(((RuntimeObject*)(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)L_9) == ((RuntimeObject*)(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnReconnecting(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnReconnecting_mCE296346DAF9D03A08309C8D754D0D7CDDA1FF43 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnReconnecting_16(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnReconnecting_16(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnReconnecting(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnReconnecting_m9AC6969CD66961A2CDC1EA7AEE5871007E258B90 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnReconnecting_16(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnReconnecting_16(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnReconnected(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnReconnected_mC23613CC62A153BEB3DE079087CB1BCC8A1C90D3 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnReconnected_17(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnReconnected_17(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnReconnected(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnReconnected_m94E2731E8660FFC805A2EB9C2617A9BB367C6A5C (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_0 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_1 = NULL; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * V_2 = NULL; { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_0 = __this->get_OnReconnected_17(); V_0 = L_0; } IL_0007: { OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = V_0; V_1 = L_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)CastclassSealed((RuntimeObject*)L_4, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var)); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** L_5 = __this->get_address_of_OnReconnected_17(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_6 = V_2; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = V_1; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8; L_8 = InterlockedCompareExchangeImpl((OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 **)L_5, L_6, L_7); V_0 = L_8; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_9 = V_0; OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_10 = V_1; if ((!(((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_9) == ((RuntimeObject*)(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnStateChanged(BestHTTP.SignalR.OnStateChanged) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_0 = NULL; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_1 = NULL; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_2 = NULL; { OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_0 = __this->get_OnStateChanged_18(); V_0 = L_0; } IL_0007: { OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_1 = V_0; V_1 = L_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_2 = V_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)CastclassSealed((RuntimeObject*)L_4, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var)); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** L_5 = __this->get_address_of_OnStateChanged_18(); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_6 = V_2; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_7 = V_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_8; L_8 = InterlockedCompareExchangeImpl((OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 **)L_5, L_6, L_7); V_0 = L_8; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_9 = V_0; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)L_9) == ((RuntimeObject*)(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnStateChanged(BestHTTP.SignalR.OnStateChanged) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnStateChanged_m1E238E9549FDF1AE50890BB4FA60F83619327852 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_0 = NULL; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_1 = NULL; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * V_2 = NULL; { OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_0 = __this->get_OnStateChanged_18(); V_0 = L_0; } IL_0007: { OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_1 = V_0; V_1 = L_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_2 = V_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)CastclassSealed((RuntimeObject*)L_4, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var)); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** L_5 = __this->get_address_of_OnStateChanged_18(); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_6 = V_2; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_7 = V_1; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_8; L_8 = InterlockedCompareExchangeImpl((OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 **)L_5, L_6, L_7); V_0 = L_8; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_9 = V_0; OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_10 = V_1; if ((!(((RuntimeObject*)(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)L_9) == ((RuntimeObject*)(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::add_OnNonHubMessage(BestHTTP.SignalR.OnNonHubMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_0 = NULL; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_1 = NULL; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_2 = NULL; { OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_0 = __this->get_OnNonHubMessage_19(); V_0 = L_0; } IL_0007: { OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_1 = V_0; V_1 = L_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_2 = V_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)CastclassSealed((RuntimeObject*)L_4, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var)); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** L_5 = __this->get_address_of_OnNonHubMessage_19(); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_6 = V_2; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_7 = V_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_8; L_8 = InterlockedCompareExchangeImpl((OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 **)L_5, L_6, L_7); V_0 = L_8; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_9 = V_0; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_10 = V_1; if ((!(((RuntimeObject*)(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)L_9) == ((RuntimeObject*)(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Connection::remove_OnNonHubMessage(BestHTTP.SignalR.OnNonHubMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_remove_OnNonHubMessage_mB1671D0BDFAB5AC01477AC93760C981B5FCB9EAC (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_0 = NULL; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_1 = NULL; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * V_2 = NULL; { OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_0 = __this->get_OnNonHubMessage_19(); V_0 = L_0; } IL_0007: { OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_1 = V_0; V_1 = L_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_2 = V_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)CastclassSealed((RuntimeObject*)L_4, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var)); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** L_5 = __this->get_address_of_OnNonHubMessage_19(); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_6 = V_2; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_7 = V_1; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_8; L_8 = InterlockedCompareExchangeImpl((OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 **)L_5, L_6, L_7); V_0 = L_8; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_9 = V_0; OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_10 = V_1; if ((!(((RuntimeObject*)(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)L_9) == ((RuntimeObject*)(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)L_10)))) { goto IL_0007; } } { return; } } // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::get_RequestPreparator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * Connection_get_RequestPreparator_m19258DA417F32B269B16A01A7D3B3CF8FA949CCE (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public OnPrepareRequestDelegate RequestPreparator { get; set; } OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * L_0 = __this->get_U3CRequestPreparatorU3Ek__BackingField_20(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_RequestPreparator(BestHTTP.SignalR.OnPrepareRequestDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_RequestPreparator_m83E4FEB8C230B34E17BFCE97AAE06066D19DA974 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___value0, const RuntimeMethod* method) { { // public OnPrepareRequestDelegate RequestPreparator { get; set; } OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * L_0 = ___value0; __this->set_U3CRequestPreparatorU3Ek__BackingField_20(L_0); return; } } // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Connection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * Connection_get_Item_m0EA2F406CF66492B257468B13E4A849D781F342D (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, int32_t ___idx0, const RuntimeMethod* method) { { // public Hub this[int idx] { get { return Hubs[idx] as Hub; } } HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0; L_0 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___idx0; NullCheck(L_0); int32_t L_2 = L_1; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Connection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * Connection_get_Item_mD9F3712329F565F0B5EA3EC45B730FE6ECE215E4 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___hubName0, const RuntimeMethod* method) { int32_t V_0 = 0; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * V_1 = NULL; { // for (int i = 0; i < Hubs.Length; ++i) V_0 = 0; goto IL_0022; } IL_0004: { // Hub hub = Hubs[i] as Hub; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0; L_0 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // if (hub.Name.Equals(hubName, StringComparison.OrdinalIgnoreCase)) Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = ___hubName0; NullCheck(L_5); bool L_7; L_7 = String_Equals_m62F0586691097AA2EE48F1596A130170BCFBF7F6(L_5, L_6, 5, /*hidden argument*/NULL); if (!L_7) { goto IL_001e; } } { // return hub; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_8 = V_1; return L_8; } IL_001e: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_10 = V_0; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_11; L_11 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0004; } } { // return null; return (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)NULL; } } // System.UInt64 BestHTTP.SignalR.Connection::get_ClientMessageCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Connection_get_ClientMessageCounter_mCECDE06E9810A5AE573E52E538A6CBAE8E1F323A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // internal UInt64 ClientMessageCounter { get; set; } uint64_t L_0 = __this->get_U3CClientMessageCounterU3Ek__BackingField_22(); return L_0; } } // System.Void BestHTTP.SignalR.Connection::set_ClientMessageCounter(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_set_ClientMessageCounter_m63EA065EE9A4A443A61EC8F0DBCCD06DE6E473B5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint64_t ___value0, const RuntimeMethod* method) { { // internal UInt64 ClientMessageCounter { get; set; } uint64_t L_0 = ___value0; __this->set_U3CClientMessageCounterU3Ek__BackingField_22(L_0); return; } } // System.UInt32 BestHTTP.SignalR.Connection::get_Timestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Connection_get_Timestamp_mCCD479FF7F3A7663A8AC08A4AEA1D9A1F6768FB1 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); { // private UInt32 Timestamp { get { return (UInt32)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).Ticks; } } IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_0 = L_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; memset((&L_1), 0, sizeof(L_1)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_1), ((int32_t)1970), 1, 1, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = DateTime_Subtract_mB3CA7BD87D07F9A98AA7A571D7CA179A4209AE0B((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_1, /*hidden argument*/NULL); V_1 = L_2; int64_t L_3; L_3 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); return ((int32_t)((uint32_t)L_3)); } } // System.String BestHTTP.SignalR.Connection::get_ConnectionData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_ConnectionData_mE3717C7F26F002D605D0E515119C63D2CBAD9299 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { // if (!string.IsNullOrEmpty(BuiltConnectionData)) String_t* L_0 = __this->get_BuiltConnectionData_36(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // return BuiltConnectionData; String_t* L_2 = __this->get_BuiltConnectionData_36(); return L_2; } IL_0014: { // StringBuilder sb = new StringBuilder("[", Hubs.Length * 4); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_3; L_3 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mE87B9746FC40A7ECC0149A24685BD0713459FAF1(L_4, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)4)), /*hidden argument*/NULL); V_0 = L_4; // if (Hubs != null) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_5; L_5 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0089; } } { // for (int i = 0; i < Hubs.Length; ++i) V_1 = 0; goto IL_007e; } IL_0035: { // sb.Append(@"{""Name"":"""); StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, _stringLiteralFB8EDE6F1CF24633A79B827249C503EFA0DF153C, /*hidden argument*/NULL); // sb.Append(Hubs[i].Name); StringBuilder_t * L_8 = V_0; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_9; L_9 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13; L_13 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_12, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, L_13, /*hidden argument*/NULL); // sb.Append(@"""}"); StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, _stringLiteralD5F2751FCD979A5D75A2B143601934884E0565F4, /*hidden argument*/NULL); // if (i < Hubs.Length - 1) int32_t L_17 = V_1; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_18; L_18 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); if ((((int32_t)L_17) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), (int32_t)1))))) { goto IL_007a; } } { // sb.Append(","); StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, /*hidden argument*/NULL); } IL_007a: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007e: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_22 = V_1; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_23; L_23 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_0035; } } IL_0089: { // sb.Append("]"); StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_24, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); // return BuiltConnectionData = Uri.EscapeUriString(sb.ToString()); StringBuilder_t * L_26 = V_0; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_28; L_28 = Uri_EscapeUriString_m381555089C7EE743700F115FE56F52D5757F0028(L_27, /*hidden argument*/NULL); String_t* L_29 = L_28; V_2 = L_29; __this->set_BuiltConnectionData_36(L_29); String_t* L_30 = V_2; return L_30; } } // System.String BestHTTP.SignalR.Connection::get_QueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_get_QueryParams_m2A0D4528DB5989E835A9F1F750306C5CF8883C99 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (AdditionalQueryParams == null || AdditionalQueryParams.Count == 0) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0; L_0 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_1; L_1 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342(L_1, /*hidden argument*/ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); if (L_2) { goto IL_001b; } } IL_0015: { // return string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_001b: { // if (!string.IsNullOrEmpty(BuiltQueryParams)) String_t* L_4 = __this->get_BuiltQueryParams_37(); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { // return BuiltQueryParams; String_t* L_6 = __this->get_BuiltQueryParams_37(); return L_6; } IL_002f: { // StringBuilder sb = new StringBuilder(AdditionalQueryParams.Count * 4); ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_7; L_7 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342(L_7, /*hidden argument*/ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_9, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4)), /*hidden argument*/NULL); V_0 = L_9; // foreach (var kvp in AdditionalQueryParams) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_10; L_10 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11; L_11 = ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C(L_10, /*hidden argument*/ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var); V_1 = L_11; } IL_004e: try {// begin try (depth: 1) { goto IL_009e; } IL_0050: { // foreach (var kvp in AdditionalQueryParams) RuntimeObject* L_12 = V_1; NullCheck(L_12); KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC L_13; L_13 = InterfaceFuncInvoker0< KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var, L_12); V_2 = L_13; // sb.Append("&"); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); // sb.Append(kvp.Key); StringBuilder_t * L_16 = V_0; String_t* L_17; L_17 = KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_17, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(kvp.Value)) String_t* L_19; L_19 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); bool L_20; L_20 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_009e; } } IL_007f: { // sb.Append("="); StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); // sb.Append(Uri.EscapeDataString(kvp.Value)); StringBuilder_t * L_23 = V_0; String_t* L_24; L_24 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_25; L_25 = Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20(L_24, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, L_25, /*hidden argument*/NULL); } IL_009e: { // foreach (var kvp in AdditionalQueryParams) RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0050; } } IL_00a6: { IL2CPP_LEAVE(0xB2, FINALLY_00a8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a8; } FINALLY_00a8: {// begin finally (depth: 1) { RuntimeObject* L_29 = V_1; if (!L_29) { goto IL_00b1; } } IL_00ab: { RuntimeObject* L_30 = V_1; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_30); } IL_00b1: { IL2CPP_END_FINALLY(168) } }// end finally (depth: 1) IL2CPP_CLEANUP(168) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB2, IL_00b2) } IL_00b2: { // return BuiltQueryParams = sb.ToString(); StringBuilder_t * L_31 = V_0; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); String_t* L_33 = L_32; V_3 = L_33; __this->set_BuiltQueryParams_37(L_33); String_t* L_34 = V_3; return L_34; } } // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_m48B20C56F44D504D9992E0A7B18D0B5AEF423ED7 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hubNames1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // : this(uri) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A(__this, L_0, /*hidden argument*/NULL); // if (hubNames != null && hubNames.Length > 0) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___hubNames1; if (!L_1) { goto IL_003b; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___hubNames1; NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_003b; } } { // this.Hubs = new Hub[hubNames.Length]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___hubNames1; NullCheck(L_3); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_4 = (HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44*)(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44*)SZArrayNew(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); Connection_set_Hubs_mA495DC167EA88A1378FF57D1D9DB73417ECD58CF_inline(__this, L_4, /*hidden argument*/NULL); // for (int i = 0; i < hubNames.Length; ++i) V_0 = 0; goto IL_0035; } IL_0020: { // this.Hubs[i] = new Hub(hubNames[i], this); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_5; L_5 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_6 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___hubNames1; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_11 = (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)il2cpp_codegen_object_new(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var); Hub__ctor_mFDD94AD9E9052E11DBE3C8EDB643206B7D528560(L_11, L_10, __this, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)L_11); // for (int i = 0; i < hubNames.Length; ++i) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0035: { // for (int i = 0; i < hubNames.Length; ++i) int32_t L_13 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = ___hubNames1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0020; } } IL_003b: { // } return; } } // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri,BestHTTP.SignalR.Hubs.Hub[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mDBB8597D98762C50BAF2E7A17F944448606D678A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___hubs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // :this(uri) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A(__this, L_0, /*hidden argument*/NULL); // this.Hubs = hubs; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_1 = ___hubs1; Connection_set_Hubs_mA495DC167EA88A1378FF57D1D9DB73417ECD58CF_inline(__this, L_1, /*hidden argument*/NULL); // if (hubs != null) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_2 = ___hubs1; if (!L_2) { goto IL_0028; } } { // for (int i = 0; i < hubs.Length; ++i) V_0 = 0; goto IL_0022; } IL_0015: { // (hubs[i] as IHub).Connection = this; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_3 = ___hubs1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); InterfaceActionInvoker1< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(1 /* System.Void BestHTTP.SignalR.Hubs.IHub::set_Connection(BestHTTP.SignalR.Connection) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_6, __this); // for (int i = 0; i < hubs.Length; ++i) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0022: { // for (int i = 0; i < hubs.Length; ++i) int32_t L_8 = V_0; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_9 = ___hubs1; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0015; } } IL_0028: { // } return; } } // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33831BF047983F42122095C986CB2FBB701E1211); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); s_Il2CppMethodInitialized = true; } { // internal object SyncRoot = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_SyncRoot_21(L_0); // private readonly string[] ClientProtocols = new string[] { "1.3", "1.4", "1.5" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral33831BF047983F42122095C986CB2FBB701E1211); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral33831BF047983F42122095C986CB2FBB701E1211); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteralFA48379DAFEFBF9F8BC6562334B54D37C7EA736C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral9D3778B3D0306391E93AED92682BC7C86DEED6A6); __this->set_ClientProtocols_23(L_4); // private StringBuilder queryBuilder = new StringBuilder(); StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_5, /*hidden argument*/NULL); __this->set_queryBuilder_35(L_5); // public Connection(Uri uri) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.State = ConnectionStates.Initial; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 0, /*hidden argument*/NULL); // this.Uri = uri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___uri0; Connection_set_Uri_mBF4488E7CDC0FECCC7CFF884E69250F81628ACD6_inline(__this, L_6, /*hidden argument*/NULL); // this.JsonEncoder = Connection.DefaultEncoder; IL2CPP_RUNTIME_CLASS_INIT(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); RuntimeObject* L_7 = ((Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields*)il2cpp_codegen_static_fields_for(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var))->get_DefaultEncoder_0(); Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline(__this, L_7, /*hidden argument*/NULL); // this.PingInterval = TimeSpan.FromMinutes(5); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8; L_8 = TimeSpan_FromMinutes_mAB9F93263460C5FE2BC56C34F268C97EB6035958((5.0), /*hidden argument*/NULL); Connection_set_PingInterval_mAF09D51E109F2E72F7CC5F59C387AD8130CCD060_inline(__this, L_8, /*hidden argument*/NULL); // this.Protocol = ProtocolVersions.Protocol_2_2; Connection_set_Protocol_mAD5B9E61F408DCDC48B7E084AAF215EAECF5DD15_inline(__this, 2, /*hidden argument*/NULL); // this.ReconnectDelay = TimeSpan.FromSeconds(5); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((5.0), /*hidden argument*/NULL); Connection_set_ReconnectDelay_mCF1A284A565DECBB4DB4FB3443AD2AA772B5B213_inline(__this, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (State != ConnectionStates.Initial && State != ConnectionStates.Closed) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_0012; } } { // return; return; } IL_0012: { // if (AuthenticationProvider != null && AuthenticationProvider.IsPreAuthRequired) RuntimeObject* L_2; L_2 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0068; } } { RuntimeObject* L_3; L_3 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SignalR.Authentication.IAuthenticationProvider::get_IsPreAuthRequired() */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0068; } } { // this.State = ConnectionStates.Authenticating; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 1, /*hidden argument*/NULL); // AuthenticationProvider.OnAuthenticationSucceded += OnAuthenticationSucceded; RuntimeObject* L_5; L_5 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_6 = (OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m3A43C35BECFA96338DECCF48E8FE59309534FE40(L_6, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * >::Invoke(1 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::add_OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_5, L_6); // AuthenticationProvider.OnAuthenticationFailed += OnAuthenticationFailed; RuntimeObject* L_7; L_7 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_8 = (OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_m85E1806B3AC9EB3F134B8111F181AC1944C5CE46(L_8, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * >::Invoke(3 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::add_OnAuthenticationFailed(BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_7, L_8); // AuthenticationProvider.StartAuthentication(); RuntimeObject* L_9; L_9 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::StartAuthentication() */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_9); // } return; } IL_0068: { // StartImpl(); Connection_StartImpl_m5433C4EC37CFD3F89C6E3AEED3492177D418CE48(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.IAuthenticationProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // provider.OnAuthenticationSucceded -= OnAuthenticationSucceded; RuntimeObject* L_0 = ___provider0; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_1 = (OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m3A43C35BECFA96338DECCF48E8FE59309534FE40(L_1, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * >::Invoke(2 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::remove_OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_0, L_1); // provider.OnAuthenticationFailed -= OnAuthenticationFailed; RuntimeObject* L_2 = ___provider0; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_3 = (OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_m85E1806B3AC9EB3F134B8111F181AC1944C5CE46(L_3, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * >::Invoke(4 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::remove_OnAuthenticationFailed(BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_2, L_3); // StartImpl(); Connection_StartImpl_m5433C4EC37CFD3F89C6E3AEED3492177D418CE48(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::OnAuthenticationFailed(BestHTTP.SignalR.Authentication.IAuthenticationProvider,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___provider0, String_t* ___reason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // provider.OnAuthenticationSucceded -= OnAuthenticationSucceded; RuntimeObject* L_0 = ___provider0; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_1 = (OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_m3A43C35BECFA96338DECCF48E8FE59309534FE40(L_1, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationSucceded_m1E2B79625D8C958CF3C4A1B1DCD4315C774A9A4F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * >::Invoke(2 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::remove_OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_0, L_1); // provider.OnAuthenticationFailed -= OnAuthenticationFailed; RuntimeObject* L_2 = ___provider0; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_3 = (OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_m85E1806B3AC9EB3F134B8111F181AC1944C5CE46(L_3, __this, (intptr_t)((intptr_t)Connection_OnAuthenticationFailed_mCC64473742C32C37C4C7775A7BBD7C35617D3B4E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * >::Invoke(4 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::remove_OnAuthenticationFailed(BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_2, L_3); // (this as IConnection).Error(reason); String_t* L_4 = ___reason1; InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_4); // } return; } } // System.Void BestHTTP.SignalR.Connection::StartImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_StartImpl_m5433C4EC37CFD3F89C6E3AEED3492177D418CE48 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m45BB4D89EF8E872BA942388EA368CC2FB7E4D596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mFE77B1AA74B911DE065484254819D98D4531C90A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnNegotiationDataReceived_mB2AF93B7CA2681C37FE29970D5E057BEC6D3859E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnNegotiationError_mB6E1DBE29418B19825997277264952844EFFFA88_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.State = ConnectionStates.Negotiating; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 2, /*hidden argument*/NULL); // NegotiationResult = new NegotiationData(this); NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 *)il2cpp_codegen_object_new(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260_il2cpp_TypeInfo_var); NegotiationData__ctor_m11F67480538B9B96B1078F469B36BDC67C35BB97(L_0, __this, /*hidden argument*/NULL); Connection_set_NegotiationResult_m70366B0BB295D1A26163D6AB3D0F337A49573ACF_inline(__this, L_0, /*hidden argument*/NULL); // NegotiationResult.OnReceived = OnNegotiationDataReceived; NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_1; L_1 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B * L_2 = (Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B *)il2cpp_codegen_object_new(Action_1_t490D9E1AAE35DBE86F0CCBF21C9AF16A937F976B_il2cpp_TypeInfo_var); Action_1__ctor_m45BB4D89EF8E872BA942388EA368CC2FB7E4D596(L_2, __this, (intptr_t)((intptr_t)Connection_OnNegotiationDataReceived_mB2AF93B7CA2681C37FE29970D5E057BEC6D3859E_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m45BB4D89EF8E872BA942388EA368CC2FB7E4D596_RuntimeMethod_var); NullCheck(L_1); L_1->set_OnReceived_11(L_2); // NegotiationResult.OnError = OnNegotiationError; NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_3; L_3 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 * L_4 = (Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22 *)il2cpp_codegen_object_new(Action_2_t60D012B1F66B48560D0C3A9D0F8D089F4A041C22_il2cpp_TypeInfo_var); Action_2__ctor_mFE77B1AA74B911DE065484254819D98D4531C90A(L_4, __this, (intptr_t)((intptr_t)Connection_OnNegotiationError_mB6E1DBE29418B19825997277264952844EFFFA88_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mFE77B1AA74B911DE065484254819D98D4531C90A_RuntimeMethod_var); NullCheck(L_3); L_3->set_OnError_12(L_4); // NegotiationResult.Start(); NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_5; L_5 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); NegotiationData_Start_m4609F04FF1359FA64E97FD8B45F2D1F9BA44B3F0(L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::OnNegotiationDataReceived(BestHTTP.SignalR.NegotiationData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnNegotiationDataReceived_mB2AF93B7CA2681C37FE29970D5E057BEC6D3859E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int protocolIdx = -1; V_0 = (-1); // for (int i = 0; i < ClientProtocols.Length && protocolIdx == -1; ++i) V_1 = 0; goto IL_0021; } IL_0006: { // if (data.ProtocolVersion == ClientProtocols[i]) NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = ___data0; NullCheck(L_0); String_t* L_1; L_1 = NegotiationData_get_ProtocolVersion_m93E8694C32573B4FB604F3D7AB41F5B4C45D1AD7_inline(L_0, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_ClientProtocols_23(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001d; } } { // protocolIdx = i; int32_t L_7 = V_1; V_0 = L_7; } IL_001d: { // for (int i = 0; i < ClientProtocols.Length && protocolIdx == -1; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0021: { // for (int i = 0; i < ClientProtocols.Length && protocolIdx == -1; ++i) int32_t L_9 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = __this->get_ClientProtocols_23(); NullCheck(L_10); if ((((int32_t)L_9) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0030; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_0006; } } IL_0030: { // if (protocolIdx == -1) int32_t L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0055; } } { // protocolIdx = (byte)ProtocolVersions.Protocol_2_2; V_0 = 2; // HTTPManager.Logger.Warning("SignalR Connection", "Unknown protocol version: " + data.ProtocolVersion); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_14 = ___data0; NullCheck(L_14); String_t* L_15; L_15 = NegotiationData_get_ProtocolVersion_m93E8694C32573B4FB604F3D7AB41F5B4C45D1AD7_inline(L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral8925AFE0320095898DD6584F6C7066EC9324524E, L_15, /*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_16); } IL_0055: { // this.Protocol = (ProtocolVersions)protocolIdx; int32_t L_17 = V_0; Connection_set_Protocol_mAD5B9E61F408DCDC48B7E084AAF215EAECF5DD15_inline(__this, ((int32_t)((uint8_t)L_17)), /*hidden argument*/NULL); // if (data.TryWebSockets) NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_18 = ___data0; NullCheck(L_18); bool L_19; L_19 = NegotiationData_get_TryWebSockets_mC47BA4290BC57B5E96C03C6F3C508A55850DB356_inline(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007a; } } { // Transport = new WebSocketTransport(this); WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * L_20 = (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 *)il2cpp_codegen_object_new(WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430_il2cpp_TypeInfo_var); WebSocketTransport__ctor_mF66A5EA4BE62EE807556D37E2FDA6BD931A81AD8(L_20, __this, /*hidden argument*/NULL); Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, L_20, /*hidden argument*/NULL); // NextProtocolToTry = SupportedProtocols.ServerSentEvents; __this->set_NextProtocolToTry_38(3); // } goto IL_008d; } IL_007a: { // Transport = new ServerSentEventsTransport(this); ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * L_21 = (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 *)il2cpp_codegen_object_new(ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0_il2cpp_TypeInfo_var); ServerSentEventsTransport__ctor_mDFC59DFB8B7D2DE4A5CE8EB4C8D2A642DAFD8742(L_21, __this, /*hidden argument*/NULL); Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, L_21, /*hidden argument*/NULL); // NextProtocolToTry = SupportedProtocols.HTTP; __this->set_NextProtocolToTry_38(1); } IL_008d: { // this.State = ConnectionStates.Connecting; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 3, /*hidden argument*/NULL); // TransportConnectionStartedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_23; memset((&L_23), 0, sizeof(L_23)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_23), L_22, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); __this->set_TransportConnectionStartedAt_34(L_23); // Transport.Connect(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_24; L_24 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SignalR.Transports.TransportBase::Connect() */, L_24); // } return; } } // System.Void BestHTTP.SignalR.Connection::OnNegotiationError(BestHTTP.SignalR.NegotiationData,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnNegotiationError_mB6E1DBE29418B19825997277264952844EFFFA88 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___data0, String_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as IConnection).Error(error); String_t* L_0 = ___error1; InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_0); // } return; } } // System.Void BestHTTP.SignalR.Connection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State == ConnectionStates.Closed) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { // return; return; } IL_000a: { // this.State = ConnectionStates.Closed; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 6, /*hidden argument*/NULL); // ReconnectStarted = false; __this->set_ReconnectStarted_31((bool)0); // TransportConnectionStartedAt = null; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * L_1 = __this->get_address_of_TransportConnectionStartedAt_34(); il2cpp_codegen_initobj(L_1, sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); // if (Transport != null) TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_2; L_2 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_003e; } } { // Transport.Abort(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_3; L_3 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker0::Invoke(11 /* System.Void BestHTTP.SignalR.Transports.TransportBase::Abort() */, L_3); // Transport = null; Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC *)NULL, /*hidden argument*/NULL); } IL_003e: { // NegotiationResult = null; Connection_set_NegotiationResult_m70366B0BB295D1A26163D6AB3D0F337A49573ACF_inline(__this, (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 *)NULL, /*hidden argument*/NULL); // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_4; L_4 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_4); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_4, __this, /*hidden argument*/NULL); // LastReceivedMessage = null; __this->set_LastReceivedMessage_25((MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 *)NULL); // if (Hubs != null) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_5; L_5 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_007f; } } { // for (int i = 0; i < Hubs.Length; ++i) V_0 = 0; goto IL_0074; } IL_0063: { // (Hubs[i] as IHub).Close(); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_6; L_6 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); InterfaceActionInvoker0::Invoke(4 /* System.Void BestHTTP.SignalR.Hubs.IHub::Close() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_9); // for (int i = 0; i < Hubs.Length; ++i) int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0074: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_11 = V_0; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_12; L_12 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0063; } } IL_007f: { // if (BufferedMessages != null) List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_13 = __this->get_BufferedMessages_27(); if (!L_13) { goto IL_0099; } } { // BufferedMessages.Clear(); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_14 = __this->get_BufferedMessages_27(); NullCheck(L_14); List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA(L_14, /*hidden argument*/List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); // BufferedMessages = null; __this->set_BufferedMessages_27((List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *)NULL); } IL_0099: { // if (OnClosed != null) OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_15 = __this->get_OnClosed_14(); if (!L_15) { goto IL_00c7; } } IL_00a1: try {// begin try (depth: 1) // OnClosed(this); OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * L_16 = __this->get_OnClosed_14(); NullCheck(L_16); OnClosedDelegate_Invoke_m6BB319C77B0528006CC1FC8782736C46F0926287(L_16, __this, /*hidden argument*/NULL); // } goto IL_00c7; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00af; } throw e; } CATCH_00af: {// begin catch(System.Exception) // catch (Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("SignalR Connection", "OnClosed", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_17; L_17 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_18 = V_1; NullCheck(L_17); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral291C5499E585335468C83B4B3FECDCE45C923C61)), L_18); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c7; }// end catch (depth: 1) IL_00c7: { // } return; } } // System.Void BestHTTP.SignalR.Connection::Reconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Reconnect_m16C55990092B1F2150A5838A51619E2F789356DE (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (ReconnectStarted) bool L_0 = __this->get_ReconnectStarted_31(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // ReconnectStarted = true; __this->set_ReconnectStarted_31((bool)1); // if (this.State != ConnectionStates.Reconnecting) int32_t L_1; L_1 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0024; } } { // ReconnectStartedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_ReconnectStartedAt_29(L_2); } IL_0024: { // this.State = ConnectionStates.Reconnecting; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 5, /*hidden argument*/NULL); // HTTPManager.Logger.Warning("SignalR Connection", "Reconnecting"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); // Transport.Reconnect(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_4; L_4 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); TransportBase_Reconnect_m2B8823C7A620F75CECEB6C4A8D7C26538257698F(L_4, /*hidden argument*/NULL); // if (PingRequest != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = __this->get_PingRequest_33(); if (!L_5) { goto IL_005d; } } { // PingRequest.Abort(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6 = __this->get_PingRequest_33(); NullCheck(L_6); HTTPRequest_Abort_mD093C17FDF52A73A6762C4D1959B86F0464773BE(L_6, /*hidden argument*/NULL); } IL_005d: { // if (OnReconnecting != null) OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_7 = __this->get_OnReconnecting_16(); if (!L_7) { goto IL_008b; } } IL_0065: try {// begin try (depth: 1) // OnReconnecting(this); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_8 = __this->get_OnReconnecting_16(); NullCheck(L_8); OnConnectedDelegate_Invoke_m099CFA0C297EA211CE98310067AEF842CB30937B(L_8, __this, /*hidden argument*/NULL); // } goto IL_008b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0073; } throw e; } CATCH_0073: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("SignalR Connection", "OnReconnecting", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E1FCAD6D5F2EAD952FAE28EAF9E10DB43823BC4)), L_10); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008b; }// end catch (depth: 1) IL_008b: { // } return; } } // System.Boolean BestHTTP.SignalR.Connection::Send(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject * ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (arg == null) RuntimeObject * L_0 = ___arg0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("arg"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5BAAFDAB120B872A321DA81FC38A34E0BC9C3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D_RuntimeMethod_var))); } IL_000e: { // lock(SyncRoot) RuntimeObject * L_2 = __this->get_SyncRoot_21(); V_0 = L_2; V_1 = (bool)0; } IL_0017: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_1), /*hidden argument*/NULL); // if (this.State != ConnectionStates.Connected) int32_t L_4; L_4 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_002c; } } IL_0028: { // return false; V_3 = (bool)0; IL2CPP_LEAVE(0x71, FINALLY_0065); } IL_002c: { // string json = JsonEncoder.Encode(arg); RuntimeObject* L_5; L_5 = Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_6 = ___arg0; NullCheck(L_5); String_t* L_7; L_7 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(0 /* System.String BestHTTP.SignalR.JsonEncoders.IJsonEncoder::Encode(System.Object) */, IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var, L_5, L_6); V_2 = L_7; // if (string.IsNullOrEmpty(json)) String_t* L_8 = V_2; bool L_9; L_9 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0057; } } IL_0041: { // HTTPManager.Logger.Error("SignalR Connection", "Failed to JSon encode the given argument. Please try to use an advanced JSon encoder(check the documentation how you can do it)."); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_10, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral6950CA27E84F0121B23E70215D6455ED500578B2); IL2CPP_LEAVE(0x6F, FINALLY_0065); } IL_0057: { // Transport.Send(json); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_11; L_11 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); String_t* L_12 = V_2; NullCheck(L_11); TransportBase_Send_mFA04F93EC5F8C1C5FEAE136CDA7C7B3CCFB22DB0(L_11, L_12, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x6F, FINALLY_0065); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0065; } FINALLY_0065: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_006e; } } IL_0068: { RuntimeObject * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_006e: { IL2CPP_END_FINALLY(101) } }// end finally (depth: 1) IL2CPP_CLEANUP(101) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6F, IL_006f) } IL_006f: { // return true; return (bool)1; } IL_0071: { // } bool L_15 = V_3; return L_15; } } // System.Boolean BestHTTP.SignalR.Connection::SendJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_SendJson_m0BF080A57DC22155B89B3ABA1B334297012E95F3 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___json0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (json == null) String_t* L_0 = ___json0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("json"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Connection_SendJson_m0BF080A57DC22155B89B3ABA1B334297012E95F3_RuntimeMethod_var))); } IL_000e: { // lock(SyncRoot) RuntimeObject * L_2 = __this->get_SyncRoot_21(); V_0 = L_2; V_1 = (bool)0; } IL_0017: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_1), /*hidden argument*/NULL); // if (this.State != ConnectionStates.Connected) int32_t L_4; L_4 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_002c; } } IL_0028: { // return false; V_2 = (bool)0; IL2CPP_LEAVE(0x46, FINALLY_003a); } IL_002c: { // Transport.Send(json); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_5; L_5 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); String_t* L_6 = ___json0; NullCheck(L_5); TransportBase_Send_mFA04F93EC5F8C1C5FEAE136CDA7C7B3CCFB22DB0(L_5, L_6, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x44, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0043; } } IL_003d: { RuntimeObject * L_8 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_8, /*hidden argument*/NULL); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x46, IL_0046) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { // return true; return (bool)1; } IL_0046: { // } bool L_9 = V_2; return L_9; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.OnMessage(BestHTTP.SignalR.Messages.IServerMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_OnMessage_m4FB9C33F6494417BA0FEB6DF2A558EABDA71BA1F (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA7FBB11C05039243B21C82F3C3E0856069526446_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m16C12DE317BC043E5EE59265754476ADC3B0C743_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6); s_Il2CppMethodInitialized = true; } MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * V_0 = NULL; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * V_1 = NULL; uint64_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // if (this.State == ConnectionStates.Closed) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (this.State == ConnectionStates.Connecting) int32_t L_1; L_1 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0033; } } { // if (BufferedMessages == null) List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_2 = __this->get_BufferedMessages_27(); if (L_2) { goto IL_0026; } } { // BufferedMessages = new List(); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_3 = (List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *)il2cpp_codegen_object_new(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7_il2cpp_TypeInfo_var); List_1__ctor_m16C12DE317BC043E5EE59265754476ADC3B0C743(L_3, /*hidden argument*/List_1__ctor_m16C12DE317BC043E5EE59265754476ADC3B0C743_RuntimeMethod_var); __this->set_BufferedMessages_27(L_3); } IL_0026: { // BufferedMessages.Add(msg); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_4 = __this->get_BufferedMessages_27(); RuntimeObject* L_5 = ___msg0; NullCheck(L_4); List_1_Add_mA7FBB11C05039243B21C82F3C3E0856069526446(L_4, L_5, /*hidden argument*/List_1_Add_mA7FBB11C05039243B21C82F3C3E0856069526446_RuntimeMethod_var); // return; return; } IL_0033: { // LastMessageReceivedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastMessageReceivedAt_28(L_6); // switch(msg.Type) RuntimeObject* L_7 = ___msg0; NullCheck(L_7); int32_t L_8; L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.SignalR.MessageTypes BestHTTP.SignalR.Messages.IServerMessage::get_Type() */, IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var, L_7); V_3 = L_8; int32_t L_9 = V_3; switch (L_9) { case 0: { goto IL_01f3; } case 1: { goto IL_01a5; } case 2: { goto IL_006c; } case 3: { goto IL_0165; } case 4: { goto IL_0165; } case 5: { goto IL_0126; } case 6: { goto IL_0165; } } } { goto IL_01c5; } IL_006c: { // LastReceivedMessage = msg as MultiMessage; RuntimeObject* L_10 = ___msg0; __this->set_LastReceivedMessage_25(((MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 *)IsInstSealed((RuntimeObject*)L_10, MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4_il2cpp_TypeInfo_var))); // if (LastReceivedMessage.IsInitialization) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_11 = __this->get_LastReceivedMessage_25(); NullCheck(L_11); bool L_12; L_12 = MultiMessage_get_IsInitialization_mC561A9917178C901ABE79D05388992BAEBBA9D4C_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0099; } } { // HTTPManager.Logger.Information("SignalR Connection", "OnMessage - Init"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral51B5FB9EEAF4CFB176E8F21724F1435334E06EE7); } IL_0099: { // if (LastReceivedMessage.GroupsToken != null) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_14 = __this->get_LastReceivedMessage_25(); NullCheck(L_14); String_t* L_15; L_15 = MultiMessage_get_GroupsToken_m0C0A88AF579388C80DD0004C0E4EEB6E9237093F_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00b7; } } { // GroupsToken = LastReceivedMessage.GroupsToken; MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_16 = __this->get_LastReceivedMessage_25(); NullCheck(L_16); String_t* L_17; L_17 = MultiMessage_get_GroupsToken_m0C0A88AF579388C80DD0004C0E4EEB6E9237093F_inline(L_16, /*hidden argument*/NULL); __this->set_GroupsToken_26(L_17); } IL_00b7: { // if (LastReceivedMessage.ShouldReconnect) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_18 = __this->get_LastReceivedMessage_25(); NullCheck(L_18); bool L_19; L_19 = MultiMessage_get_ShouldReconnect_m451FF83E8C0C9C1ABC3F0F68A57303B1514072D3_inline(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00de; } } { // HTTPManager.Logger.Information("SignalR Connection", "OnMessage - Should Reconnect"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_20); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_20, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral8E902A6412ADA2E1E05F0578E698FEE324A15384); // Reconnect(); Connection_Reconnect_m16C55990092B1F2150A5838A51619E2F789356DE(__this, /*hidden argument*/NULL); } IL_00de: { // if (LastReceivedMessage.Data != null) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_21 = __this->get_LastReceivedMessage_25(); NullCheck(L_21); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_22; L_22 = MultiMessage_get_Data_m8F300B40374D88B8FA29AE79EF934D30D7A5672E_inline(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_01f3; } } { // for (int i = 0; i < LastReceivedMessage.Data.Count; ++i) V_4 = 0; goto IL_0111; } IL_00f3: { // (this as IConnection).OnMessage(LastReceivedMessage.Data[i]); MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_23 = __this->get_LastReceivedMessage_25(); NullCheck(L_23); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_24; L_24 = MultiMessage_get_Data_m8F300B40374D88B8FA29AE79EF934D30D7A5672E_inline(L_23, /*hidden argument*/NULL); int32_t L_25 = V_4; NullCheck(L_24); RuntimeObject* L_26; L_26 = List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_inline(L_24, L_25, /*hidden argument*/List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_RuntimeMethod_var); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4 /* System.Void BestHTTP.SignalR.IConnection::OnMessage(BestHTTP.SignalR.Messages.IServerMessage) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_26); // for (int i = 0; i < LastReceivedMessage.Data.Count; ++i) int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0111: { // for (int i = 0; i < LastReceivedMessage.Data.Count; ++i) int32_t L_28 = V_4; MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_29 = __this->get_LastReceivedMessage_25(); NullCheck(L_29); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_30; L_30 = MultiMessage_get_Data_m8F300B40374D88B8FA29AE79EF934D30D7A5672E_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_inline(L_30, /*hidden argument*/List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_RuntimeMethod_var); if ((((int32_t)L_28) < ((int32_t)L_31))) { goto IL_00f3; } } { // break; return; } IL_0126: { // MethodCallMessage methodCall = msg as MethodCallMessage; RuntimeObject* L_32 = ___msg0; V_0 = ((MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB *)IsInstSealed((RuntimeObject*)L_32, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB_il2cpp_TypeInfo_var)); // Hub hub = this[methodCall.Hub]; MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_33 = V_0; NullCheck(L_33); String_t* L_34; L_34 = MethodCallMessage_get_Hub_mD34C4F01BB9732EE15111611F4A0B40964DF71F0_inline(L_33, /*hidden argument*/NULL); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_35; L_35 = Connection_get_Item_mD9F3712329F565F0B5EA3EC45B730FE6ECE215E4(__this, L_34, /*hidden argument*/NULL); V_1 = L_35; // if (hub != null) Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_36 = V_1; if (!L_36) { goto IL_0145; } } { // (hub as IHub).OnMethod(methodCall); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_37 = V_1; MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_38 = V_0; NullCheck(L_37); InterfaceActionInvoker1< MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * >::Invoke(5 /* System.Void BestHTTP.SignalR.Hubs.IHub::OnMethod(BestHTTP.SignalR.Messages.MethodCallMessage) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_37, L_38); return; } IL_0145: { // HTTPManager.Logger.Warning("SignalR Connection", string.Format("Hub \"{0}\" not found!", methodCall.Hub)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_39; L_39 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_40 = V_0; NullCheck(L_40); String_t* L_41; L_41 = MethodCallMessage_get_Hub_mD34C4F01BB9732EE15111611F4A0B40964DF71F0_inline(L_40, /*hidden argument*/NULL); String_t* L_42; L_42 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral25C8C9D8DED0F6BF5FE80824BCD945BA765C50DF, L_41, /*hidden argument*/NULL); NullCheck(L_39); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_39, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_42); // break; return; } IL_0165: { // UInt64 id = (msg as IHubMessage).InvocationId; RuntimeObject* L_43 = ___msg0; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_43, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var))); uint64_t L_44; L_44 = InterfaceFuncInvoker0< uint64_t >::Invoke(0 /* System.UInt64 BestHTTP.SignalR.Messages.IHubMessage::get_InvocationId() */, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var))); V_2 = L_44; // hub = FindHub(id); uint64_t L_45 = V_2; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_46; L_46 = Connection_FindHub_m8258645E9799C20BB68087D0234B702F1B93D488(__this, L_45, /*hidden argument*/NULL); V_1 = L_46; // if (hub != null) Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_47 = V_1; if (!L_47) { goto IL_0184; } } { // (hub as IHub).OnMessage(msg); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_48 = V_1; RuntimeObject* L_49 = ___msg0; NullCheck(L_48); InterfaceActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void BestHTTP.SignalR.Hubs.IHub::OnMessage(BestHTTP.SignalR.Messages.IServerMessage) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_48, L_49); return; } IL_0184: { // HTTPManager.Logger.Warning("SignalR Connection", string.Format("No Hub found for Progress message! Id: {0}", id.ToString())); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_50; L_50 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_51; L_51 = UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37((uint64_t*)(&V_2), /*hidden argument*/NULL); String_t* L_52; L_52 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral9EF278D8D07F0E47053613FE3302895B279B5E55, L_51, /*hidden argument*/NULL); NullCheck(L_50); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_50, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_52); // break; return; } IL_01a5: { // if (OnNonHubMessage != null) OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_53 = __this->get_OnNonHubMessage_19(); if (!L_53) { goto IL_01f3; } } { // OnNonHubMessage(this, (msg as DataMessage).Data); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_54 = __this->get_OnNonHubMessage_19(); RuntimeObject* L_55 = ___msg0; NullCheck(((DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B *)IsInstSealed((RuntimeObject*)L_55, DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B_il2cpp_TypeInfo_var))); RuntimeObject * L_56; L_56 = DataMessage_get_Data_m9B7080300B6C1A980E8E884ADFD92090168BBA4C_inline(((DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B *)IsInstSealed((RuntimeObject*)L_55, DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_54); OnNonHubMessageDelegate_Invoke_m257DCE5D996399E8051ACC5DA603655F53B4D2EE(L_54, __this, L_56, /*hidden argument*/NULL); // break; return; } IL_01c5: { // HTTPManager.Logger.Warning("SignalR Connection", "Unknown message type received: " + msg.Type.ToString()); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_57; L_57 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); RuntimeObject* L_58 = ___msg0; NullCheck(L_58); int32_t L_59; L_59 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.SignalR.MessageTypes BestHTTP.SignalR.Messages.IServerMessage::get_Type() */, IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var, L_58); V_5 = L_59; RuntimeObject * L_60 = Box(MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A_il2cpp_TypeInfo_var, (&V_5)); NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); V_5 = *(int32_t*)UnBox(L_60); String_t* L_62; L_62 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE09B53726A3B15D06907F26A6FC6E14B94B648A6, L_61, /*hidden argument*/NULL); NullCheck(L_57); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_57, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_62); } IL_01f3: { // } return; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.TransportStarted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportStarted_m9D5FBB82BDD4BE8DB3621C223FB2B18ACF34A665 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State != ConnectionStates.Connecting) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000a; } } { // return; return; } IL_000a: { // InitOnStart(); Connection_InitOnStart_m8C67336789BAA82390149AE9E0C3BE1FE03907F5(__this, /*hidden argument*/NULL); // if (OnConnected != null) OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_1 = __this->get_OnConnected_13(); if (!L_1) { goto IL_003e; } } IL_0018: try {// begin try (depth: 1) // OnConnected(this); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = __this->get_OnConnected_13(); NullCheck(L_2); OnConnectedDelegate_Invoke_m099CFA0C297EA211CE98310067AEF842CB30937B(L_2, __this, /*hidden argument*/NULL); // } goto IL_003e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("SignalR Connection", "OnOpened", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_4 = V_0; NullCheck(L_3); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C077225E26FCA470BAFA41549990018E0E8BF07)), L_4); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003e; }// end catch (depth: 1) IL_003e: { // if (BufferedMessages != null) List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_5 = __this->get_BufferedMessages_27(); if (!L_5) { goto IL_0080; } } { // for (int i = 0; i < BufferedMessages.Count; ++i) V_1 = 0; goto IL_0060; } IL_004a: { // (this as IConnection).OnMessage(BufferedMessages[i]); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_6 = __this->get_BufferedMessages_27(); int32_t L_7 = V_1; NullCheck(L_6); RuntimeObject* L_8; L_8 = List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m1BD0A8E4F07D05ED7B2CD7C415DF4282B355910D_RuntimeMethod_var); InterfaceActionInvoker1< RuntimeObject* >::Invoke(4 /* System.Void BestHTTP.SignalR.IConnection::OnMessage(BestHTTP.SignalR.Messages.IServerMessage) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_8); // for (int i = 0; i < BufferedMessages.Count; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0060: { // for (int i = 0; i < BufferedMessages.Count; ++i) int32_t L_10 = V_1; List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_11 = __this->get_BufferedMessages_27(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_inline(L_11, /*hidden argument*/List_1_get_Count_m210EE01412A09BAD922C2736B34DBE1C2DA515BD_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_004a; } } { // BufferedMessages.Clear(); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_13 = __this->get_BufferedMessages_27(); NullCheck(L_13); List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA(L_13, /*hidden argument*/List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); // BufferedMessages = null; __this->set_BufferedMessages_27((List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 *)NULL); } IL_0080: { // } return; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.TransportReconnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportReconnected_m75056A302D592A65469CC41D77AD443769F3336F (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.State != ConnectionStates.Reconnecting) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_000a; } } { // return; return; } IL_000a: { // HTTPManager.Logger.Information("SignalR Connection", "Transport Reconnected"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_1, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral64DE97B0A40713DE0786C1D9FD8ADBF5E0FB439A); // InitOnStart(); Connection_InitOnStart_m8C67336789BAA82390149AE9E0C3BE1FE03907F5(__this, /*hidden argument*/NULL); // if (OnReconnected != null) OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_2 = __this->get_OnReconnected_17(); if (!L_2) { goto IL_0052; } } IL_002c: try {// begin try (depth: 1) // OnReconnected(this); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_3 = __this->get_OnReconnected_17(); NullCheck(L_3); OnConnectedDelegate_Invoke_m099CFA0C297EA211CE98310067AEF842CB30937B(L_3, __this, /*hidden argument*/NULL); // } goto IL_0052; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003a; } throw e; } CATCH_003a: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("SignalR Connection", "OnReconnected", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E0D978978904EBEA2BD04FA212CD9EB323C21E8)), L_5); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0052; }// end catch (depth: 1) IL_0052: { // } return; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.TransportAborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_TransportAborted_m223A088BF37B2EC7E5D23ECFE9DC8314E1818248 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // Close(); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.Error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_SignalR_IConnection_Error_m998295EE6E8D5DE0A5FCFA9CCBEEAB8DD693708B (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___reason0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } { // if (this.State == ConnectionStates.Closed) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)6)))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (HTTPManager.IsQuitting) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); bool L_1; L_1 = HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline(/*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Close(); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(__this, /*hidden argument*/NULL); // return; return; } IL_0018: { // HTTPManager.Logger.Error("SignalR Connection", reason); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_3 = ___reason0; NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_3); // ReconnectStarted = false; __this->set_ReconnectStarted_31((bool)0); // if (OnError != null) OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_4 = __this->get_OnError_15(); if (!L_4) { goto IL_0044; } } { // OnError(this, reason); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_5 = __this->get_OnError_15(); String_t* L_6 = ___reason0; NullCheck(L_5); OnErrorDelegate_Invoke_m1248CBB447A55BD0EC3C6AF43EEE96CF9A384ACB(L_5, __this, L_6, /*hidden argument*/NULL); } IL_0044: { // if (this.State == ConnectionStates.Connected || this.State == ConnectionStates.Reconnecting) int32_t L_7; L_7 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_0056; } } { int32_t L_8; L_8 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)5)))) { goto IL_0076; } } IL_0056: { // this.ReconnectDelayStartedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_ReconnectDelayStartedAt_30(L_9); // if (this.State != ConnectionStates.Reconnecting) int32_t L_10; L_10 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)5))) { goto IL_008d; } } { // this.ReconnectStartedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_ReconnectStartedAt_29(L_11); // } return; } IL_0076: { // if (this.State != ConnectionStates.Connecting || !TryFallbackTransport()) int32_t L_12; L_12 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)3)))) { goto IL_0087; } } { bool L_13; L_13 = Connection_TryFallbackTransport_m25C87709D0D6ADA5F9834327CEB49E970526B3EB(__this, /*hidden argument*/NULL); if (L_13) { goto IL_008d; } } IL_0087: { // Close(); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(__this, /*hidden argument*/NULL); } IL_008d: { // } return; } } // System.Uri BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.BuildUri(BestHTTP.SignalR.RequestTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Connection_BestHTTP_SignalR_IConnection_BuildUri_mFAA37F7C6AACAEABDA6BC139F12CF0F1BB1B0A3C (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (this as IConnection).BuildUri(type, null); int32_t L_0 = ___type0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1; L_1 = InterfaceFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, int32_t, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * >::Invoke(10 /* System.Uri BestHTTP.SignalR.IConnection::BuildUri(BestHTTP.SignalR.RequestTypes,BestHTTP.SignalR.Transports.TransportBase) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_0, (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC *)NULL); return L_1; } } // System.Uri BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.BuildUri(BestHTTP.SignalR.RequestTypes,BestHTTP.SignalR.Transports.TransportBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Connection_BestHTTP_SignalR_IConnection_BuildUri_m90CFBE5099558F9E8E9D42357F0B2C866C7A6307 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, int32_t ___type0, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___transport1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * V_2 = NULL; uint64_t V_3 = 0; uint32_t V_4 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B10_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B11_1 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B25_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B24_0 = NULL; String_t* G_B26_0 = NULL; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * G_B26_1 = NULL; { // lock (SyncRoot) RuntimeObject * L_0 = __this->get_SyncRoot_21(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // queryBuilder.Length = 0; StringBuilder_t * L_2 = __this->get_queryBuilder_35(); NullCheck(L_2); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_2, 0, /*hidden argument*/NULL); // UriBuilder uriBuilder = new UriBuilder(Uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3; L_3 = Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC_inline(__this, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_4 = (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 *)il2cpp_codegen_object_new(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939(L_4, L_3, /*hidden argument*/NULL); V_2 = L_4; // if (!uriBuilder.Path.EndsWith("/")) UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_5 = V_2; NullCheck(L_5); String_t* L_6; L_6 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7; L_7 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_6, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (L_7) { goto IL_0051; } } IL_003b: { // uriBuilder.Path += "/"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_8 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_9 = L_8; NullCheck(L_9); String_t* L_10; L_10 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_10, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); NullCheck(L_9); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_9, L_11, /*hidden argument*/NULL); } IL_0051: { // this.RequestCounter %= UInt64.MaxValue; uint64_t L_12 = __this->get_RequestCounter_24(); __this->set_RequestCounter_24(((int64_t)((uint64_t)(int64_t)L_12%(uint64_t)(int64_t)((int64_t)((int64_t)(-1)))))); int32_t L_13 = ___type0; switch (L_13) { case 0: { goto IL_008b; } case 1: { goto IL_00a6; } case 2: { goto IL_00eb; } case 3: { goto IL_0106; } case 4: { goto IL_01a3; } case 5: { goto IL_01be; } case 6: { goto IL_0285; } case 7: { goto IL_029d; } } } IL_0086: { goto IL_0319; } IL_008b: { // uriBuilder.Path += "negotiate"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_14 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_15 = L_14; NullCheck(L_15); String_t* L_16; L_16 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_15, /*hidden argument*/NULL); String_t* L_17; L_17 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_16, _stringLiteral68C3EE9F5E416A76A5FACA45D6C3F8E1E4B72A5A, /*hidden argument*/NULL); NullCheck(L_15); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_15, L_17, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_00a6: { // if (transport != null && transport.Type == TransportTypes.WebSocket) TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_18 = ___transport1; if (!L_18) { goto IL_00d0; } } IL_00a9: { TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_19 = ___transport1; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* BestHTTP.SignalR.TransportTypes BestHTTP.SignalR.Transports.TransportBase::get_Type() */, L_19); if (L_20) { goto IL_00d0; } } IL_00b1: { // uriBuilder.Scheme = HTTPProtocolFactory.IsSecureProtocol(Uri) ? "wss" : "ws"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_21 = V_2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_22; L_22 = Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC_inline(__this, /*hidden argument*/NULL); bool L_23; L_23 = HTTPProtocolFactory_IsSecureProtocol_mEBD60F3BC1AED65EFA64D19AD491CC186FA0FC0F(L_22, /*hidden argument*/NULL); G_B9_0 = L_21; if (L_23) { G_B10_0 = L_21; goto IL_00c6; } } IL_00bf: { G_B11_0 = _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; G_B11_1 = G_B9_0; goto IL_00cb; } IL_00c6: { G_B11_0 = _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; G_B11_1 = G_B10_0; } IL_00cb: { NullCheck(G_B11_1); UriBuilder_set_Scheme_m0E10F383F85EC52D7C813EAB32226A8997306D9C(G_B11_1, G_B11_0, /*hidden argument*/NULL); } IL_00d0: { // uriBuilder.Path += "connect"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_24 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_25 = L_24; NullCheck(L_25); String_t* L_26; L_26 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_26, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11, /*hidden argument*/NULL); NullCheck(L_25); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_25, L_27, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_00eb: { // uriBuilder.Path += "start"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_28 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_29 = L_28; NullCheck(L_29); String_t* L_30; L_30 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_29, /*hidden argument*/NULL); String_t* L_31; L_31 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_30, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD, /*hidden argument*/NULL); NullCheck(L_29); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_29, L_31, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_0106: { // uriBuilder.Path += "poll"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_32 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_33 = L_32; NullCheck(L_33); String_t* L_34; L_34 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_33, /*hidden argument*/NULL); String_t* L_35; L_35 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_34, _stringLiteralB037B233124E587AB9ECC1339CC4D14E7F4BAB91, /*hidden argument*/NULL); NullCheck(L_33); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_33, L_35, /*hidden argument*/NULL); // if (this.LastReceivedMessage != null) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_36 = __this->get_LastReceivedMessage_25(); if (!L_36) { goto IL_014c; } } IL_0124: { // queryBuilder.Append("messageId="); StringBuilder_t * L_37 = __this->get_queryBuilder_35(); NullCheck(L_37); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_37, _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0, /*hidden argument*/NULL); // queryBuilder.Append(this.LastReceivedMessage.MessageId); StringBuilder_t * L_39 = __this->get_queryBuilder_35(); MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_40 = __this->get_LastReceivedMessage_25(); NullCheck(L_40); String_t* L_41; L_41 = MultiMessage_get_MessageId_mFBD1571767D5E49B2C4E37DD3BBE0012F927AAB6_inline(L_40, /*hidden argument*/NULL); NullCheck(L_39); StringBuilder_t * L_42; L_42 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, L_41, /*hidden argument*/NULL); } IL_014c: { // if (!string.IsNullOrEmpty(GroupsToken)) String_t* L_43 = __this->get_GroupsToken_26(); bool L_44; L_44 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0319; } } IL_015c: { // if (queryBuilder.Length > 0) StringBuilder_t * L_45 = __this->get_queryBuilder_35(); NullCheck(L_45); int32_t L_46; L_46 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_017b; } } IL_016a: { // queryBuilder.Append("&"); StringBuilder_t * L_47 = __this->get_queryBuilder_35(); NullCheck(L_47); StringBuilder_t * L_48; L_48 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_47, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); } IL_017b: { // queryBuilder.Append("groupsToken="); StringBuilder_t * L_49 = __this->get_queryBuilder_35(); NullCheck(L_49); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_49, _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E, /*hidden argument*/NULL); // queryBuilder.Append(GroupsToken); StringBuilder_t * L_51 = __this->get_queryBuilder_35(); String_t* L_52 = __this->get_GroupsToken_26(); NullCheck(L_51); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, L_52, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_01a3: { // uriBuilder.Path += "send"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_54 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_55 = L_54; NullCheck(L_55); String_t* L_56; L_56 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_55, /*hidden argument*/NULL); String_t* L_57; L_57 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_56, _stringLiteralE8E1ADD98C1F59CDD52328F930023A0547B5B296, /*hidden argument*/NULL); NullCheck(L_55); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_55, L_57, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_01be: { // if (transport != null && transport.Type == TransportTypes.WebSocket) TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_58 = ___transport1; if (!L_58) { goto IL_01e8; } } IL_01c1: { TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_59 = ___transport1; NullCheck(L_59); int32_t L_60; L_60 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* BestHTTP.SignalR.TransportTypes BestHTTP.SignalR.Transports.TransportBase::get_Type() */, L_59); if (L_60) { goto IL_01e8; } } IL_01c9: { // uriBuilder.Scheme = HTTPProtocolFactory.IsSecureProtocol(Uri) ? "wss" : "ws"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_61 = V_2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_62; L_62 = Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC_inline(__this, /*hidden argument*/NULL); bool L_63; L_63 = HTTPProtocolFactory_IsSecureProtocol_mEBD60F3BC1AED65EFA64D19AD491CC186FA0FC0F(L_62, /*hidden argument*/NULL); G_B24_0 = L_61; if (L_63) { G_B25_0 = L_61; goto IL_01de; } } IL_01d7: { G_B26_0 = _stringLiteral587B0E053519266A1A5628C5DBE03AA33A3BBE95; G_B26_1 = G_B24_0; goto IL_01e3; } IL_01de: { G_B26_0 = _stringLiteral56D7741BCA89552362FD24D11BB8980E3D8A444C; G_B26_1 = G_B25_0; } IL_01e3: { NullCheck(G_B26_1); UriBuilder_set_Scheme_m0E10F383F85EC52D7C813EAB32226A8997306D9C(G_B26_1, G_B26_0, /*hidden argument*/NULL); } IL_01e8: { // uriBuilder.Path += "reconnect"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_64 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_65 = L_64; NullCheck(L_65); String_t* L_66; L_66 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_65, /*hidden argument*/NULL); String_t* L_67; L_67 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_66, _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E, /*hidden argument*/NULL); NullCheck(L_65); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_65, L_67, /*hidden argument*/NULL); // if (this.LastReceivedMessage != null) MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_68 = __this->get_LastReceivedMessage_25(); if (!L_68) { goto IL_022e; } } IL_0206: { // queryBuilder.Append("messageId="); StringBuilder_t * L_69 = __this->get_queryBuilder_35(); NullCheck(L_69); StringBuilder_t * L_70; L_70 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_69, _stringLiteral79BFCA6463815FA3B5BAFD6B034B1D4C8B109DE0, /*hidden argument*/NULL); // queryBuilder.Append(this.LastReceivedMessage.MessageId); StringBuilder_t * L_71 = __this->get_queryBuilder_35(); MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * L_72 = __this->get_LastReceivedMessage_25(); NullCheck(L_72); String_t* L_73; L_73 = MultiMessage_get_MessageId_mFBD1571767D5E49B2C4E37DD3BBE0012F927AAB6_inline(L_72, /*hidden argument*/NULL); NullCheck(L_71); StringBuilder_t * L_74; L_74 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_71, L_73, /*hidden argument*/NULL); } IL_022e: { // if (!string.IsNullOrEmpty(GroupsToken)) String_t* L_75 = __this->get_GroupsToken_26(); bool L_76; L_76 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_0319; } } IL_023e: { // if (queryBuilder.Length > 0) StringBuilder_t * L_77 = __this->get_queryBuilder_35(); NullCheck(L_77); int32_t L_78; L_78 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_77, /*hidden argument*/NULL); if ((((int32_t)L_78) <= ((int32_t)0))) { goto IL_025d; } } IL_024c: { // queryBuilder.Append("&"); StringBuilder_t * L_79 = __this->get_queryBuilder_35(); NullCheck(L_79); StringBuilder_t * L_80; L_80 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_79, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); } IL_025d: { // queryBuilder.Append("groupsToken="); StringBuilder_t * L_81 = __this->get_queryBuilder_35(); NullCheck(L_81); StringBuilder_t * L_82; L_82 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_81, _stringLiteralF55D269160666B2F36128EE06373D8B1003BF31E, /*hidden argument*/NULL); // queryBuilder.Append(GroupsToken); StringBuilder_t * L_83 = __this->get_queryBuilder_35(); String_t* L_84 = __this->get_GroupsToken_26(); NullCheck(L_83); StringBuilder_t * L_85; L_85 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_83, L_84, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_0285: { // uriBuilder.Path += "abort"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_86 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_87 = L_86; NullCheck(L_87); String_t* L_88; L_88 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_87, /*hidden argument*/NULL); String_t* L_89; L_89 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_88, _stringLiteralB4D615541A928FAEEBADAF8C29FA5916F992FB50, /*hidden argument*/NULL); NullCheck(L_87); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_87, L_89, /*hidden argument*/NULL); // goto default; goto IL_0319; } IL_029d: { // uriBuilder.Path += "ping"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_90 = V_2; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_91 = L_90; NullCheck(L_91); String_t* L_92; L_92 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_91, /*hidden argument*/NULL); String_t* L_93; L_93 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_92, _stringLiteralAD2BBC5DEC8245A45FBFBFF88DC127E3874E61B2, /*hidden argument*/NULL); NullCheck(L_91); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_91, L_93, /*hidden argument*/NULL); // queryBuilder.Append("&tid="); StringBuilder_t * L_94 = __this->get_queryBuilder_35(); NullCheck(L_94); StringBuilder_t * L_95; L_95 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_94, _stringLiteral3901678227861A6D76F59003A9F98EDEA7FC9D97, /*hidden argument*/NULL); // queryBuilder.Append(this.RequestCounter++.ToString()); StringBuilder_t * L_96 = __this->get_queryBuilder_35(); uint64_t L_97 = __this->get_RequestCounter_24(); V_3 = L_97; uint64_t L_98 = V_3; __this->set_RequestCounter_24(((int64_t)il2cpp_codegen_add((int64_t)L_98, (int64_t)((int64_t)((int64_t)1))))); String_t* L_99; L_99 = UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37((uint64_t*)(&V_3), /*hidden argument*/NULL); NullCheck(L_96); StringBuilder_t * L_100; L_100 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_96, L_99, /*hidden argument*/NULL); // queryBuilder.Append("&_="); StringBuilder_t * L_101 = __this->get_queryBuilder_35(); NullCheck(L_101); StringBuilder_t * L_102; L_102 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_101, _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8, /*hidden argument*/NULL); // queryBuilder.Append(Timestamp.ToString()); StringBuilder_t * L_103 = __this->get_queryBuilder_35(); uint32_t L_104; L_104 = Connection_get_Timestamp_mCCD479FF7F3A7663A8AC08A4AEA1D9A1F6768FB1(__this, /*hidden argument*/NULL); V_4 = L_104; String_t* L_105; L_105 = UInt32_ToString_mEB55F257429D34ED2BF41AE9567096F1F969B9A0((uint32_t*)(&V_4), /*hidden argument*/NULL); NullCheck(L_103); StringBuilder_t * L_106; L_106 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_103, L_105, /*hidden argument*/NULL); // break; goto IL_045f; } IL_0319: { // if (queryBuilder.Length > 0) StringBuilder_t * L_107 = __this->get_queryBuilder_35(); NullCheck(L_107); int32_t L_108; L_108 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_107, /*hidden argument*/NULL); if ((((int32_t)L_108) <= ((int32_t)0))) { goto IL_0338; } } IL_0327: { // queryBuilder.Append("&"); StringBuilder_t * L_109 = __this->get_queryBuilder_35(); NullCheck(L_109); StringBuilder_t * L_110; L_110 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_109, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); } IL_0338: { // queryBuilder.Append("tid="); StringBuilder_t * L_111 = __this->get_queryBuilder_35(); NullCheck(L_111); StringBuilder_t * L_112; L_112 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_111, _stringLiteral0FB2203678071B1B76C752F05037848ADF7A5112, /*hidden argument*/NULL); // queryBuilder.Append(this.RequestCounter++.ToString()); StringBuilder_t * L_113 = __this->get_queryBuilder_35(); uint64_t L_114 = __this->get_RequestCounter_24(); V_3 = L_114; uint64_t L_115 = V_3; __this->set_RequestCounter_24(((int64_t)il2cpp_codegen_add((int64_t)L_115, (int64_t)((int64_t)((int64_t)1))))); String_t* L_116; L_116 = UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37((uint64_t*)(&V_3), /*hidden argument*/NULL); NullCheck(L_113); StringBuilder_t * L_117; L_117 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_113, L_116, /*hidden argument*/NULL); // queryBuilder.Append("&_="); StringBuilder_t * L_118 = __this->get_queryBuilder_35(); NullCheck(L_118); StringBuilder_t * L_119; L_119 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_118, _stringLiteral4196D6E4ED2E5A9DE68CB2E67EC618DA631874C8, /*hidden argument*/NULL); // queryBuilder.Append(Timestamp.ToString()); StringBuilder_t * L_120 = __this->get_queryBuilder_35(); uint32_t L_121; L_121 = Connection_get_Timestamp_mCCD479FF7F3A7663A8AC08A4AEA1D9A1F6768FB1(__this, /*hidden argument*/NULL); V_4 = L_121; String_t* L_122; L_122 = UInt32_ToString_mEB55F257429D34ED2BF41AE9567096F1F969B9A0((uint32_t*)(&V_4), /*hidden argument*/NULL); NullCheck(L_120); StringBuilder_t * L_123; L_123 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_120, L_122, /*hidden argument*/NULL); // if (transport != null) TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_124 = ___transport1; if (!L_124) { goto IL_03bf; } } IL_039c: { // queryBuilder.Append("&transport="); StringBuilder_t * L_125 = __this->get_queryBuilder_35(); NullCheck(L_125); StringBuilder_t * L_126; L_126 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_125, _stringLiteral982CE8C1FE0A1662563599037CBA1672BB211789, /*hidden argument*/NULL); // queryBuilder.Append(transport.Name); StringBuilder_t * L_127 = __this->get_queryBuilder_35(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_128 = ___transport1; NullCheck(L_128); String_t* L_129; L_129 = TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline(L_128, /*hidden argument*/NULL); NullCheck(L_127); StringBuilder_t * L_130; L_130 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_127, L_129, /*hidden argument*/NULL); } IL_03bf: { // queryBuilder.Append("&clientProtocol="); StringBuilder_t * L_131 = __this->get_queryBuilder_35(); NullCheck(L_131); StringBuilder_t * L_132; L_132 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_131, _stringLiteral90338991D082834A6F29AC9133D2674F9FD47ED7, /*hidden argument*/NULL); // queryBuilder.Append(ClientProtocols[(byte)Protocol]); StringBuilder_t * L_133 = __this->get_queryBuilder_35(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_134 = __this->get_ClientProtocols_23(); uint8_t L_135; L_135 = Connection_get_Protocol_m24D168F8F8B0B0D04CC453B0EF641521BFC8F027_inline(__this, /*hidden argument*/NULL); NullCheck(L_134); uint8_t L_136 = L_135; String_t* L_137 = (L_134)->GetAt(static_cast(L_136)); NullCheck(L_133); StringBuilder_t * L_138; L_138 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_133, L_137, /*hidden argument*/NULL); // if (NegotiationResult != null && !string.IsNullOrEmpty(this.NegotiationResult.ConnectionToken)) NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_139; L_139 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); if (!L_139) { goto IL_042b; } } IL_03f1: { NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_140; L_140 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_140); String_t* L_141; L_141 = NegotiationData_get_ConnectionToken_m91A81E934D94F7939CEEC538F9048B7265B536D6_inline(L_140, /*hidden argument*/NULL); bool L_142; L_142 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_141, /*hidden argument*/NULL); if (L_142) { goto IL_042b; } } IL_0403: { // queryBuilder.Append("&connectionToken="); StringBuilder_t * L_143 = __this->get_queryBuilder_35(); NullCheck(L_143); StringBuilder_t * L_144; L_144 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_143, _stringLiteral21A47880E9DC63ED78135373BE427410F8B71E25, /*hidden argument*/NULL); // queryBuilder.Append(this.NegotiationResult.ConnectionToken); StringBuilder_t * L_145 = __this->get_queryBuilder_35(); NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_146; L_146 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_146); String_t* L_147; L_147 = NegotiationData_get_ConnectionToken_m91A81E934D94F7939CEEC538F9048B7265B536D6_inline(L_146, /*hidden argument*/NULL); NullCheck(L_145); StringBuilder_t * L_148; L_148 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_145, L_147, /*hidden argument*/NULL); } IL_042b: { // if (this.Hubs != null && this.Hubs.Length > 0) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_149; L_149 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); if (!L_149) { goto IL_045f; } } IL_0433: { HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_150; L_150 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_150); if (!(((RuntimeArray*)L_150)->max_length)) { goto IL_045f; } } IL_043c: { // queryBuilder.Append("&connectionData="); StringBuilder_t * L_151 = __this->get_queryBuilder_35(); NullCheck(L_151); StringBuilder_t * L_152; L_152 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_151, _stringLiteral26CD9693C7D92B2C8133452FFD5B46923FD76C3B, /*hidden argument*/NULL); // queryBuilder.Append(this.ConnectionData); StringBuilder_t * L_153 = __this->get_queryBuilder_35(); String_t* L_154; L_154 = Connection_get_ConnectionData_mE3717C7F26F002D605D0E515119C63D2CBAD9299(__this, /*hidden argument*/NULL); NullCheck(L_153); StringBuilder_t * L_155; L_155 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_153, L_154, /*hidden argument*/NULL); } IL_045f: { // if (this.AdditionalQueryParams != null && this.AdditionalQueryParams.Count > 0) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_156; L_156 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); if (!L_156) { goto IL_0487; } } IL_0467: { ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_157; L_157 = Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline(__this, /*hidden argument*/NULL); NullCheck(L_157); int32_t L_158; L_158 = ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342(L_157, /*hidden argument*/ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); if ((((int32_t)L_158) <= ((int32_t)0))) { goto IL_0487; } } IL_0475: { // queryBuilder.Append(this.QueryParams); StringBuilder_t * L_159 = __this->get_queryBuilder_35(); String_t* L_160; L_160 = Connection_get_QueryParams_m2A0D4528DB5989E835A9F1F750306C5CF8883C99(__this, /*hidden argument*/NULL); NullCheck(L_159); StringBuilder_t * L_161; L_161 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_159, L_160, /*hidden argument*/NULL); } IL_0487: { // uriBuilder.Query = queryBuilder.ToString(); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_162 = V_2; StringBuilder_t * L_163 = __this->get_queryBuilder_35(); NullCheck(L_163); String_t* L_164; L_164 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_163); NullCheck(L_162); UriBuilder_set_Query_m829C027D6F62B0F22041263BD6AF205AA2473189(L_162, L_164, /*hidden argument*/NULL); // queryBuilder.Length = 0; StringBuilder_t * L_165 = __this->get_queryBuilder_35(); NullCheck(L_165); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_165, 0, /*hidden argument*/NULL); // return uriBuilder.Uri; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_166 = V_2; NullCheck(L_166); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_167; L_167 = UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328(L_166, /*hidden argument*/NULL); V_5 = L_167; IL2CPP_LEAVE(0x4B8, FINALLY_04ae); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_04ae; } FINALLY_04ae: {// begin finally (depth: 1) { bool L_168 = V_1; if (!L_168) { goto IL_04b7; } } IL_04b1: { RuntimeObject * L_169 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_169, /*hidden argument*/NULL); } IL_04b7: { IL2CPP_END_FINALLY(1198) } }// end finally (depth: 1) IL2CPP_CLEANUP(1198) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B8, IL_04b8) } IL_04b8: { // } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_170 = V_5; return L_170; } } // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.PrepareRequest(BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * Connection_BestHTTP_SignalR_IConnection_PrepareRequest_m8627BA1BB73515C0A7882947FFE95CF18A2BF36E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (req != null && AuthenticationProvider != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___req0; if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1; L_1 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // AuthenticationProvider.PrepareRequest(req, type); RuntimeObject* L_2; L_2 = Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = ___req0; int32_t L_4 = ___type1; NullCheck(L_2); InterfaceActionInvoker2< HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *, int32_t >::Invoke(6 /* System.Void BestHTTP.SignalR.Authentication.IAuthenticationProvider::PrepareRequest(BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) */, IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508_il2cpp_TypeInfo_var, L_2, L_3, L_4); } IL_0018: { // if (RequestPreparator != null) OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * L_5; L_5 = Connection_get_RequestPreparator_m19258DA417F32B269B16A01A7D3B3CF8FA949CCE_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { // RequestPreparator(this, req, type); OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * L_6; L_6 = Connection_get_RequestPreparator_m19258DA417F32B269B16A01A7D3B3CF8FA949CCE_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7 = ___req0; int32_t L_8 = ___type1; NullCheck(L_6); OnPrepareRequestDelegate_Invoke_mF2C08AEA77CB718FBE96821B80A4BD401FD94B53(L_6, __this, L_7, L_8, /*hidden argument*/NULL); } IL_002e: { // return req; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_9 = ___req0; return L_9; } } // System.String BestHTTP.SignalR.Connection::BestHTTP.SignalR.IConnection.ParseResponse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Connection_BestHTTP_SignalR_IConnection_ParseResponse_m8968D46CF8D9A185544CC294096911C468D810E6 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___responseStr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1); s_Il2CppMethodInitialized = true; } Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_0 = NULL; RuntimeObject * V_1 = NULL; { // Dictionary dic = JSON.Json.Decode(responseStr) as Dictionary; String_t* L_0 = ___responseStr0; RuntimeObject * L_1; L_1 = Json_Decode_m6CE2A8701ED1825AF409587E053DE5058945B9EF(L_0, /*hidden argument*/NULL); V_0 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_1, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // if (dic == null) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2 = V_0; if (L_2) { goto IL_0026; } } { // (this as IConnection).Error("Failed to parse Start response: " + responseStr); String_t* L_3 = ___responseStr0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralAA75B767329600F30A045DC0D406F408CFADE1A1, L_3, /*hidden argument*/NULL); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_4); // return string.Empty; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_0026: { // if (!dic.TryGetValue("Response", out value) || value == null) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189(L_6, _stringLiteral53502E85A92CE4D07E514EE6E63F4DCA32C85206, (RuntimeObject **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); if (!L_7) { goto IL_0038; } } { RuntimeObject * L_8 = V_1; if (L_8) { goto IL_004f; } } IL_0038: { // (this as IConnection).Error("No 'Response' key found in response: " + responseStr); String_t* L_9 = ___responseStr0; String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral44BDAEAC4527E4A113C39DD109CE9B80FF29FA70, L_9, /*hidden argument*/NULL); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_10); // return string.Empty; String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_11; } IL_004f: { // return value.ToString(); RuntimeObject * L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); return L_13; } } // System.Void BestHTTP.SignalR.Connection::BestHTTP.Extensions.IHeartbeat.OnHeartbeatUpdate(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m36E1A1A79A14A1C56FD34AC20D172DC8F2F68920 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dif0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_5; memset((&V_5), 0, sizeof(V_5)); int32_t G_B8_0 = 0; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F G_B23_0; memset((&G_B23_0), 0, sizeof(G_B23_0)); int32_t G_B26_0 = 0; { // switch(this.State) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0017; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_00a9; } } { goto IL_017c; } IL_0017: { // if (Transport.SupportsKeepAlive && NegotiationResult.KeepAliveTimeout != null && DateTime.UtcNow - LastMessageReceivedAt >= NegotiationResult.KeepAliveTimeout) TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_3; L_3 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SignalR.Transports.TransportBase::get_SupportsKeepAlive() */, L_3); if (!L_4) { goto IL_0077; } } { NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_5; L_5 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_6; L_6 = NegotiationData_get_KeepAliveTimeout_m82F65B410DCAA3237A75601AA05847839C89B5C3_inline(L_5, /*hidden argument*/NULL); V_1 = L_6; bool L_7; L_7 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); if (!L_7) { goto IL_0077; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8; L_8 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9 = __this->get_LastMessageReceivedAt_28(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10; L_10 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_11; L_11 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_12; L_12 = NegotiationData_get_KeepAliveTimeout_m82F65B410DCAA3237A75601AA05847839C89B5C3_inline(L_11, /*hidden argument*/NULL); V_1 = L_12; bool L_13; L_13 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); if (L_13) { goto IL_0062; } } { G_B8_0 = 0; goto IL_006f; } IL_0062: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_14 = V_2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15; L_15 = Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_16; L_16 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_14, L_15, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_16)); } IL_006f: { if (!G_B8_0) { goto IL_0077; } } { // Reconnect(); Connection_Reconnect_m16C55990092B1F2150A5838A51619E2F789356DE(__this, /*hidden argument*/NULL); } IL_0077: { // if (PingRequest == null && DateTime.UtcNow - LastPingSentAt >= PingInterval) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_17 = __this->get_PingRequest_33(); if (L_17) { goto IL_0205; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = __this->get_LastPingSentAt_32(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; L_20 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_18, L_19, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_21; L_21 = Connection_get_PingInterval_mA8AD5D70A6CB7BA7916ECE360141A6DC2E2F7FAF_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_22; L_22 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0205; } } { // Ping(); Connection_Ping_m37AFF962DA9A3E706FDBE765F0EE62B75FC2654E(__this, /*hidden argument*/NULL); // break; return; } IL_00a9: { // if ( DateTime.UtcNow - ReconnectStartedAt >= NegotiationResult.DisconnectTimeout) IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23; L_23 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24 = __this->get_ReconnectStartedAt_29(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_25; L_25 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_23, L_24, /*hidden argument*/NULL); NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_26; L_26 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_26); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27; L_27 = NegotiationData_get_DisconnectTimeout_mDBA1EF64B51FC62E613A3A4846627FA6F313C1DC_inline(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_28; L_28 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00e6; } } { // HTTPManager.Logger.Warning("SignalR Connection", "OnHeartbeatUpdate - Failed to reconnect in the given time!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_29; L_29 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_29); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_29, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral4122E1A3F876D75C9BD432286A100D893045D3ED); // Close(); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(__this, /*hidden argument*/NULL); // } return; } IL_00e6: { // else if (DateTime.UtcNow - ReconnectDelayStartedAt >= ReconnectDelay) IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_30; L_30 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31 = __this->get_ReconnectDelayStartedAt_30(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_32; L_32 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_30, L_31, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_33; L_33 = Connection_get_ReconnectDelay_mBB60F8CBFF0245A9EFE4C68491E6661CE2D9C72A_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_34; L_34 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0205; } } { // if (HTTPManager.Logger.Level <= Logger.Loglevels.Warning) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_35; L_35 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_35); uint8_t L_36; L_36 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_35); if ((((int32_t)L_36) > ((int32_t)2))) { goto IL_0175; } } { // HTTPManager.Logger.Warning("SignalR Connection", this.ReconnectStarted.ToString() + " " + this.ReconnectStartedAt.ToString() + " " + NegotiationResult.DisconnectTimeout.ToString()); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_37; L_37 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = L_38; bool* L_40 = __this->get_address_of_ReconnectStarted_31(); String_t* L_41; L_41 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)L_40, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_41); (L_39)->SetAt(static_cast(0), (String_t*)L_41); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = L_39; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); (L_42)->SetAt(static_cast(1), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43 = L_42; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_44 = __this->get_address_of_ReconnectStartedAt_29(); String_t* L_45; L_45 = DateTime_ToString_m242888E500DFD8CD675BDC455BC696AF47813954((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(2), (String_t*)L_45); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = L_43; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); (L_46)->SetAt(static_cast(3), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47 = L_46; NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_48; L_48 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_49; L_49 = NegotiationData_get_DisconnectTimeout_mDBA1EF64B51FC62E613A3A4846627FA6F313C1DC_inline(L_48, /*hidden argument*/NULL); V_2 = L_49; String_t* L_50; L_50 = TimeSpan_ToString_mB89DE4C354B8A29F627C22FA7EA31E94B1DA884B((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(4), (String_t*)L_50); String_t* L_51; L_51 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_47, /*hidden argument*/NULL); NullCheck(L_37); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_37, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, L_51); } IL_0175: { // Reconnect(); Connection_Reconnect_m16C55990092B1F2150A5838A51619E2F789356DE(__this, /*hidden argument*/NULL); // break; return; } IL_017c: { // if (TransportConnectionStartedAt != null && DateTime.UtcNow - TransportConnectionStartedAt >= NegotiationResult.TransportConnectTimeout) Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * L_52 = __this->get_address_of_TransportConnectionStartedAt_34(); bool L_53; L_53 = Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_inline((Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *)L_52, /*hidden argument*/Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var); if (!L_53) { goto IL_0205; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_54; L_54 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_3 = L_54; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_55 = __this->get_TransportConnectionStartedAt_34(); V_4 = L_55; bool L_56; L_56 = Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_inline((Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_RuntimeMethod_var); if (L_56) { goto IL_01ac; } } { il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_57 = V_5; G_B23_0 = L_57; goto IL_01be; } IL_01ac: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58 = V_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59; L_59 = Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_inline((Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_60; L_60 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_58, L_59, /*hidden argument*/NULL); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_61; memset((&L_61), 0, sizeof(L_61)); Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392((&L_61), L_60, /*hidden argument*/Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); G_B23_0 = L_61; } IL_01be: { V_1 = G_B23_0; NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_62; L_62 = Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_63; L_63 = NegotiationData_get_TransportConnectTimeout_mF92601864208458143777B9A095F47D8F8C32263_inline(L_62, /*hidden argument*/NULL); V_2 = L_63; bool L_64; L_64 = Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_RuntimeMethod_var); if (L_64) { goto IL_01d7; } } { G_B26_0 = 0; goto IL_01e4; } IL_01d7: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_65; L_65 = Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_inline((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_RuntimeMethod_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_66 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_67; L_67 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_65, L_66, /*hidden argument*/NULL); G_B26_0 = ((int32_t)(L_67)); } IL_01e4: { if (!G_B26_0) { goto IL_0205; } } { // HTTPManager.Logger.Warning("SignalR Connection", "OnHeartbeatUpdate - Transport failed to connect in the given time!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_68; L_68 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_68); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_68, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral8E8D12678FB2F5B7E9C54DC03FFB449B90BF4820); // (this as IConnection).Error("Transport failed to connect in the given time!"); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, _stringLiteral02DD31C6DDCF959F2F78207B9FED5C828B05AFE6); } IL_0205: { // } return; } } // System.Void BestHTTP.SignalR.Connection::InitOnStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_InitOnStart_m8C67336789BAA82390149AE9E0C3BE1FE03907F5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.State = ConnectionStates.Connected; Connection_set_State_m3B1F1B51E822FC0800DE0BC96C7883EB66186436(__this, 4, /*hidden argument*/NULL); // ReconnectStarted = false; __this->set_ReconnectStarted_31((bool)0); // TransportConnectionStartedAt = null; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * L_0 = __this->get_address_of_TransportConnectionStartedAt_34(); il2cpp_codegen_initobj(L_0, sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); // LastPingSentAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastPingSentAt_32(L_1); // LastMessageReceivedAt = DateTime.UtcNow; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastMessageReceivedAt_28(L_2); // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_3; L_3 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_3); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_3, __this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Connection::FindHub(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * Connection_FindHub_m8258645E9799C20BB68087D0234B702F1B93D488 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint64_t ___msgId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (Hubs != null) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0; L_0 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0034; } } { // for (int i = 0; i < Hubs.Length; ++i) V_0 = 0; goto IL_0029; } IL_000c: { // if ((Hubs[i] as IHub).HasSentMessageId(msgId)) HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_1; L_1 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_4 = (L_1)->GetAt(static_cast(L_3)); uint64_t L_5 = ___msgId0; NullCheck(L_4); bool L_6; L_6 = InterfaceFuncInvoker1< bool, uint64_t >::Invoke(3 /* System.Boolean BestHTTP.SignalR.Hubs.IHub::HasSentMessageId(System.UInt64) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_4, L_5); if (!L_6) { goto IL_0025; } } { // return Hubs[i]; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_7; L_7 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_10 = (L_7)->GetAt(static_cast(L_9)); return L_10; } IL_0025: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0029: { // for (int i = 0; i < Hubs.Length; ++i) int32_t L_12 = V_0; HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_13; L_13 = Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_000c; } } IL_0034: { // return null; return (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)NULL; } } // System.Boolean BestHTTP.SignalR.Connection::TryFallbackTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_TryFallbackTransport_m25C87709D0D6ADA5F9834327CEB49E970526B3EB (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (this.State == ConnectionStates.Connecting) int32_t L_0; L_0 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_00ba; } } { // if (BufferedMessages != null) List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_1 = __this->get_BufferedMessages_27(); if (!L_1) { goto IL_001f; } } { // BufferedMessages.Clear(); List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_2 = __this->get_BufferedMessages_27(); NullCheck(L_2); List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA(L_2, /*hidden argument*/List_1_Clear_m9B3984E786E35D49B1C01FD713669DC6D06282FA_RuntimeMethod_var); } IL_001f: { // Transport.Stop(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_3; L_3 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker0::Invoke(7 /* System.Void BestHTTP.SignalR.Transports.TransportBase::Stop() */, L_3); // Transport = null; Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC *)NULL, /*hidden argument*/NULL); // switch(NextProtocolToTry) int32_t L_4 = __this->get_NextProtocolToTry_38(); V_0 = L_4; int32_t L_5 = V_0; switch (L_5) { case 0: { goto IL_0088; } case 1: { goto IL_0073; } case 2: { goto IL_0050; } case 3: { goto IL_005e; } } } { goto IL_008a; } IL_0050: { // Transport = new WebSocketTransport(this); WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 * L_6 = (WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430 *)il2cpp_codegen_object_new(WebSocketTransport_t4E87938ED1ABC56B0830D2168A6F32D699054430_il2cpp_TypeInfo_var); WebSocketTransport__ctor_mF66A5EA4BE62EE807556D37E2FDA6BD931A81AD8(L_6, __this, /*hidden argument*/NULL); Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, L_6, /*hidden argument*/NULL); // break; goto IL_008a; } IL_005e: { // Transport = new ServerSentEventsTransport(this); ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 * L_7 = (ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0 *)il2cpp_codegen_object_new(ServerSentEventsTransport_t9E843F359D88DB85399256F93F05B9CFCF2B9AC0_il2cpp_TypeInfo_var); ServerSentEventsTransport__ctor_mDFC59DFB8B7D2DE4A5CE8EB4C8D2A642DAFD8742(L_7, __this, /*hidden argument*/NULL); Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, L_7, /*hidden argument*/NULL); // NextProtocolToTry = SupportedProtocols.HTTP; __this->set_NextProtocolToTry_38(1); // break; goto IL_008a; } IL_0073: { // Transport = new PollingTransport(this); PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0 * L_8 = (PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0 *)il2cpp_codegen_object_new(PollingTransport_tCBBA4311EF63EFCCCC5CA6C52DDB8AD0D7D4FEE0_il2cpp_TypeInfo_var); PollingTransport__ctor_m51DE96DB120C503F811D6694B7494623D8210DE2(L_8, __this, /*hidden argument*/NULL); Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline(__this, L_8, /*hidden argument*/NULL); // NextProtocolToTry = SupportedProtocols.Unknown; __this->set_NextProtocolToTry_38(0); // break; goto IL_008a; } IL_0088: { // return false; return (bool)0; } IL_008a: { // TransportConnectionStartedAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_9; L_9 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); __this->set_TransportConnectionStartedAt_34(L_10); // Transport.Connect(); TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_11; L_11 = Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); VirtualActionInvoker0::Invoke(6 /* System.Void BestHTTP.SignalR.Transports.TransportBase::Connect() */, L_11); // if (PingRequest != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_12 = __this->get_PingRequest_33(); if (!L_12) { goto IL_00b8; } } { // PingRequest.Abort(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_13 = __this->get_PingRequest_33(); NullCheck(L_13); HTTPRequest_Abort_mD093C17FDF52A73A6762C4D1959B86F0464773BE(L_13, /*hidden argument*/NULL); } IL_00b8: { // return true; return (bool)1; } IL_00ba: { // return false; return (bool)0; } } // System.Void BestHTTP.SignalR.Connection::AdditionalQueryParams_CollectionChanged(System.Object,PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_AdditionalQueryParams_CollectionChanged_mA2C7628A9EFEA05772EC646281A2AA361C737122 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject * ___sender0, NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44 * ___e1, const RuntimeMethod* method) { { // BuiltQueryParams = null; __this->set_BuiltQueryParams_37((String_t*)NULL); // } return; } } // System.Void BestHTTP.SignalR.Connection::Ping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Ping_m37AFF962DA9A3E706FDBE765F0EE62B75FC2654E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_OnPingRequestFinished_m4DBBE9626B7642155CB6F53BEFE91310940207E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("SignalR Connection", "Sending Ping request."); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteral0833FBDC067FCF2E7612F9A7CDCD25E210936641); // PingRequest = new HTTPRequest((this as IConnection).BuildUri(RequestTypes.Ping), OnPingRequestFinished); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1; L_1 = InterfaceFuncInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, int32_t >::Invoke(9 /* System.Uri BestHTTP.SignalR.IConnection::BuildUri(BestHTTP.SignalR.RequestTypes) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, 7); OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * L_2 = (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA(L_2, __this, (intptr_t)((intptr_t)Connection_OnPingRequestFinished_m4DBBE9626B7642155CB6F53BEFE91310940207E3_RuntimeMethod_var), /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)il2cpp_codegen_object_new(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); HTTPRequest__ctor_m4F7F6CEC0DFC147AA0BBB24686E845E47324FBF7(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_PingRequest_33(L_3); // PingRequest.ConnectTimeout = PingInterval; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4 = __this->get_PingRequest_33(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = Connection_get_PingInterval_mA8AD5D70A6CB7BA7916ECE360141A6DC2E2F7FAF_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); HTTPRequest_set_ConnectTimeout_mF3E4D71B1E87852718E4373932E254C51620E9A2_inline(L_4, L_5, /*hidden argument*/NULL); // (this as IConnection).PrepareRequest(PingRequest, RequestTypes.Ping); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6 = __this->get_PingRequest_33(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = InterfaceFuncInvoker2< HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *, int32_t >::Invoke(11 /* BestHTTP.HTTPRequest BestHTTP.SignalR.IConnection::PrepareRequest(BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_6, 7); // PingRequest.Send(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8 = __this->get_PingRequest_33(); NullCheck(L_8); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_9; L_9 = HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46(L_8, /*hidden argument*/NULL); // LastPingSentAt = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastPingSentAt_32(L_10); // } return; } } // System.Void BestHTTP.SignalR.Connection::OnPingRequestFinished(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_OnPingRequestFinished_m4DBBE9626B7642155CB6F53BEFE91310940207E3 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___resp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B8_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; { // PingRequest = null; __this->set_PingRequest_33((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)NULL); // string reason = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // switch (req.State) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1 = ___req0; NullCheck(L_1); int32_t L_2; L_2 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_0035; } case 1: { goto IL_00a2; } case 2: { goto IL_00ec; } case 3: { goto IL_00de; } case 4: { goto IL_00e6; } } } { goto IL_00ec; } IL_0035: { // if (resp.IsSuccess) HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_4 = ___resp1; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_007e; } } { // string response = (this as IConnection).ParseResponse(resp.DataAsText); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_6 = ___resp1; NullCheck(L_6); String_t* L_7; L_7 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(12 /* System.String BestHTTP.SignalR.IConnection::ParseResponse(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_7); V_2 = L_8; // if (response != "pong") String_t* L_9 = V_2; bool L_10; L_10 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_9, _stringLiteral63F41207BA268B7E9AC2AE1CB69531BA2C110113, /*hidden argument*/NULL); if (!L_10) { goto IL_0068; } } { // reason = "Wrong answer for ping request: " + response; String_t* L_11 = V_2; String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral715D2D7C1318F699AB1384C022324830F0A33BE2, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_00ec; } IL_0068: { // HTTPManager.Logger.Information("SignalR Connection", "Pong received."); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13, _stringLiteral7981FBFC94E2320B1ED386E00B3E13100E5DD3E2, _stringLiteralE66402A74CDA61517FFC840C048A4994EA1D8681); // } goto IL_00ec; } IL_007e: { // reason = string.Format("Ping - Request Finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // resp.StatusCode, // resp.Message, // resp.DataAsText); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_14 = ___resp1; NullCheck(L_14); int32_t L_15; L_15 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_18 = ___resp1; NullCheck(L_18); String_t* L_19; L_19 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_18, /*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_20 = ___resp1; NullCheck(L_20); String_t* L_21; L_21 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_20, /*hidden argument*/NULL); String_t* L_22; L_22 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral640C8C5A1E0890A67607E2F6A65AB733B772220B, L_17, L_19, L_21, /*hidden argument*/NULL); V_0 = L_22; // break; goto IL_00ec; } IL_00a2: { // reason = "Ping - Request Finished with Error! " + (req.Exception != null ? (req.Exception.Message + "\n" + req.Exception.StackTrace) : "No Exception"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_23 = ___req0; NullCheck(L_23); Exception_t * L_24; L_24 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_23, /*hidden argument*/NULL); G_B8_0 = _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; if (L_24) { G_B9_0 = _stringLiteral2685E7725703696BDD3A2FD84AF2213B11F42B79; goto IL_00b6; } } { G_B10_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B10_1 = G_B8_0; goto IL_00d6; } IL_00b6: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_25 = ___req0; NullCheck(L_25); Exception_t * L_26; L_26 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_26); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_28 = ___req0; NullCheck(L_28); Exception_t * L_29; L_29 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_29); String_t* L_31; L_31 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_27, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_30, /*hidden argument*/NULL); G_B10_0 = L_31; G_B10_1 = G_B9_0; } IL_00d6: { String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B10_1, G_B10_0, /*hidden argument*/NULL); V_0 = L_32; // break; goto IL_00ec; } IL_00de: { // reason = "Ping - Connection Timed Out!"; V_0 = _stringLiteral3F09CF3F4128543F4C0EFFAA49CA30CEB8E31417; // break; goto IL_00ec; } IL_00e6: { // reason = "Ping - Processing the request Timed Out!"; V_0 = _stringLiteral1229CDA70216E5A3B75756A3D6E525BA4DD26363; } IL_00ec: { // if (!string.IsNullOrEmpty(reason)) String_t* L_33 = V_0; bool L_34; L_34 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00fb; } } { // (this as IConnection).Error(reason); String_t* L_35 = V_0; InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void BestHTTP.SignalR.IConnection::Error(System.String) */, IConnection_t3C7FD567DA1BCD7F882BAC381544CAFC90FE28C6_il2cpp_TypeInfo_var, __this, L_35); } IL_00fb: { // } return; } } // System.Void BestHTTP.SignalR.Connection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__cctor_mA1A5BF4F9115D6421361D9379AB2AF1AB91DA4E8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static IJsonEncoder DefaultEncoder = // #if BESTHTTP_SIGNALR_WITH_JSONDOTNET // new JSonDotnetEncoder(); // #else // new DefaultJsonEncoder(); DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5 * L_0 = (DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5 *)il2cpp_codegen_object_new(DefaultJsonEncoder_tF22E30C88CEFF86B42FF576DD06A5E97092D7AB5_il2cpp_TypeInfo_var); DefaultJsonEncoder__ctor_m8EF98F8A680D830E601E0A83E4A64CD06C99544E(L_0, /*hidden argument*/NULL); ((Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields*)il2cpp_codegen_static_fields_for(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var))->set_DefaultEncoder_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.ConnectionAPISample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_Start_m25D8BFBE7EFAAF25439D6B4B8663587433D13353 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionAPISample_signalRConnection_OnGeneralMessage_m94C88BEDA119CA97BBF974F0B2BEE1950C1DDFFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionAPISample_signalRConnection_OnStateChanged_m85642470A7C9C26774CE5B0B6D4C9E23CFB1744D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE); s_Il2CppMethodInitialized = true; } { // if (PlayerPrefs.HasKey("userName")) bool L_0; L_0 = PlayerPrefs_HasKey_m48BE5886380B51AB495B91C9A26115B7CB958A92(_stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE, /*hidden argument*/NULL); if (!L_0) { goto IL_002b; } } { // CookieJar.Set(URI, new Cookie("user", PlayerPrefs.GetString("userName"))); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = __this->get_URI_4(); String_t* L_2; L_2 = PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159(_stringLiteralF81ED1B13285AB419F3E82539A7040973B0560AE, /*hidden argument*/NULL); Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * L_3 = (Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 *)il2cpp_codegen_object_new(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2_il2cpp_TypeInfo_var); Cookie__ctor_m286CC6E8C543522174088E291B51B40BE353E732(L_3, _stringLiteralD3992DF679A3EF8B96232992FF89A2B1F1DB5534, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var); CookieJar_Set_m57790D3DE8393364E258B62E43AA3DE1AEF8B297(L_1, L_3, /*hidden argument*/NULL); } IL_002b: { // signalRConnection = new Connection(URI); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = __this->get_URI_4(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_5 = (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC *)il2cpp_codegen_object_new(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A(L_5, L_4, /*hidden argument*/NULL); __this->set_signalRConnection_5(L_5); // signalRConnection.JsonEncoder = new BestHTTP.SignalR.JsonEncoders.LitJsonEncoder(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_6 = __this->get_signalRConnection_5(); LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE * L_7 = (LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE *)il2cpp_codegen_object_new(LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var); LitJsonEncoder__ctor_m763379A4320CF72BA2DEEC4C8362168350444008(L_7, /*hidden argument*/NULL); NullCheck(L_6); Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline(L_6, L_7, /*hidden argument*/NULL); // signalRConnection.OnStateChanged += signalRConnection_OnStateChanged; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_8 = __this->get_signalRConnection_5(); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_9 = (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)il2cpp_codegen_object_new(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); OnStateChanged__ctor_mB9D6F1706390D89BC05025A662EDEB6E2DEE3A16(L_9, __this, (intptr_t)((intptr_t)ConnectionAPISample_signalRConnection_OnStateChanged_m85642470A7C9C26774CE5B0B6D4C9E23CFB1744D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_8); Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542(L_8, L_9, /*hidden argument*/NULL); // signalRConnection.OnNonHubMessage += signalRConnection_OnGeneralMessage; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_10 = __this->get_signalRConnection_5(); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_11 = (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)il2cpp_codegen_object_new(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); OnNonHubMessageDelegate__ctor_m92ABF60CD2C154CB85E38D9D2A3B659DF3F1C4C4(L_11, __this, (intptr_t)((intptr_t)ConnectionAPISample_signalRConnection_OnGeneralMessage_m94C88BEDA119CA97BBF974F0B2BEE1950C1DDFFC_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_10); Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA(L_10, L_11, /*hidden argument*/NULL); // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_12 = __this->get_signalRConnection_5(); NullCheck(L_12); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_12, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_OnGUI_m0B188F2448402984CA302B78B4F6B96FB6A97D58 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionAPISample_U3COnGUIU3Eb__9_0_m9D3C5E0AD8D24CBAAB1886D746A75A6C777923A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.BeginVertical(); // // #region To Everybody // GUILayout.Label("To Everybody"); // // GUILayout.BeginHorizontal(); // // ToEveryBodyText = GUILayout.TextField(ToEveryBodyText, GUILayout.MinWidth(100)); // // if (GUILayout.Button("Broadcast")) // Broadcast(ToEveryBodyText); // // if (GUILayout.Button("Broadcast (All Except Me)")) // BroadcastExceptMe(ToEveryBodyText); // // if (GUILayout.Button("Enter Name")) // EnterName(ToEveryBodyText); // // if (GUILayout.Button("Join Group")) // JoinGroup(ToEveryBodyText); // // if (GUILayout.Button("Leave Group")) // LeaveGroup(ToEveryBodyText); // // GUILayout.EndHorizontal(); // #endregion // // #region To Me // GUILayout.Label("To Me"); // // GUILayout.BeginHorizontal(); // // ToMeText = GUILayout.TextField(ToMeText, GUILayout.MinWidth(100)); // // if (GUILayout.Button("Send to me")) // SendToMe(ToMeText); // // GUILayout.EndHorizontal(); // #endregion // // #region Private Message // GUILayout.Label("Private Message"); // // GUILayout.BeginHorizontal(); // // GUILayout.Label("Message:"); // PrivateMessageText = GUILayout.TextField(PrivateMessageText, GUILayout.MinWidth(100)); // // GUILayout.Label("User or Group name:"); // PrivateMessageUserOrGroupName = GUILayout.TextField(PrivateMessageUserOrGroupName, GUILayout.MinWidth(100)); // // if (GUILayout.Button("Send to user")) // SendToUser(PrivateMessageUserOrGroupName, PrivateMessageText); // // if (GUILayout.Button("Send to group")) // SendToGroup(PrivateMessageUserOrGroupName, PrivateMessageText); // // GUILayout.EndHorizontal(); // #endregion // // GUILayout.Space(20); // // if (signalRConnection.State == ConnectionStates.Closed) // { // if (GUILayout.Button("Start Connection")) // signalRConnection.Open(); // } // else if (GUILayout.Button("Stop Connection")) // signalRConnection.Close(); // // GUILayout.Space(20); // // // Draw the messages // GUILayout.Label("Messages"); // // GUILayout.BeginHorizontal(); // GUILayout.Space(20); // messages.Draw(Screen.width - 20, 0); // GUILayout.EndHorizontal(); // // GUILayout.EndVertical(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)ConnectionAPISample_U3COnGUIU3Eb__9_0_m9D3C5E0AD8D24CBAAB1886D746A75A6C777923A9_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_OnDestroy_m9D95246DD2D2DA8B2979323256169333CFE08908 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, const RuntimeMethod* method) { { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); NullCheck(L_0); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::signalRConnection_OnGeneralMessage(BestHTTP.SignalR.Connection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_signalRConnection_OnGeneralMessage_m94C88BEDA119CA97BBF974F0B2BEE1950C1DDFFC (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager0, RuntimeObject * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string reencoded = BestHTTP.JSON.Json.Encode(data); RuntimeObject * L_0 = ___data1; String_t* L_1; L_1 = Json_Encode_m068167046898CB3C891C9FA4E8E8CE591CF71973(L_0, /*hidden argument*/NULL); V_0 = L_1; // messages.Add("[Server Message] " + reencoded); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_2 = __this->get_messages_10(); String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33, L_3, /*hidden argument*/NULL); NullCheck(L_2); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_2, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::signalRConnection_OnStateChanged(BestHTTP.SignalR.Connection,BestHTTP.SignalR.ConnectionStates,BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_signalRConnection_OnStateChanged_m85642470A7C9C26774CE5B0B6D4C9E23CFB1744D (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager0, int32_t ___oldState1, int32_t ___newState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4); s_Il2CppMethodInitialized = true; } { // messages.Add(string.Format("[State Change] {0} => {1}", oldState.ToString(), newState.ToString())); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_10(); RuntimeObject * L_1 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, (&___oldState1)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___oldState1 = *(int32_t*)UnBox(L_1); RuntimeObject * L_3 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, (&___newState2)); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); ___newState2 = *(int32_t*)UnBox(L_3); String_t* L_5; L_5 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::Broadcast(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_Broadcast_m14367BA9AB1336766089DEBF65FE1687095338EF (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.Broadcast, Value = text }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___text0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 1, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::BroadcastExceptMe(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_BroadcastExceptMe_m8A0CB01C26479A8DB476E9B2C851A870D9A43D74 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.BroadcastExceptMe, Value = text }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___text0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 7, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::EnterName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_EnterName_mD4248ADDD72670DF484D599FB186579168935295 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.Join, Value = name }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___name0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 2, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::JoinGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_JoinGroup_mE5683964AA0BC10F879FAD83C766C763E25F53F9 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___groupName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.AddToGroup, Value = groupName }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___groupName0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 4, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::LeaveGroup(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_LeaveGroup_mFE4FE72F40C13AA3BF54137141E4B592D83CC0A5 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___groupName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.RemoveFromGroup, Value = groupName }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___groupName0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 5, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::SendToMe(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToMe_mABB6F81B011A3B14F34C6BF61C77ABC289F37229 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.Send, Value = text }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___text0; U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_2 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_2, 0, L_1, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_3; L_3 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::SendToUser(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToUser_m999B0FBE1F03D114D2C1BA1F8EE924B0789165B0 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___userOrGroupName0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC81F6681F78FB7222ECF711CB1AE99D5896A036C); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.PrivateMessage, Value = string.Format("{0}|{1}", userOrGroupName, text) }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___userOrGroupName0; String_t* L_2 = ___text1; String_t* L_3; L_3 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralC81F6681F78FB7222ECF711CB1AE99D5896A036C, L_1, L_2, /*hidden argument*/NULL); U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_4 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_4, 3, L_3, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_5; L_5 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::SendToGroup(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_SendToGroup_m841C9D8A3F223E262334F193A04866637D81927E (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, String_t* ___userOrGroupName0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC81F6681F78FB7222ECF711CB1AE99D5896A036C); s_Il2CppMethodInitialized = true; } { // signalRConnection.Send(new { Type = MessageTypes.SendToGroup, Value = string.Format("{0}|{1}", userOrGroupName, text) }); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); String_t* L_1 = ___userOrGroupName0; String_t* L_2 = ___text1; String_t* L_3; L_3 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralC81F6681F78FB7222ECF711CB1AE99D5896A036C, L_1, L_2, /*hidden argument*/NULL); U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 * L_4 = (U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType0_2_t58841F1649FE1DAFD97EE0316C7CB72F0C9F5BA6_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE(L_4, 6, L_3, /*hidden argument*/U3CU3Ef__AnonymousType0_2__ctor_m249410F5CB01218F9966F72B54ACB25FC89CEAEE_RuntimeMethod_var); NullCheck(L_0); bool L_5; L_5 = Connection_Send_mF429FC3F980824F17E532C17B699E3A0A8EDE57D(L_0, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample__ctor_mCA9CB8340843AFCE9102E5DABA20FB2BDCC1284C (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral260E6C916A493AA2822CBAAC2AC79709A7C53D3D); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/raw-connection/"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); String_t* L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_BaseURL_0(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral260E6C916A493AA2822CBAAC2AC79709A7C53D3D, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, L_1, /*hidden argument*/NULL); __this->set_URI_4(L_2); // string ToEveryBodyText = string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_ToEveryBodyText_6(L_3); // string ToMeText = string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_ToMeText_7(L_4); // string PrivateMessageText = string.Empty; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_PrivateMessageText_8(L_5); // string PrivateMessageUserOrGroupName = string.Empty; String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_PrivateMessageUserOrGroupName_9(L_6); // GUIMessageList messages = new GUIMessageList(); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_7 = (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F *)il2cpp_codegen_object_new(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B(L_7, /*hidden argument*/NULL); __this->set_messages_10(L_7); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.ConnectionAPISample::b__9_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionAPISample_U3COnGUIU3Eb__9_0_m9D3C5E0AD8D24CBAAB1886D746A75A6C777923A9 (ConnectionAPISample_tF68D20550747E2B1E5F78C201B98552DA42E2C0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0051CAE1741AC5EE4217208C5E500A357A5BCD88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B3473433D1D9EA57B784E2B33926FBED8B8B84E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral136B3A6A3C693349A887C45328A01B97294245E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B470FA2AB77132648A4FD736F894F711AA1EBF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A2CBC380F7BAE165887D4524DBCD45E962ED339); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55385599C50BC965AABC565E67963FF5642B308B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C51C0CE2919764109CFB8B682042A9294A174F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66C89F99C088E3CD19E8B95C735E009476F40EC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69C99C2F08DD03BDD331EE46AEB6B0738FF43C89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3262B6B8B603C537A29ECEEE0377162A564A0CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD51167FC9FF60B819EBF5B514B7DBE533733957B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3AF1BF72E1CC9BF111790A2C14EB03C786A7BB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA1B84AC4B2CD908D8A2A5ECFF558591958C4B86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB20F01AB414B7BFE36A3775FAEDE9F8EC69C3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA331E3B0CFD8AEC7DC192B89DB1C3E2117048C1); s_Il2CppMethodInitialized = true; } { // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_0, /*hidden argument*/NULL); // GUILayout.Label("To Everybody"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral66C89F99C088E3CD19E8B95C735E009476F40EC8, L_1, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_2; L_2 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_2, /*hidden argument*/NULL); // ToEveryBodyText = GUILayout.TextField(ToEveryBodyText, GUILayout.MinWidth(100)); String_t* L_3 = __this->get_ToEveryBodyText_6(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_4 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_5 = L_4; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_6; L_6 = GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434((100.0f), /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_6); String_t* L_7; L_7 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_3, L_5, /*hidden argument*/NULL); __this->set_ToEveryBodyText_6(L_7); // if (GUILayout.Button("Broadcast")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_8; L_8 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_9; L_9 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral55385599C50BC965AABC565E67963FF5642B308B, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0064; } } { // Broadcast(ToEveryBodyText); String_t* L_10 = __this->get_ToEveryBodyText_6(); ConnectionAPISample_Broadcast_m14367BA9AB1336766089DEBF65FE1687095338EF(__this, L_10, /*hidden argument*/NULL); } IL_0064: { // if (GUILayout.Button("Broadcast (All Except Me)")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_11; L_11 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_12; L_12 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral3B470FA2AB77132648A4FD736F894F711AA1EBF5, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0081; } } { // BroadcastExceptMe(ToEveryBodyText); String_t* L_13 = __this->get_ToEveryBodyText_6(); ConnectionAPISample_BroadcastExceptMe_m8A0CB01C26479A8DB476E9B2C851A870D9A43D74(__this, L_13, /*hidden argument*/NULL); } IL_0081: { // if (GUILayout.Button("Enter Name")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_14; L_14 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_15; L_15 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralEA1B84AC4B2CD908D8A2A5ECFF558591958C4B86, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009e; } } { // EnterName(ToEveryBodyText); String_t* L_16 = __this->get_ToEveryBodyText_6(); ConnectionAPISample_EnterName_mD4248ADDD72670DF484D599FB186579168935295(__this, L_16, /*hidden argument*/NULL); } IL_009e: { // if (GUILayout.Button("Join Group")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_17; L_17 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_18; L_18 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralFA331E3B0CFD8AEC7DC192B89DB1C3E2117048C1, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00bb; } } { // JoinGroup(ToEveryBodyText); String_t* L_19 = __this->get_ToEveryBodyText_6(); ConnectionAPISample_JoinGroup_mE5683964AA0BC10F879FAD83C766C763E25F53F9(__this, L_19, /*hidden argument*/NULL); } IL_00bb: { // if (GUILayout.Button("Leave Group")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_20; L_20 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_21; L_21 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralEBB20F01AB414B7BFE36A3775FAEDE9F8EC69C3F, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00d8; } } { // LeaveGroup(ToEveryBodyText); String_t* L_22 = __this->get_ToEveryBodyText_6(); ConnectionAPISample_LeaveGroup_mFE4FE72F40C13AA3BF54137141E4B592D83CC0A5(__this, L_22, /*hidden argument*/NULL); } IL_00d8: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Label("To Me"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_23; L_23 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral0B3473433D1D9EA57B784E2B33926FBED8B8B84E, L_23, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_24; L_24 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_24, /*hidden argument*/NULL); // ToMeText = GUILayout.TextField(ToMeText, GUILayout.MinWidth(100)); String_t* L_25 = __this->get_ToMeText_7(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_26 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_27 = L_26; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_28; L_28 = GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434((100.0f), /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_28); String_t* L_29; L_29 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_25, L_27, /*hidden argument*/NULL); __this->set_ToMeText_7(L_29); // if (GUILayout.Button("Send to me")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_30; L_30 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_31; L_31 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralC3262B6B8B603C537A29ECEEE0377162A564A0CF, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0137; } } { // SendToMe(ToMeText); String_t* L_32 = __this->get_ToMeText_7(); ConnectionAPISample_SendToMe_mABB6F81B011A3B14F34C6BF61C77ABC289F37229(__this, L_32, /*hidden argument*/NULL); } IL_0137: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Label("Private Message"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_33; L_33 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral4A2CBC380F7BAE165887D4524DBCD45E962ED339, L_33, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_34; L_34 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_34, /*hidden argument*/NULL); // GUILayout.Label("Message:"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_35; L_35 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralD51167FC9FF60B819EBF5B514B7DBE533733957B, L_35, /*hidden argument*/NULL); // PrivateMessageText = GUILayout.TextField(PrivateMessageText, GUILayout.MinWidth(100)); String_t* L_36 = __this->get_PrivateMessageText_8(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_37 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_38 = L_37; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_39; L_39 = GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434((100.0f), /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_39); String_t* L_40; L_40 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_36, L_38, /*hidden argument*/NULL); __this->set_PrivateMessageText_8(L_40); // GUILayout.Label("User or Group name:"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_41; L_41 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralE3AF1BF72E1CC9BF111790A2C14EB03C786A7BB2, L_41, /*hidden argument*/NULL); // PrivateMessageUserOrGroupName = GUILayout.TextField(PrivateMessageUserOrGroupName, GUILayout.MinWidth(100)); String_t* L_42 = __this->get_PrivateMessageUserOrGroupName_9(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_43 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_44 = L_43; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_45; L_45 = GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434((100.0f), /*hidden argument*/NULL); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_45); (L_44)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_45); String_t* L_46; L_46 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_42, L_44, /*hidden argument*/NULL); __this->set_PrivateMessageUserOrGroupName_9(L_46); // if (GUILayout.Button("Send to user")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_47; L_47 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_48; L_48 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral5C51C0CE2919764109CFB8B682042A9294A174F2, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_01de; } } { // SendToUser(PrivateMessageUserOrGroupName, PrivateMessageText); String_t* L_49 = __this->get_PrivateMessageUserOrGroupName_9(); String_t* L_50 = __this->get_PrivateMessageText_8(); ConnectionAPISample_SendToUser_m999B0FBE1F03D114D2C1BA1F8EE924B0789165B0(__this, L_49, L_50, /*hidden argument*/NULL); } IL_01de: { // if (GUILayout.Button("Send to group")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_51; L_51 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_52; L_52 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral69C99C2F08DD03BDD331EE46AEB6B0738FF43C89, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0201; } } { // SendToGroup(PrivateMessageUserOrGroupName, PrivateMessageText); String_t* L_53 = __this->get_PrivateMessageUserOrGroupName_9(); String_t* L_54 = __this->get_PrivateMessageText_8(); ConnectionAPISample_SendToGroup_m841C9D8A3F223E262334F193A04866637D81927E(__this, L_53, L_54, /*hidden argument*/NULL); } IL_0201: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // if (signalRConnection.State == ConnectionStates.Closed) Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_55 = __this->get_signalRConnection_5(); NullCheck(L_55); int32_t L_56; L_56 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(L_55, /*hidden argument*/NULL); if ((!(((uint32_t)L_56) == ((uint32_t)6)))) { goto IL_023c; } } { // if (GUILayout.Button("Start Connection")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_57; L_57 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_58; L_58 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral0051CAE1741AC5EE4217208C5E500A357A5BCD88, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0258; } } { // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_59 = __this->get_signalRConnection_5(); NullCheck(L_59); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_59, /*hidden argument*/NULL); // } goto IL_0258; } IL_023c: { // else if (GUILayout.Button("Stop Connection")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_60; L_60 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_61; L_61 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral136B3A6A3C693349A887C45328A01B97294245E3, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0258; } } { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_62 = __this->get_signalRConnection_5(); NullCheck(L_62); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_62, /*hidden argument*/NULL); } IL_0258: { // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label("Messages"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_63; L_63 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F, L_63, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_64; L_64 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_64, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // messages.Draw(Screen.width - 20, 0); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_65 = __this->get_messages_10(); int32_t L_66; L_66 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); NullCheck(L_65); GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637(L_65, ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)((int32_t)20))))), (0.0f), /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.ConnectionBase::get_ServerAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionBase_get_ServerAddress_mA6E4CBE2AC1D53B96029F36A7302A77C733FD62D (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public string ServerAddress { get; protected set; } String_t* L_0 = __this->get_U3CServerAddressU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_ServerAddress(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mABC190AAC9D0A764B71BB92F285B0D17A57917CF (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ServerAddress { get; protected set; } String_t* L_0 = ___value0; __this->set_U3CServerAddressU3Ek__BackingField_0(L_0); return; } } // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_State(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.ConnectionBase::get_IsFree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_mFFAF36443A7132BE6310CABBFE46CA6111CA574D (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public bool IsFree { get { return State == HTTPConnectionStates.Initial || State == HTTPConnectionStates.Free; } } int32_t L_0; L_0 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)6))? 1 : 0); } IL_0012: { return (bool)1; } } // System.Boolean BestHTTP.ConnectionBase::get_IsActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsActive_m6424AFC72F62BF3E17939949576D0E637D2BC69A (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public bool IsActive { get { return State > HTTPConnectionStates.Initial && State < HTTPConnectionStates.Free; } } int32_t L_0; L_0 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) < ((int32_t)6))? 1 : 0); } IL_0013: { return (bool)0; } } // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::get_CurrentRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPRequest CurrentRequest { get; protected set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CCurrentRequestU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_CurrentRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m5C57122FEECDBC273E1790681E48ED2223EF044B (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method) { { // public HTTPRequest CurrentRequest { get; protected set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___value0; __this->set_U3CCurrentRequestU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.ConnectionBase::get_IsRemovable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsRemovable_mC38C18665B8A4FF09E5EBD47851BBA5772569CB4 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public virtual bool IsRemovable { get { return IsFree && (DateTime.UtcNow - LastProcessTime) > HTTPManager.MaxConnectionIdleTime; } } bool L_0; L_0 = ConnectionBase_get_IsFree_mFFAF36443A7132BE6310CABBFE46CA6111CA574D(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = __this->get_LastProcessTime_6(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = HTTPManager_get_MaxConnectionIdleTime_m098AA390061A34864CFC29C6ECD60EBF208F88CB_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_5; L_5 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { return (bool)0; } } // System.DateTime BestHTTP.ConnectionBase::get_StartTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ConnectionBase_get_StartTime_mA5F36FECF0F5BC4687B2881C1BEC2955823E45EA (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public DateTime StartTime { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_U3CStartTimeU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_StartTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mB0C4A13B520CD90170B4209CB11BDD4894137844 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { // public DateTime StartTime { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_U3CStartTimeU3Ek__BackingField_3(L_0); return; } } // System.DateTime BestHTTP.ConnectionBase::get_TimedOutStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ConnectionBase_get_TimedOutStart_m38F4B40B8558D4D1D7A16D4A6AF7A77EC0F31D4A (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public DateTime TimedOutStart { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_U3CTimedOutStartU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_TimedOutStart(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m763485949BAF9B456D79B83A1884AE4C9B602500 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { // public DateTime TimedOutStart { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_U3CTimedOutStartU3Ek__BackingField_4(L_0); return; } } // System.Boolean BestHTTP.ConnectionBase::get_HasProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_HasProxy_m044A263255F2F0DE11AD7A5ADF696A84ABABBA23 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public bool HasProxy { get { return this.CurrentRequest != null && this.CurrentRequest.Proxy != null; } } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0; L_0 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1; L_1 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_2; L_2 = HTTPRequest_get_Proxy_m8B6C0E880DA536B2BE6DAE4DF454BE8FF49343F0_inline(L_1, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Uri BestHTTP.ConnectionBase::get_LastProcessedUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ConnectionBase_get_LastProcessedUri_mB38295EC83A0DE8BDEFE2B61DDE76821BE9980E8 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public Uri LastProcessedUri { get; protected set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CLastProcessedUriU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_LastProcessedUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_LastProcessedUri_m31CA7CCFD19B189EAFF01551598DFF15E4C7B977 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri LastProcessedUri { get; protected set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CLastProcessedUriU3Ek__BackingField_5(L_0); return; } } // System.Void BestHTTP.ConnectionBase::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m9A79113A8DBCEEC7F899BF26FCE9B1F684C85F39 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___serverAddress0, const RuntimeMethod* method) { { // :this(serverAddress, true) String_t* L_0 = ___serverAddress0; ConnectionBase__ctor_m27B4C1BDDD36637DBC65D0BE0B75EA36E0402CC3(__this, L_0, (bool)1, /*hidden argument*/NULL); // {} return; } } // System.Void BestHTTP.ConnectionBase::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m27B4C1BDDD36637DBC65D0BE0B75EA36E0402CC3 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___serverAddress0, bool ___threaded1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public ConnectionBase(string serverAddress, bool threaded) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.ServerAddress = serverAddress; String_t* L_0 = ___serverAddress0; ConnectionBase_set_ServerAddress_mABC190AAC9D0A764B71BB92F285B0D17A57917CF_inline(__this, L_0, /*hidden argument*/NULL); // this.State = HTTPConnectionStates.Initial; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, 0, /*hidden argument*/NULL); // this.LastProcessTime = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastProcessTime_6(L_1); // this.IsThreaded = threaded; bool L_2 = ___threaded1; __this->set_IsThreaded_8(L_2); // } return; } } // System.Void BestHTTP.ConnectionBase::Process(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Process_mD7FFAC41F0C86DF73DF2A18D2AD09B6AA3ACB003 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (State == HTTPConnectionStates.Processing) int32_t L_0; L_0 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { // throw new Exception("Connection already processing a request!"); Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA998E267635FEC25A206EE1BFAE35FF4154C7A82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ConnectionBase_Process_mD7FFAC41F0C86DF73DF2A18D2AD09B6AA3ACB003_RuntimeMethod_var))); } IL_0014: { // StartTime = DateTime.MaxValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); ConnectionBase_set_StartTime_mB0C4A13B520CD90170B4209CB11BDD4894137844_inline(__this, L_2, /*hidden argument*/NULL); // State = HTTPConnectionStates.Processing; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, 1, /*hidden argument*/NULL); // CurrentRequest = request; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = ___request0; ConnectionBase_set_CurrentRequest_m5C57122FEECDBC273E1790681E48ED2223EF044B_inline(__this, L_3, /*hidden argument*/NULL); // if (IsThreaded) bool L_4 = __this->get_IsThreaded_8(); if (!L_4) { goto IL_0049; } } { // ThreadPool.QueueUserWorkItem(new WaitCallback(ThreadFunc)); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_5 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_5, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 7)), /*hidden argument*/NULL); bool L_6; L_6 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_5, /*hidden argument*/NULL); // } return; } IL_0049: { // ThreadFunc(null); VirtualActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void BestHTTP.ConnectionBase::ThreadFunc(System.Object) */, __this, NULL); // } return; } } // System.Void BestHTTP.ConnectionBase::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_ThreadFunc_m657EE3599009F8D1786A1CE3415D44FFADA39733 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.ConnectionBase::HandleProgressCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m44C11ECB8B90DA4D5879C1A2798F19AF7F029731 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { Exception_t * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (CurrentRequest.OnProgress != null && CurrentRequest.DownloadProgressChanged) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0; L_0 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * L_1 = L_0->get_OnProgress_12(); if (!L_1) { goto IL_006c; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2; L_2 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = HTTPRequest_get_DownloadProgressChanged_m491A3CC715F53E4806AA7FD61871DBB599C49993_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_006c; } } IL_001a: try {// begin try (depth: 1) // CurrentRequest.OnProgress(CurrentRequest, CurrentRequest.Downloaded, CurrentRequest.DownloadLength); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4; L_4 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * L_5 = L_4->get_OnProgress_12(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6; L_6 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int64_t L_8; L_8 = HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline(L_7, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_9; L_9 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int64_t L_10; L_10 = HTTPRequest_get_DownloadLength_m556EEEB014B8637D08AEB32B1F3823014BE2F396_inline(L_9, /*hidden argument*/NULL); NullCheck(L_5); OnDownloadProgressDelegate_Invoke_m7BE1633C876107A09D43BE9DC7BE33F4501F52BC(L_5, L_6, L_8, L_10, /*hidden argument*/NULL); // } goto IL_0060; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0048; } throw e; } CATCH_0048: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("ConnectionBase", "HandleProgressCallback - OnProgress", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_12 = V_0; NullCheck(L_11); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68F5FE71D2C973E23D0F4D01C77BEA89A461DB26)), L_12); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0060; }// end catch (depth: 1) IL_0060: { // CurrentRequest.DownloadProgressChanged = false; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_13; L_13 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(L_13, (bool)0, /*hidden argument*/NULL); } IL_006c: { // if (CurrentRequest.OnUploadProgress != null && CurrentRequest.UploadProgressChanged) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_14; L_14 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * L_15 = L_14->get_OnUploadProgress_9(); if (!L_15) { goto IL_00d8; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_16; L_16 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); bool L_17; L_17 = HTTPRequest_get_UploadProgressChanged_mA6A4651494EE61AEF8F811F75E9A1916A8AE840B_inline(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d8; } } IL_0086: try {// begin try (depth: 1) // CurrentRequest.OnUploadProgress(CurrentRequest, CurrentRequest.Uploaded, CurrentRequest.UploadLength); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_18; L_18 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * L_19 = L_18->get_OnUploadProgress_9(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_20; L_20 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_21; L_21 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22; L_22 = HTTPRequest_get_Uploaded_m1215F052F1827765DC1C127692A67E97704B835F_inline(L_21, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_23; L_23 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); int64_t L_24; L_24 = HTTPRequest_get_UploadLength_m74BFC2B6BAB2596CADDE2056BB1116628C362083_inline(L_23, /*hidden argument*/NULL); NullCheck(L_19); OnUploadProgressDelegate_Invoke_mACA790E2E9E6D5870FC292AADE1B1EFB34006FF9(L_19, L_20, L_22, L_24, /*hidden argument*/NULL); // } goto IL_00cc; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b4; } throw e; } CATCH_00b4: {// begin catch(System.Exception) // catch (Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("ConnectionBase", "HandleProgressCallback - OnUploadProgress", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_25; L_25 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_26 = V_1; NullCheck(L_25); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E43532D34F4B7732BE0F2F30E940364125B6E6C)), L_26); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00cc; }// end catch (depth: 1) IL_00cc: { // CurrentRequest.UploadProgressChanged = false; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_27; L_27 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); HTTPRequest_set_UploadProgressChanged_mFD1BFFD62CDC378E971F44013510A55CA0C7C9FB_inline(L_27, (bool)0, /*hidden argument*/NULL); } IL_00d8: { // } return; } } // System.Void BestHTTP.ConnectionBase::HandleCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleCallback_mC6EB90CD6FA76F1B298DB31546742B3B75D58C70 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // HandleProgressCallback(); ConnectionBase_HandleProgressCallback_m44C11ECB8B90DA4D5879C1A2798F19AF7F029731(__this, /*hidden argument*/NULL); // if (State == HTTPConnectionStates.Upgraded) int32_t L_0; L_0 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_004a; } } IL_000f: { // if (CurrentRequest != null && CurrentRequest.Response != null && CurrentRequest.Response.IsUpgraded) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1; L_1 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0041; } } IL_0017: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2; L_2 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_3; L_3 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } IL_0024: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4; L_4 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_5; L_5 = HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0041; } } IL_0036: { // CurrentRequest.UpgradeCallback(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7; L_7 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); HTTPRequest_UpgradeCallback_m4086A0A4620D10CDCDD69906C78A22757611CD67(L_7, /*hidden argument*/NULL); } IL_0041: { // State = HTTPConnectionStates.WaitForProtocolShutdown; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, 4, /*hidden argument*/NULL); // } goto IL_0055; } IL_004a: { // CurrentRequest.CallCallback(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8; L_8 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); HTTPRequest_CallCallback_m19EB5CBDBFD296B249812EE138191AA5F745291D(L_8, /*hidden argument*/NULL); } IL_0055: { // } goto IL_006f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0057; } throw e; } CATCH_0057: {// begin catch(System.Exception) // catch (Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("ConnectionBase", "HandleCallback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51B34CC2C11B75062A72C72DC9BF4F9C0ABE1025)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62267E44E69A06456F3BCA422446750BA4C25A2C)), L_10); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006f; }// end catch (depth: 1) IL_006f: { // } return; } } // System.Void BestHTTP.ConnectionBase::Recycle(BestHTTP.HTTPConnectionRecycledDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Recycle_mF1DEC14EC41A2B2A87A4281EBC8E8E89D5C55B71 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * ___onConnectionRecycled0, const RuntimeMethod* method) { { // OnConnectionRecycled = onConnectionRecycled; HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * L_0 = ___onConnectionRecycled0; __this->set_OnConnectionRecycled_7(L_0); // if (!(State > HTTPConnectionStates.Initial && State < HTTPConnectionStates.WaitForProtocolShutdown) || State == HTTPConnectionStates.Redirected) int32_t L_1; L_1 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0022; } } { int32_t L_2; L_2 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0022; } } { int32_t L_3; L_3 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0028; } } IL_0022: { // RecycleNow(); ConnectionBase_RecycleNow_m4D8BA27B972C6244F840916E7183D6A33E1BACCA(__this, /*hidden argument*/NULL); } IL_0028: { // } return; } } // System.Void BestHTTP.ConnectionBase::RecycleNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m4D8BA27B972C6244F840916E7183D6A33E1BACCA (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (State == HTTPConnectionStates.TimedOut || // State == HTTPConnectionStates.Closed) int32_t L_0; L_0 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)8))) { goto IL_0013; } } { int32_t L_1; L_1 = ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001e; } } IL_0013: { // LastProcessTime = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_LastProcessTime_6(L_2); } IL_001e: { // State = HTTPConnectionStates.Free; ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline(__this, 6, /*hidden argument*/NULL); // if (CurrentRequest != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3; L_3 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0038; } } { // CurrentRequest.Dispose(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4; L_4 = ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); HTTPRequest_Dispose_mB623C4A112A655415E841A24554E007FB24FEE9F(L_4, /*hidden argument*/NULL); } IL_0038: { // CurrentRequest = null; ConnectionBase_set_CurrentRequest_m5C57122FEECDBC273E1790681E48ED2223EF044B_inline(__this, (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)NULL, /*hidden argument*/NULL); // if (OnConnectionRecycled != null) HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * L_5 = __this->get_OnConnectionRecycled_7(); if (!L_5) { goto IL_005a; } } { // OnConnectionRecycled(this); HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * L_6 = __this->get_OnConnectionRecycled_7(); NullCheck(L_6); HTTPConnectionRecycledDelegate_Invoke_m3992749FE4FDE69D1C02DE6625CFC00CA5B32789(L_6, __this, /*hidden argument*/NULL); // OnConnectionRecycled = null; __this->set_OnConnectionRecycled_7((HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A *)NULL); } IL_005a: { // } return; } } // System.Boolean BestHTTP.ConnectionBase::get_IsDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsDisposed_mD47823BE0FE1331F9BBE8CF79FFD2B2219BB80DC (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // protected bool IsDisposed { get; private set; } bool L_0 = __this->get_U3CIsDisposedU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_IsDisposed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m94416F4C65CA71279F9408218D7A0C93D3827D0F (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, bool ___value0, const RuntimeMethod* method) { { // protected bool IsDisposed { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDisposedU3Ek__BackingField_9(L_0); return; } } // System.Void BestHTTP.ConnectionBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m915CDB290E2507201B67BC89947B6776E51F752A (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Dispose(true); VirtualActionInvoker1< bool >::Invoke(8 /* System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) */, __this, (bool)1); // GC.SuppressFinalize(this); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_mFEDC3330F67388E232E536D1E8D42BB616D04D72 (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, bool ___disposing0, const RuntimeMethod* method) { { // IsDisposed = true; ConnectionBase_set_IsDisposed_m94416F4C65CA71279F9408218D7A0C93D3827D0F_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.ConnectionBase::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Finalize_m75B4E7A93FAD6EBAC1B8EF3BC07ACC47210DBAFF (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // Dispose(false); VirtualActionInvoker1< bool >::Invoke(8 /* System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ConnectionEnd::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionEnd__ctor_mC126A93C21347A2052655FE469C20433076FCCFD (ConnectionEnd_t02D1812B291BB45D082C4BA03B7F61EACAD19F85 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.ConnectionStatusSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_Start_m670AD233C10ED343A00C7B4238BB1A4DA715969C (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStatusSample_signalRConnection_OnError_mD7933952D8B6B84E46FDDB5D7B3DE3C57DE05DEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStatusSample_signalRConnection_OnNonHubMessage_m0DFED341F5D2EF30AEFE3C1983A5C1BDFED26314_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStatusSample_signalRConnection_OnStateChanged_m394576481B2E598EB5C4B00D7255AD48FE12C24D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStatusSample_statusHub_OnMethodCall_mF2104E6985100EE40D0202A23E2A3294EA5F7D81_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873); s_Il2CppMethodInitialized = true; } { // signalRConnection = new Connection(URI, "StatusHub"); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_URI_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_3 = (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC *)il2cpp_codegen_object_new(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); Connection__ctor_m48B20C56F44D504D9992E0A7B18D0B5AEF423ED7(L_3, L_0, L_2, /*hidden argument*/NULL); __this->set_signalRConnection_5(L_3); // signalRConnection.OnNonHubMessage += signalRConnection_OnNonHubMessage; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_4 = __this->get_signalRConnection_5(); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_5 = (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)il2cpp_codegen_object_new(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); OnNonHubMessageDelegate__ctor_m92ABF60CD2C154CB85E38D9D2A3B659DF3F1C4C4(L_5, __this, (intptr_t)((intptr_t)ConnectionStatusSample_signalRConnection_OnNonHubMessage_m0DFED341F5D2EF30AEFE3C1983A5C1BDFED26314_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_4); Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA(L_4, L_5, /*hidden argument*/NULL); // signalRConnection.OnError += signalRConnection_OnError; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_6 = __this->get_signalRConnection_5(); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_7 = (OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)il2cpp_codegen_object_new(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_mCEEB25DB46049FBD76047387A764DD19E0A13AF7(L_7, __this, (intptr_t)((intptr_t)ConnectionStatusSample_signalRConnection_OnError_mD7933952D8B6B84E46FDDB5D7B3DE3C57DE05DEF_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); Connection_add_OnError_m5627BEC3E59A770653AA07AA0D19AAF7F47DBFE5(L_6, L_7, /*hidden argument*/NULL); // signalRConnection.OnStateChanged += signalRConnection_OnStateChanged; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_8 = __this->get_signalRConnection_5(); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_9 = (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)il2cpp_codegen_object_new(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); OnStateChanged__ctor_mB9D6F1706390D89BC05025A662EDEB6E2DEE3A16(L_9, __this, (intptr_t)((intptr_t)ConnectionStatusSample_signalRConnection_OnStateChanged_m394576481B2E598EB5C4B00D7255AD48FE12C24D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_8); Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542(L_8, L_9, /*hidden argument*/NULL); // signalRConnection["StatusHub"].OnMethodCall += statusHub_OnMethodCall; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_10 = __this->get_signalRConnection_5(); NullCheck(L_10); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_11; L_11 = Connection_get_Item_mD9F3712329F565F0B5EA3EC45B730FE6ECE215E4(L_10, _stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873, /*hidden argument*/NULL); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_12 = (OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)il2cpp_codegen_object_new(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var); OnMethodCallDelegate__ctor_m8B31AEC0BE695ED8063CB3CFD29093FF06E8D307(L_12, __this, (intptr_t)((intptr_t)ConnectionStatusSample_statusHub_OnMethodCall_mF2104E6985100EE40D0202A23E2A3294EA5F7D81_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_11); Hub_add_OnMethodCall_mDE65D5EF4BBA668DD33D0CB54BBB338110229CBE(L_11, L_12, /*hidden argument*/NULL); // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_13 = __this->get_signalRConnection_5(); NullCheck(L_13); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_13, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_OnDestroy_m9AEA4B39F1FDEB558DC1A3D7FA11675D1EC0414A (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, const RuntimeMethod* method) { { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); NullCheck(L_0); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_OnGUI_mD552389E46E7EBC0E9C4D781A67193515D894C94 (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStatusSample_U3COnGUIU3Eb__5_0_mF2351AC95446004198E399DF9AFF7638A4D06EE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.BeginHorizontal(); // // if (GUILayout.Button("START") && signalRConnection.State != ConnectionStates.Connected) // signalRConnection.Open(); // // if (GUILayout.Button("STOP") && signalRConnection.State == ConnectionStates.Connected) // { // signalRConnection.Close(); // messages.Clear(); // } // // if (GUILayout.Button("PING") && signalRConnection.State == ConnectionStates.Connected) // { // // Call a Hub-method on the server. // signalRConnection["StatusHub"].Call("Ping"); // } // // GUILayout.EndHorizontal(); // // GUILayout.Space(20); // // GUILayout.Label("Connection Status Messages"); // // GUILayout.BeginHorizontal(); // GUILayout.Space(20); // messages.Draw(Screen.width - 20, 0); // GUILayout.EndHorizontal(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)ConnectionStatusSample_U3COnGUIU3Eb__5_0_mF2351AC95446004198E399DF9AFF7638A4D06EE5_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::signalRConnection_OnNonHubMessage(BestHTTP.SignalR.Connection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_signalRConnection_OnNonHubMessage_m0DFED341F5D2EF30AEFE3C1983A5C1BDFED26314 (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager0, RuntimeObject * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33); s_Il2CppMethodInitialized = true; } { // messages.Add("[Server Message] " + data.ToString()); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); RuntimeObject * L_1 = ___data1; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33, L_2, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::signalRConnection_OnStateChanged(BestHTTP.SignalR.Connection,BestHTTP.SignalR.ConnectionStates,BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_signalRConnection_OnStateChanged_m394576481B2E598EB5C4B00D7255AD48FE12C24D (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager0, int32_t ___oldState1, int32_t ___newState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4); s_Il2CppMethodInitialized = true; } { // messages.Add(string.Format("[State Change] {0} => {1}", oldState, newState)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); int32_t L_1 = ___oldState1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___newState2; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4, L_3, L_6, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::signalRConnection_OnError(BestHTTP.SignalR.Connection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_signalRConnection_OnError_mD7933952D8B6B84E46FDDB5D7B3DE3C57DE05DEF (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager0, String_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95); s_Il2CppMethodInitialized = true; } { // messages.Add("[Error] " + error); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); String_t* L_1 = ___error1; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95, L_1, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::statusHub_OnMethodCall(BestHTTP.SignalR.Hubs.Hub,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_statusHub_OnMethodCall_mF2104E6985100EE40D0202A23E2A3294EA5F7D81 (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40684881BDF6BD0B2C200E1500277F543C042D66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral421BFDA08E706EAA83F57C7DA5A52191AD1B0AEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE2DCBB4D6F6CB4321C42047BF94FD69E4C91DED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED59B830BCF59C8733363F0C6868BB9A5E384E40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEAFF4EA4BDCF3E59399FCE8A6B2965DE0964BA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18899079518FEC348E407BBC3AA0184075FB2DD); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B6_0 = NULL; { // string id = args.Length > 0 ? args[0] as string : string.Empty; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_000b; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_1; goto IL_0013; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); G_B3_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } IL_0013: { V_0 = G_B3_0; // string when = args.Length > 1 ? args[1].ToString() : string.Empty; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args2; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) > ((int32_t)1))) { goto IL_0021; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_6; goto IL_0029; } IL_0021: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___args2; NullCheck(L_7); int32_t L_8 = 1; RuntimeObject * L_9 = (L_7)->GetAt(static_cast(L_8)); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); G_B6_0 = L_10; } IL_0029: { V_1 = G_B6_0; String_t* L_11 = ___method1; if (!L_11) { goto IL_00b3; } } { String_t* L_12 = ___method1; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99, /*hidden argument*/NULL); if (L_13) { goto IL_0059; } } { String_t* L_14 = ___method1; bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteralED59B830BCF59C8733363F0C6868BB9A5E384E40, /*hidden argument*/NULL); if (L_15) { goto IL_0077; } } { String_t* L_16 = ___method1; bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, _stringLiteralEEAFF4EA4BDCF3E59399FCE8A6B2965DE0964BA8, /*hidden argument*/NULL); if (L_17) { goto IL_0095; } } { goto IL_00b3; } IL_0059: { // messages.Add(string.Format("[{0}] {1} joined at {2}", hub.Name, id, when)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_18 = __this->get_messages_6(); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_19 = ___hub0; NullCheck(L_19); String_t* L_20; L_20 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_19, /*hidden argument*/NULL); String_t* L_21 = V_0; String_t* L_22 = V_1; String_t* L_23; L_23 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteralDE2DCBB4D6F6CB4321C42047BF94FD69E4C91DED, L_20, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_18); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_18, L_23, /*hidden argument*/NULL); // break; return; } IL_0077: { // messages.Add(string.Format("[{0}] {1} reconnected at {2}", hub.Name, id, when)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_24 = __this->get_messages_6(); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_25 = ___hub0; NullCheck(L_25); String_t* L_26; L_26 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = V_0; String_t* L_28 = V_1; String_t* L_29; L_29 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral421BFDA08E706EAA83F57C7DA5A52191AD1B0AEB, L_26, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_24); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_24, L_29, /*hidden argument*/NULL); // break; return; } IL_0095: { // messages.Add(string.Format("[{0}] {1} leaved at {2}", hub.Name, id, when)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_30 = __this->get_messages_6(); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_31 = ___hub0; NullCheck(L_31); String_t* L_32; L_32 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_31, /*hidden argument*/NULL); String_t* L_33 = V_0; String_t* L_34 = V_1; String_t* L_35; L_35 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral40684881BDF6BD0B2C200E1500277F543C042D66, L_32, L_33, L_34, /*hidden argument*/NULL); NullCheck(L_30); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_30, L_35, /*hidden argument*/NULL); // break; return; } IL_00b3: { // messages.Add(string.Format("[{0}] {1}", hub.Name, method)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_36 = __this->get_messages_6(); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_37 = ___hub0; NullCheck(L_37); String_t* L_38; L_38 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(L_37, /*hidden argument*/NULL); String_t* L_39 = ___method1; String_t* L_40; L_40 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralF18899079518FEC348E407BBC3AA0184075FB2DD, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_36, L_40, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample__ctor_m67199F8F23666C5D367F3395C61DFA41E41FFCCB (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/signalr"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); String_t* L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_BaseURL_0(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, L_1, /*hidden argument*/NULL); __this->set_URI_4(L_2); // GUIMessageList messages = new GUIMessageList(); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_3 = (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F *)il2cpp_codegen_object_new(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B(L_3, /*hidden argument*/NULL); __this->set_messages_6(L_3); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.ConnectionStatusSample::b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionStatusSample_U3COnGUIU3Eb__5_0_mF2351AC95446004198E399DF9AFF7638A4D06EE5 (ConnectionStatusSample_t4600BFF306E794303E4F00DEDE010183579FD223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00F3B0267BDF3FF9852519CE3B678EF6C651B018); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CA684424B0F3C717BBC6239F51361B70485D4A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F2BC1A4C1D408D4886686929BD9876A87E171DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0448E6572AD97C10FD7929B5F4958C2136F2E88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0A195B25EEA7F29A81912B903F55D2DBC51A82B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873); s_Il2CppMethodInitialized = true; } { // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_0, /*hidden argument*/NULL); // if (GUILayout.Button("START") && signalRConnection.State != ConnectionStates.Connected) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_2; L_2 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral3CA684424B0F3C717BBC6239F51361B70485D4A1, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0034; } } { Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_3 = __this->get_signalRConnection_5(); NullCheck(L_3); int32_t L_4; L_4 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0034; } } { // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_5 = __this->get_signalRConnection_5(); NullCheck(L_5); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_5, /*hidden argument*/NULL); } IL_0034: { // if (GUILayout.Button("STOP") && signalRConnection.State == ConnectionStates.Connected) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6; L_6 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_7; L_7 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralB0448E6572AD97C10FD7929B5F4958C2136F2E88, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0069; } } { Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_8 = __this->get_signalRConnection_5(); NullCheck(L_8); int32_t L_9; L_9 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)4)))) { goto IL_0069; } } { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_10 = __this->get_signalRConnection_5(); NullCheck(L_10); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_10, /*hidden argument*/NULL); // messages.Clear(); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_11 = __this->get_messages_6(); NullCheck(L_11); GUIMessageList_Clear_m5BB2E23159388161A9FB438B23E8518C0F518EAE(L_11, /*hidden argument*/NULL); } IL_0069: { // if (GUILayout.Button("PING") && signalRConnection.State == ConnectionStates.Connected) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_12; L_12 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_13; L_13 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralF0A195B25EEA7F29A81912B903F55D2DBC51A82B, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00a8; } } { Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_14 = __this->get_signalRConnection_5(); NullCheck(L_14); int32_t L_15; L_15 = Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_00a8; } } { // signalRConnection["StatusHub"].Call("Ping"); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_16 = __this->get_signalRConnection_5(); NullCheck(L_16); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_17; L_17 = Connection_get_Item_mD9F3712329F565F0B5EA3EC45B730FE6ECE215E4(L_16, _stringLiteralF2C3D598A3EE8149A2B69FE3D147B485D8E51873, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18; L_18 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_17); bool L_19; L_19 = Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8(L_17, _stringLiteral9F2BC1A4C1D408D4886686929BD9876A87E171DF, L_18, /*hidden argument*/NULL); } IL_00a8: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label("Connection Status Messages"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_20; L_20 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral00F3B0267BDF3FF9852519CE3B678EF6C651B018, L_20, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_21; L_21 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_21, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // messages.Draw(Screen.width - 20, 0); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_22 = __this->get_messages_6(); int32_t L_23; L_23 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); NullCheck(L_22); GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637(L_22, ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)20))))), (0.0f), /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructedOctetStream__ctor_mDB8CDEB7907344A7553ADE95C46A2607D9986BD4 (ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA * __this, Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ___parser0, const RuntimeMethod* method) { { // private bool _first = true; __this->set__first_7((bool)1); // internal ConstructedOctetStream( // Asn1StreamParser parser) BaseInputStream__ctor_m53BB379680B2299625C9A5927B0B54EFD03DF1D5(__this, /*hidden argument*/NULL); // _parser = parser; Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = ___parser0; __this->set__parser_6(L_0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstructedOctetStream_Read_m3E577CC9FC21118B95A048286E1E69A52387F062 (ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; { // if (_currentStream == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__currentStream_8(); if (L_0) { goto IL_003b; } } { // if (!_first) bool L_1 = __this->get__first_7(); if (L_1) { goto IL_0012; } } { // return 0; return 0; } IL_0012: { // Asn1OctetStringParser s = (Asn1OctetStringParser)_parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_2 = __this->get__parser_6(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_2); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // if (s == null) RuntimeObject* L_4 = V_1; if (L_4) { goto IL_0028; } } { // return 0; return 0; } IL_0028: { // _first = false; __this->set__first_7((bool)0); // _currentStream = s.GetOctetStream(); RuntimeObject* L_5 = V_1; NullCheck(L_5); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6; L_6 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_5); __this->set__currentStream_8(L_6); } IL_003b: { // int totalRead = 0; V_0 = 0; } IL_003d: { // int numRead = _currentStream.Read(buffer, offset + totalRead, count - totalRead); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = __this->get__currentStream_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; int32_t L_11 = ___count2; int32_t L_12 = V_0; NullCheck(L_7); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_2 = L_13; // if (numRead > 0) int32_t L_14 = V_2; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_005e; } } { // totalRead += numRead; int32_t L_15 = V_0; int32_t L_16 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); // if (totalRead == count) int32_t L_17 = V_0; int32_t L_18 = ___count2; if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_003d; } } { // return totalRead; int32_t L_19 = V_0; return L_19; } IL_005e: { // Asn1OctetStringParser aos = (Asn1OctetStringParser)_parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_20 = __this->get__parser_6(); NullCheck(L_20); RuntimeObject* L_21; L_21 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_20); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_21, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // if (aos == null) RuntimeObject* L_22 = V_3; if (L_22) { goto IL_007b; } } { // _currentStream = null; __this->set__currentStream_8((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); // return totalRead; int32_t L_23 = V_0; return L_23; } IL_007b: { // _currentStream = aos.GetOctetStream(); RuntimeObject* L_24 = V_3; NullCheck(L_24); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_25; L_25 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_24); __this->set__currentStream_8(L_25); goto IL_003d; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.ConstructedOctetStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstructedOctetStream_ReadByte_m2B252C086474240743A26CC1B095F91F710A58FC (ConstructedOctetStream_t4CFB1FA8A1EA68A767901B568301CE0537B42DDA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; { // if (_currentStream == null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__currentStream_8(); if (L_0) { goto IL_003b; } } { // if (!_first) bool L_1 = __this->get__first_7(); if (L_1) { goto IL_0012; } } { // return 0; return 0; } IL_0012: { // Asn1OctetStringParser s = (Asn1OctetStringParser)_parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_2 = __this->get__parser_6(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_2); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // if (s == null) RuntimeObject* L_4 = V_0; if (L_4) { goto IL_0028; } } { // return 0; return 0; } IL_0028: { // _first = false; __this->set__first_7((bool)0); // _currentStream = s.GetOctetStream(); RuntimeObject* L_5 = V_0; NullCheck(L_5); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6; L_6 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_5); __this->set__currentStream_8(L_6); } IL_003b: { // int b = _currentStream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = __this->get__currentStream_8(); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_7); V_1 = L_8; // if (b >= 0) int32_t L_9 = V_1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004d; } } { // return b; int32_t L_10 = V_1; return L_10; } IL_004d: { // Asn1OctetStringParser aos = (Asn1OctetStringParser)_parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_11 = __this->get__parser_6(); NullCheck(L_11); RuntimeObject* L_12; L_12 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_11); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var)); // if (aos == null) RuntimeObject* L_13 = V_2; if (L_13) { goto IL_006a; } } { // _currentStream = null; __this->set__currentStream_8((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); // return -1; return (-1); } IL_006a: { // _currentStream = aos.GetOctetStream(); RuntimeObject* L_14 = V_2; NullCheck(L_14); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15; L_15 = InterfaceFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetStringParser::GetOctetStream() */, Asn1OctetStringParser_t2A6C13BCDD1435E18671B65379BBC792F442F582_il2cpp_TypeInfo_var, L_14); __this->set__currentStream_8(L_15); goto IL_003b; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * ContentHints_GetInstance_m60868B340268F5A2438953BA51CD16394CB9D3BF (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o == null || o is ContentHints) RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___o0; if (!((ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE *)IsInstClass((RuntimeObject*)L_1, ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (ContentHints)o; RuntimeObject * L_2 = ___o0; return ((ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE *)CastclassClass((RuntimeObject*)L_2, ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE_il2cpp_TypeInfo_var)); } IL_0012: { // if (o is Asn1Sequence) RuntimeObject * L_3 = ___o0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new ContentHints((Asn1Sequence)o); RuntimeObject * L_4 = ___o0; ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * L_5 = (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE *)il2cpp_codegen_object_new(ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE_il2cpp_TypeInfo_var); ContentHints__ctor_mB1075F16DAFF678AA063D5BA61C5A0448C37EA5E(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in 'ContentHints' factory : " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(o) + "."); RuntimeObject * L_6 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1CBF5C82FA27CBC1788DEDA2606543EA982F2B92)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ContentHints_GetInstance_m60868B340268F5A2438953BA51CD16394CB9D3BF_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentHints__ctor_mB1075F16DAFF678AA063D5BA61C5A0448C37EA5E (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // private ContentHints( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // IAsn1Convertible field = seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); V_0 = L_1; // if (field.ToAsn1Object() is DerUtf8String) RuntimeObject* L_2 = V_0; NullCheck(L_2); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3; L_3 = InterfaceFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible::ToAsn1Object() */, IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB_il2cpp_TypeInfo_var, L_2); if (!((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)IsInstClass((RuntimeObject*)L_3, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113_il2cpp_TypeInfo_var))) { goto IL_003a; } } { // contentDescription = DerUtf8String.GetInstance(field); RuntimeObject* L_4 = V_0; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_5; L_5 = DerUtf8String_GetInstance_mFA869E7C94EF5349F0CCA598AEB3F2952432D5DE(L_4, /*hidden argument*/NULL); __this->set_contentDescription_2(L_5); // contentType = DerObjectIdentifier.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8; L_8 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_7, /*hidden argument*/NULL); __this->set_contentType_3(L_8); // } return; } IL_003a: { // contentType = DerObjectIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, 0); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11; L_11 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_10, /*hidden argument*/NULL); __this->set_contentType_3(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentHints__ctor_mA464FED196D1BF208A447D25FEE0C78174BD4334 (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, const RuntimeMethod* method) { { // public ContentHints( // DerObjectIdentifier contentType) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.contentType = contentType; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___contentType0; __this->set_contentType_3(L_0); // this.contentDescription = null; __this->set_contentDescription_2((DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 *)NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentHints__ctor_m50B599E421CF07C5E62C32F3050C7F80C288C9D4 (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___contentType0, DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * ___contentDescription1, const RuntimeMethod* method) { { // public ContentHints( // DerObjectIdentifier contentType, // DerUtf8String contentDescription) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.contentType = contentType; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___contentType0; __this->set_contentType_3(L_0); // this.contentDescription = contentDescription; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_1 = ___contentDescription1; __this->set_contentDescription_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentHints_get_ContentType_mF7B0E67EA31391BFFEB004A5CBED4227BDE1D6D0 (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, const RuntimeMethod* method) { { // get { return contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_contentType_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtf8String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::get_ContentDescription() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * ContentHints_get_ContentDescription_m1521D94CF51B33EC1FA614DF38A755D0115A65C1 (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, const RuntimeMethod* method) { { // get { return contentDescription; } DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_0 = __this->get_contentDescription_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.ContentHints::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ContentHints_ToAsn1Object_m5534617BD0555FBCACE6D6631BA851FD1AD39DB8 (ContentHints_t8F10F2965442412E8249E6527C6160E418A6D5AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (contentDescription != null) DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_2 = __this->get_contentDescription_2(); if (!L_2) { goto IL_0028; } } { // v.Add(contentDescription); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; DerUtf8String_t8C11A57D332C70FCEEBF61712BD96723C53B6113 * L_6 = __this->get_contentDescription_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_0028: { // v.Add(contentType); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_8; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = __this->get_contentType_3(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_10); NullCheck(L_7); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_7, L_9, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_11 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_12 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_12, L_11, /*hidden argument*/NULL); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyTransRecipientInfoGenerator_set_SubjectKeyIdentifier_m0CB867C9A17670E0CA39E3F6DD03AE6085E1268C_inline (KeyTransRecipientInfoGenerator_t4D19EF837407B9F0CE3140C25A30074F5D7F9DF1 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___value0, const RuntimeMethod* method) { { // set { this.subjectKeyIdentifier = value; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___value0; __this->set_subjectKeyIdentifier_3(L_0); // set { this.subjectKeyIdentifier = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator_set_KekIdentifier_mED9A928689C89449A509E32C051928C04FE70466_inline (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___value0, const RuntimeMethod* method) { { // set { this.kekIdentifier = value; } KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * L_0 = ___value0; __this->set_kekIdentifier_3(L_0); // set { this.kekIdentifier = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KekRecipientInfoGenerator_set_KeyEncryptionKeyOID_mEBC5E614AC785932D4640D52D095750779DF57C4_inline (KekRecipientInfoGenerator_t1EADCDF1D7A6EA36646F881F5090E1AF7340FDE2 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { this.keyEncryptionKeyOID = value; } String_t* L_0 = ___value0; __this->set_keyEncryptionKeyOID_2(L_0); // set { this.keyEncryptionKeyOID = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CmsPbeKey_get_IterationCount_m9076CC74E7408167E7E2C48A30D5EC07AAD42E86_inline (CmsPbeKey_tBF17FCE3F33E7423EA23A8DB6AF64B21D85CAC43 * __this, const RuntimeMethod* method) { { // get { return iterationCount; } int32_t L_0 = __this->get_iterationCount_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyDerivationAlgorithm_m3D3B6B48A3661960BD72D7A9DCD6AA398CE70FC1_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___value0, const RuntimeMethod* method) { { // set { this.keyDerivationAlgorithm = value; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = ___value0; __this->set_keyDerivationAlgorithm_1(L_0); // set { this.keyDerivationAlgorithm = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyEncryptionKeyOID_mABA21056FDC1DD7F509E00AE1C19931971C1B85A_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, String_t* ___value0, const RuntimeMethod* method) { { // set { this.keyEncryptionKeyOID = value; } String_t* L_0 = ___value0; __this->set_keyEncryptionKeyOID_3(L_0); // set { this.keyEncryptionKeyOID = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PasswordRecipientInfoGenerator_set_KeyEncryptionKey_mA30F6E03A042029D4984104FA7D94E26A2E37CAE_inline (PasswordRecipientInfoGenerator_tB774F596B4F50D8C2EEFE5DA626C529C1ADAD201 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___value0, const RuntimeMethod* method) { { // set { this.keyEncryptionKey = value; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_0 = ___value0; __this->set_keyEncryptionKey_2(L_0); // set { this.keyEncryptionKey = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method) { { // get { return privateKey; } bool L_0 = __this->get_privateKey_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_KeyAgreementOID_m6D489EAA8FF149732F2B28C6BB249ABD6400F7E3_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method) { { // set { this.keyAgreementOID = value; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___value0; __this->set_keyAgreementOID_1(L_0); // set { this.keyAgreementOID = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_KeyEncryptionOID_m49B533AE9333D77FD51D8B05B40C05BAEA351907_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method) { { // set { this.keyEncryptionOID = value; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___value0; __this->set_keyEncryptionOID_2(L_0); // set { this.keyEncryptionOID = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyAgreeRecipientInfoGenerator_set_SenderKeyPair_mA8770BC83998568528390A4DE3CAA8456892266D_inline (KeyAgreeRecipientInfoGenerator_t24C54423315127CBA3D467B929DD226A00232F34 * __this, AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * ___value0, const RuntimeMethod* method) { { // set { this.senderKeyPair = value; } AsymmetricCipherKeyPair_t975F15F5FD9FD35454E104A768061EAFB010D929 * L_0 = ___value0; __this->set_senderKeyPair_4(L_0); // set { this.senderKeyPair = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ContentInfo_get_Content_mD09B56FA98E38707A597CFBDA4E3936768893A76_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method) { { // get { return content; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_content_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * SignedData_get_EncapContentInfo_m288DDF71F96044ADDAE2997F38D24BD5236A4AFA_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return contentInfo; } ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * L_0 = __this->get_contentInfo_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignedData_get_Version_mB0C663B05E7B04F260DEAFCBDDE9FB2F5C1B7EF3_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_SignerInfos_mA787CD8CFDBE0D4D2AB0F24C4A7191BB3959F0F0_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return signerInfos; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_signerInfos_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfo_get_ContentType_m9E94A541DFFA5E855D3A2C2FF5614DC9105964DE_inline (ContentInfo_tDB28674AE75D44B150F20D9A0D92CDB45F03675B * __this, const RuntimeMethod* method) { { // get { return contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_contentType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInfo_get_DigestAlgorithm_m533724D4114195F091E1983A334D72395D0728DA_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method) { { // get { return digAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_digAlgorithm_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_Certificates_mBF4914746C481E61BCDF30D6DBDDC546556FA190_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return certificates; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_certificates_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_CRLs_mCA19982F95C6AA7331F78B4FC8C515C064B84611_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return crls; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_crls_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SignerInformation_get_DigestAlgorithmID_mD1214BCCC49E013EA65974F11E447C3823BE466C_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method) { { // get { return digestAlgorithm; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_digestAlgorithm_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * SignerInformation_ToSignerInfo_m0512065CE64038C25E673C7D0DAEE87EF0D0BE9E_inline (SignerInformation_t1550226027D41BFFAAEC38197F199A8339DF60D5 * __this, const RuntimeMethod* method) { { // return info; SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * L_0 = __this->get_info_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * SignedData_get_DigestAlgorithms_mD056D82FFE3CD0D01345D2A4F3F28AF7A3CD7E51_inline (SignedData_t508E79ECBC1F2EE8B3C6C09CB02014602AB3399C * __this, const RuntimeMethod* method) { { // get { return digestAlgorithms; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_digestAlgorithms_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCerts_m84FB2CAFC1F2C3F4DD168A1682BBACE8DC09CAD8_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCerts; } bool L_0 = __this->get__useDerForCerts_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CmsSignedGenerator_get_UseDerForCrls_m10A61ABBA6A336FDCC514810917DAF04E8E1AA21_inline (CmsSignedGenerator_t4F4A0CF51D2FAED943BDC90977FF44D9E003C6B7 * __this, const RuntimeMethod* method) { { // get { return _useDerForCrls; } bool L_0 = __this->get__useDerForCrls_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ContentInfoParser_get_ContentType_mDCAD880F29F3ADE9099E84583239DE380C4799F0_inline (ContentInfoParser_t3187FFC4ABF3071FA671BDF47619BF275F975C48 * __this, const RuntimeMethod* method) { { // get { return contentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_contentType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CmsTypedStream_get_ContentType_mCC2CB46364F7BB539469A61C227BDD240A708843_inline (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method) { { // get { return _oid; } String_t* L_0 = __this->get__oid_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignedDataParser_get_Version_m21952DD93182CA128B15B3562A4EADE0ACAF39FB_inline (SignedDataParser_t3326B73FB709A309891E8C3512AD03863D8961F9 * __this, const RuntimeMethod* method) { { // get { return _version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get__version_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method) { { // get { return _in; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__in_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * CmsSignedDataParser_get_SignedContentType_m93C04B73FDA4CD6B32236133376D8D4D2F62B95B_inline (CmsSignedDataParser_t15B50E9B6E7F6749528408EBDB97F39212C7E68A * __this, const RuntimeMethod* method) { { // get { return _signedContentType; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get__signedContentType_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * SignerInfo_get_Version_mD72089A9353E6AB93FFC3B6A10AAFFEBD41B9313_inline (SignerInfo_t1ABAC1EA656ACC335504D51054C77842F402E103 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return algorithm; } String_t* L_0 = __this->get_algorithm_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateStructure_get_Issuer_m7162E5B96B4DC11DC1B815397BFD54D1EABCE1CD_inline (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsCertificateStructure_get_SerialNumber_m2179DC4D65B461A04DBFD7415433E06662FCF165_inline (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KdfParameters_GetSharedSecret_m72775D9EEBD62045ACFE17A356420EB07545A878_inline (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * __this, const RuntimeMethod* method) { { // return shared; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_shared_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KdfParameters_GetIV_m8EC6C5467F42A6766A61E9B331899819BDD96D6E_inline (KdfParameters_t56EBC3CEF1BEB144CDB7BF823CB774656D442189 * __this, const RuntimeMethod* method) { { // return iv; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_iv_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* Connection_get_Hubs_mD288FF54AC533F65BF10B528262659DA15A61C38_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public Hub[] Hubs { get; private set; } HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0 = __this->get_U3CHubsU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method) { { // public string Name { get; private set; } String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * Connection_get_AdditionalQueryParams_mD27A695B9839CABAABEF24696B234B61AB2DB2CB_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // get { return additionalQueryParams; } ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Hubs_mA495DC167EA88A1378FF57D1D9DB73417ECD58CF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___value0, const RuntimeMethod* method) { { // public Hub[] Hubs { get; private set; } HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_0 = ___value0; __this->set_U3CHubsU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Uri_mBF4488E7CDC0FECCC7CFF884E69250F81628ACD6_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CJsonEncoderU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_PingInterval_mAF09D51E109F2E72F7CC5F59C387AD8130CCD060_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingIntervalU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Protocol_mAD5B9E61F408DCDC48B7E084AAF215EAECF5DD15_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint8_t ___value0, const RuntimeMethod* method) { { // public ProtocolVersions Protocol { get; private set; } uint8_t L_0 = ___value0; __this->set_U3CProtocolU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ReconnectDelay_mCF1A284A565DECBB4DB4FB3443AD2AA772B5B213_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectDelayU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Connection_get_State_m79438F1422225B1DB2764619B9ADC7A4DBD60DA8_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // get { return _state; } int32_t L_0 = __this->get__state_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_AuthenticationProvider_m5595526CEDE4520B57D4E5EDFD8211FC06EC5397_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = __this->get_U3CAuthenticationProviderU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_NegotiationResult_m70366B0BB295D1A26163D6AB3D0F337A49573ACF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___value0, const RuntimeMethod* method) { { // public NegotiationData NegotiationResult { get; private set; } NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = ___value0; __this->set_U3CNegotiationResultU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * Connection_get_NegotiationResult_mC35F340D2BC218795C477FB7459B7E1E11AD2381_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public NegotiationData NegotiationResult { get; private set; } NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * L_0 = __this->get_U3CNegotiationResultU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ProtocolVersion_m93E8694C32573B4FB604F3D7AB41F5B4C45D1AD7_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public string ProtocolVersion { get; private set; } String_t* L_0 = __this->get_U3CProtocolVersionU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NegotiationData_get_TryWebSockets_mC47BA4290BC57B5E96C03C6F3C508A55850DB356_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public bool TryWebSockets { get; private set; } bool L_0 = __this->get_U3CTryWebSocketsU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_Transport_m9CD981584F577AFEE8448BE035A75A8F3E895AF1_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___value0, const RuntimeMethod* method) { { // public TransportBase Transport { get; private set; } TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_0 = ___value0; __this->set_U3CTransportU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * Connection_get_Transport_m3E15C6E8B1400ACB309E93DC68E8BC96CFB08A83_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TransportBase Transport { get; private set; } TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * L_0 = __this->get_U3CTransportU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = __this->get_U3CJsonEncoderU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_IsInitialization_mC561A9917178C901ABE79D05388992BAEBBA9D4C_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method) { { // public bool IsInitialization { get; private set; } bool L_0 = __this->get_U3CIsInitializationU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_GroupsToken_m0C0A88AF579388C80DD0004C0E4EEB6E9237093F_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method) { { // public string GroupsToken { get; private set; } String_t* L_0 = __this->get_U3CGroupsTokenU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MultiMessage_get_ShouldReconnect_m451FF83E8C0C9C1ABC3F0F68A57303B1514072D3_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method) { { // public bool ShouldReconnect { get; private set; } bool L_0 = __this->get_U3CShouldReconnectU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * MultiMessage_get_Data_m8F300B40374D88B8FA29AE79EF934D30D7A5672E_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method) { { // public List Data { get; private set; } List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * L_0 = __this->get_U3CDataU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Hub_mD34C4F01BB9732EE15111611F4A0B40964DF71F0_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method) { { // public string Hub { get; private set; } String_t* L_0 = __this->get_U3CHubU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DataMessage_get_Data_m9B7080300B6C1A980E8E884ADFD92090168BBA4C_inline (DataMessage_tE6CACB568E2865DBEECF93D0D620D9BED1B8F34B * __this, const RuntimeMethod* method) { { // public object Data { get; private set; } RuntimeObject * L_0 = __this->get_U3CDataU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static bool IsQuitting { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); bool L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_U3CIsQuittingU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Connection_get_Uri_mAFE4DA703FAC64D294047B1E14D249DF14BC5AAC_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__path_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MultiMessage_get_MessageId_mFBD1571767D5E49B2C4E37DD3BBE0012F927AAB6_inline (MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * __this, const RuntimeMethod* method) { { // public string MessageId { get; private set; } String_t* L_0 = __this->get_U3CMessageIdU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TransportBase_get_Name_mDE2238FFD6DE78A0802EBCFDDD13B73D9AB8FFD9_inline (TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * __this, const RuntimeMethod* method) { { // public string Name { get; protected set; } String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Connection_get_Protocol_m24D168F8F8B0B0D04CC453B0EF641521BFC8F027_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public ProtocolVersions Protocol { get; private set; } uint8_t L_0 = __this->get_U3CProtocolU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationData_get_ConnectionToken_m91A81E934D94F7939CEEC538F9048B7265B536D6_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public string ConnectionToken { get; private set; } String_t* L_0 = __this->get_U3CConnectionTokenU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * Connection_get_RequestPreparator_m19258DA417F32B269B16A01A7D3B3CF8FA949CCE_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public OnPrepareRequestDelegate RequestPreparator { get; set; } OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * L_0 = __this->get_U3CRequestPreparatorU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F NegotiationData_get_KeepAliveTimeout_m82F65B410DCAA3237A75601AA05847839C89B5C3_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public TimeSpan? KeepAliveTimeout { get; private set; } Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_0 = __this->get_U3CKeepAliveTimeoutU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_PingInterval_mA8AD5D70A6CB7BA7916ECE360141A6DC2E2F7FAF_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingIntervalU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 NegotiationData_get_DisconnectTimeout_mDBA1EF64B51FC62E613A3A4846627FA6F313C1DC_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public TimeSpan DisconnectTimeout { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CDisconnectTimeoutU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Connection_get_ReconnectDelay_mBB60F8CBFF0245A9EFE4C68491E6661CE2D9C72A_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectDelayU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 NegotiationData_get_TransportConnectTimeout_mF92601864208458143777B9A095F47D8F8C32263_inline (NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * __this, const RuntimeMethod* method) { { // public TimeSpan TransportConnectTimeout { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CTransportConnectTimeoutU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_ConnectTimeout_mF3E4D71B1E87852718E4373932E254C51620E9A2_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ConnectTimeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CConnectTimeoutU3Ek__BackingField_31(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m622F93DB6DF6845C5025622F383FB3B59A7FB164_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HTTPManager_get_MaxConnectionIdleTime_m098AA390061A34864CFC29C6ECD60EBF208F88CB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static TimeSpan MaxConnectionIdleTime { get; set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ConnectionBase_get_CurrentRequest_mD55648C7AC31E5F56D372D9B66E7B1822A535997_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, const RuntimeMethod* method) { { // public HTTPRequest CurrentRequest { get; protected set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_U3CCurrentRequestU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * HTTPRequest_get_Proxy_m8B6C0E880DA536B2BE6DAE4DF454BE8FF49343F0_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Proxy Proxy { get; set; } Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * L_0 = __this->get_U3CProxyU3Ek__BackingField_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_mABC190AAC9D0A764B71BB92F285B0D17A57917CF_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string ServerAddress { get; protected set; } String_t* L_0 = ___value0; __this->set_U3CServerAddressU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_State_m5B221CF3A4563ABCB163FE5B1EC9A4FFA2D745A6_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public HTTPConnectionStates State { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mB0C4A13B520CD90170B4209CB11BDD4894137844_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { // public DateTime StartTime { get; protected set; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_U3CStartTimeU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m5C57122FEECDBC273E1790681E48ED2223EF044B_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___value0, const RuntimeMethod* method) { { // public HTTPRequest CurrentRequest { get; protected set; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___value0; __this->set_U3CCurrentRequestU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m491A3CC715F53E4806AA7FD61871DBB599C49993_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal bool DownloadProgressChanged { get; set; } bool L_0 = __this->get_U3CDownloadProgressChangedU3Ek__BackingField_45(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal long Downloaded { get; set; } int64_t L_0 = __this->get_U3CDownloadedU3Ek__BackingField_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_DownloadLength_m556EEEB014B8637D08AEB32B1F3823014BE2F396_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal long DownloadLength { get; set; } int64_t L_0 = __this->get_U3CDownloadLengthU3Ek__BackingField_44(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method) { { // internal bool DownloadProgressChanged { get; set; } bool L_0 = ___value0; __this->set_U3CDownloadProgressChangedU3Ek__BackingField_45(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_mA6A4651494EE61AEF8F811F75E9A1916A8AE840B_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal bool UploadProgressChanged { get; set; } bool L_0 = __this->get_U3CUploadProgressChangedU3Ek__BackingField_48(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m1215F052F1827765DC1C127692A67E97704B835F_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal long Uploaded { get; set; } int64_t L_0 = __this->get_U3CUploadedU3Ek__BackingField_46(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m74BFC2B6BAB2596CADDE2056BB1116628C362083_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // internal long UploadLength { get; set; } int64_t L_0 = __this->get_U3CUploadLengthU3Ek__BackingField_47(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_mFD1BFFD62CDC378E971F44013510A55CA0C7C9FB_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method) { { // internal bool UploadProgressChanged { get; set; } bool L_0 = ___value0; __this->set_U3CUploadProgressChangedU3Ek__BackingField_48(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * HTTPRequest_get_Response_m1927E850F0A54B20D30CD31B0973EAB42B12D978_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPResponse Response { get; internal set; } HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_0 = __this->get_U3CResponseU3Ek__BackingField_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m94416F4C65CA71279F9408218D7A0C93D3827D0F_inline (ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * __this, bool ___value0, const RuntimeMethod* method) { { // protected bool IsDisposed { get; private set; } bool L_0 = ___value0; __this->set_U3CIsDisposedU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m98A4DD26461182A80D8FB3B9C180C9C83BD8AC88_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Nullable_1_GetValueOrDefault_mEBBB10189EDB39463907AAD018489A05414939AA_gshared_inline (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )__this->get_value_0(); return (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD66F13A0E84DB109506E6969846A76CF62CCBB9F_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Nullable_1_GetValueOrDefault_m227E538AF6AEE9984B058B207F8E99C26557C758_gshared_inline (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )__this->get_value_0(); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; } }