#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "icalls/mscorlib/Mono.Security.Cryptography/KeyPairPersistence.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { 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 VirtFuncInvoker1 { 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 VirtActionInvoker1 { 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); } }; struct VirtActionInvoker0 { 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 VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { 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 VirtFuncInvoker3 { 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); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((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); } }; 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 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // Mono.Math.BigInteger struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299; // Mono.Security.ASN1 struct ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22; // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA; // Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2; // Mono.Security.Cryptography.MD2 struct MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8; // Mono.Security.Cryptography.MD2Managed struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D; // Mono.Security.Cryptography.MD4 struct MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425; // Mono.Security.Cryptography.MD4Managed struct MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526; // Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A; // Mono.Security.Cryptography.PKCS8/PrivateKeyInfo struct PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8; // Mono.Security.Cryptography.RC4 struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750; // Mono.Security.PKCS7/ContentInfo struct ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986; // Mono.Security.PKCS7/EncryptedData struct EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82; // Mono.Security.X509.PKCS12 struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4; // Mono.Security.X509.PKCS12/DeriveBytes struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889; // Mono.Security.X509.SafeBag struct SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945; // Mono.Security.X509.X509Certificate struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA; // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F; // Mono.Security.X509.X509Extension struct X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1; // Mono.Xml.SecurityParser struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63; // Mono.Xml.SmallXmlParser/IAttrList struct IAttrList_t0CE18247AA5E55E45C85E9CF5844810BE11C435E; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E; // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E; // System.AggregateException[] struct AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.CollectionBase struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6B3D33CE5B4DC884E5267C7B8CBC12380D09B3F1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t37B4D1EEBA6E5098A0F018A779067097451BAD2C; // System.Collections.Generic.IList`1 struct IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA; // System.Collections.Generic.IList`1 struct IList_1_tE09735A322C3B17000EF4E4BC8026FEDEB7B0D9B; // System.Collections.Generic.IList`1 struct IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F; // System.Collections.Generic.List`1 struct List_1_t20A8118F137937C08C81821D3462043030E1A597; // System.Collections.Generic.List`1 struct List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tCD04260AE1254C438132446F1E6892AB86D18743; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50; // System.Collections.Stack struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E; // System.Exception struct Exception_t; // System.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC; // System.Func`2 struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6; // System.Func`2 struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.DirectoryInfo struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E; // System.IO.StreamWriter struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E; // System.IO.StringReader struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.MonoTypeInfo struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.OperatingSystem struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A; // System.Runtime.ExceptionServices.ExceptionDispatchInfo[] struct ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB; // System.Security.Cryptography.CryptographicException struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A; // System.Security.Cryptography.CspParameters struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7; // System.Security.Cryptography.DES struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0; // System.Security.Cryptography.DSA struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8; // System.Security.Cryptography.HMAC struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9; // System.Security.Cryptography.KeySizes struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E; // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6; // System.Security.Cryptography.RC2 struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9; // System.Security.Cryptography.RSA struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.Security.Cryptography.SHA1 struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA; // System.Security.Cryptography.SHA256 struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD; // System.Security.Cryptography.SHA384 struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37; // System.Security.Cryptography.SHA512 struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789; // System.Security.Cryptography.TripleDES struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1; // System.Security.SecurityElement struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAttrList_t0CE18247AA5E55E45C85E9CF5844810BE11C435E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t369F219933FB866C23070CD9749538883440F044_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tD447A78605F94CBCA03A6FAE0396C06A35329789_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t20A8118F137937C08C81821D3462043030E1A597_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tCD04260AE1254C438132446F1E6892AB86D18743_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____12D04472A8285260EA12FD3813CDFA9F2D2B548C_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____13A35EF1A549297C70E2AD46045BBD2ECA17852D_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____1A84029C80CB5518379F199F53FF08A7B764F8FD_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____56DFA5053B3131883637F53219E7D88CCEF35949_43_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6D49C9D487D7AD3491ECE08732D68A593CC2038D_58_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____736D39815215889F11249D9958F6ED12D37B9F57_65_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____86F4F563FA2C61798AE6238D789139739428463A_73_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A323DB0813C4D072957BA6FDA79D9776674CD06B_93_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E75835D001C843F156FBA01B001DFE1B8029AC17_128_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral019A3223E819F9804E2A27B7FED3A7D841457746; IL2CPP_EXTERN_C String_t* _stringLiteral02BD3977C1399BE0ADCF865D1B10E6E749103B32; IL2CPP_EXTERN_C String_t* _stringLiteral0425D7D3778CCF20AE9594EC58FAE88CACC94F5E; IL2CPP_EXTERN_C String_t* _stringLiteral0844679F4040A4211BAA73593E4824F055561A9D; IL2CPP_EXTERN_C String_t* _stringLiteral088FB1A4AB057F4FCF7D487006499060C7FE5773; IL2CPP_EXTERN_C String_t* _stringLiteral09064C8431C9942F09D36EE43DACB440E8B42B8F; IL2CPP_EXTERN_C String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779; IL2CPP_EXTERN_C String_t* _stringLiteral099D7F4DF2D04C9F091C29CF417AB4B2A1888D38; IL2CPP_EXTERN_C String_t* _stringLiteral09AB7D22A03780085A8E13440BC03282C58B11C9; IL2CPP_EXTERN_C String_t* _stringLiteral0A0B82954F99EE527E70C797A3E7B0EFB25D9780; IL2CPP_EXTERN_C String_t* _stringLiteral0F0AA93E8B44954B331BE9CA0358DEC4BBDA83A8; IL2CPP_EXTERN_C String_t* _stringLiteral0F55C3EB87ABA7E522BE619EF498B24F3B66D357; IL2CPP_EXTERN_C String_t* _stringLiteral112CF3A97583A7C2E8890991423D18ED11F615EF; IL2CPP_EXTERN_C String_t* _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2; IL2CPP_EXTERN_C String_t* _stringLiteral14AFF934472E4B37E202A5129262334190FE1E4E; IL2CPP_EXTERN_C String_t* _stringLiteral14DDE494016B23597CBD3969A7AF7DE22659A228; IL2CPP_EXTERN_C String_t* _stringLiteral16027BD069AB27D060EBB9DE6EF1E9ECA4BC97E2; IL2CPP_EXTERN_C String_t* _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376; IL2CPP_EXTERN_C String_t* _stringLiteral19D0B27B43EDD3905D1094D123383F92AE318631; IL2CPP_EXTERN_C String_t* _stringLiteral1B455B5B6120697EB57C6A65C3F3E98FD311227A; IL2CPP_EXTERN_C String_t* _stringLiteral1BCBC0A0DE77A0151ED322627AE69CD4E58671D4; IL2CPP_EXTERN_C String_t* _stringLiteral1BFBA49274D5FFD04A381E293A69A95116E371E9; IL2CPP_EXTERN_C String_t* _stringLiteral1C0FFB44A6993F53413B227FCD6BE6E7653BD3C7; IL2CPP_EXTERN_C String_t* _stringLiteral1D9F018C6242ECF50722E7E37BA5BA97733D3906; IL2CPP_EXTERN_C String_t* _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F; IL2CPP_EXTERN_C String_t* _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD; IL2CPP_EXTERN_C String_t* _stringLiteral2148F912D5521151B4B4FCF9E3FA7841DB561995; IL2CPP_EXTERN_C String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76; IL2CPP_EXTERN_C String_t* _stringLiteral2573431B92F35769F17226527DDA47049FF4A0DF; IL2CPP_EXTERN_C String_t* _stringLiteral2585FC37E8BD5E0ABA0AA8CAD9C47283C578EBD3; IL2CPP_EXTERN_C String_t* _stringLiteral25D33207529D684D63435567C0BEAFD4F02CCF74; IL2CPP_EXTERN_C String_t* _stringLiteral25DC02E8DE20819997226DD2B2E8AFC4C42839E6; IL2CPP_EXTERN_C String_t* _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3; IL2CPP_EXTERN_C String_t* _stringLiteral26C46356B0908F3C4B9A9A8719EFF0AB5B4CE2F3; IL2CPP_EXTERN_C String_t* _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D; IL2CPP_EXTERN_C String_t* _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627; IL2CPP_EXTERN_C String_t* _stringLiteral28B3D69739B57CAF199F039988DB6DFEA93AC5CE; IL2CPP_EXTERN_C String_t* _stringLiteral2A29B7FE27DAF69AFEE5861F4F771F3C1333106F; IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; IL2CPP_EXTERN_C String_t* _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340; IL2CPP_EXTERN_C String_t* _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; IL2CPP_EXTERN_C String_t* _stringLiteral2BBCCAEF340E6A667F3B3DEDEBD6B2545083F4B4; IL2CPP_EXTERN_C String_t* _stringLiteral2BE04202B2D8138F15F1395499FEF177AB024D48; IL2CPP_EXTERN_C String_t* _stringLiteral2C69EE9F854729471177A57E91A837739082F9C6; IL2CPP_EXTERN_C String_t* _stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92; IL2CPP_EXTERN_C String_t* _stringLiteral2CFD4072F8990E79EAEA6A6C2045E74F87B56352; IL2CPP_EXTERN_C String_t* _stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A; IL2CPP_EXTERN_C String_t* _stringLiteral2DA88E03A81D77B573503F53B6D5FF0C6CFAD459; IL2CPP_EXTERN_C String_t* _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB; IL2CPP_EXTERN_C String_t* _stringLiteral3115DAFC73A9DE6DB80C4AC21E701A8A1C100369; IL2CPP_EXTERN_C String_t* _stringLiteral31A1783BEE0576EF78CB4AF6A9D460004996BA59; IL2CPP_EXTERN_C String_t* _stringLiteral34455FF65F4B9929D368EC9AF01C76E7C31A8183; IL2CPP_EXTERN_C String_t* _stringLiteral36DC074F734611AC43ECA91F89189DB7BF0C9C20; IL2CPP_EXTERN_C String_t* _stringLiteral36FE11D26FD1EB22CC4669E7FDA6B2B00F560C4B; IL2CPP_EXTERN_C String_t* _stringLiteral389F2CE8BCC7BBD0A3FF8EEE933CAD8BCD045174; IL2CPP_EXTERN_C String_t* _stringLiteral393EA32677EA1D0FD0F3B6A6D4381D6995D08CD2; IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727; IL2CPP_EXTERN_C String_t* _stringLiteral3B8985A7F6F3523C5194B27380C8B9A09D4E7286; IL2CPP_EXTERN_C String_t* _stringLiteral3D40DBB928A5C7B5821BA584FE0E47297DFAA72C; IL2CPP_EXTERN_C String_t* _stringLiteral3F00283C1F56E677FC4B8300E75C719DD482B456; IL2CPP_EXTERN_C String_t* _stringLiteral3F2997F78A546288F461F90F87679397A1E5A51F; IL2CPP_EXTERN_C String_t* _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7; IL2CPP_EXTERN_C String_t* _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73; IL2CPP_EXTERN_C String_t* _stringLiteral43CE8C8760C0F57C8E735CF657FC12BA30A8B65B; IL2CPP_EXTERN_C String_t* _stringLiteral44C55C338925A7EF2FA7FA48B516C92EF8DB9745; IL2CPP_EXTERN_C String_t* _stringLiteral44E5C4B7066508335FF9B48BB0D5A05575F2001B; IL2CPP_EXTERN_C String_t* _stringLiteral471DB6AD83C76628B068C830D0269B041596AEAA; IL2CPP_EXTERN_C String_t* _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448; IL2CPP_EXTERN_C String_t* _stringLiteral492096CFB7DD3DBDDF3EA34F97BA1E34FF6D0FFF; IL2CPP_EXTERN_C String_t* _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD; IL2CPP_EXTERN_C String_t* _stringLiteral4A3621FC2D36BDBA87E587760B60E5C0E6C4153C; IL2CPP_EXTERN_C String_t* _stringLiteral4D01C38D447D39747350F6F29B3DC073CF36EB69; IL2CPP_EXTERN_C String_t* _stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC; IL2CPP_EXTERN_C String_t* _stringLiteral4E803123E3F3ACF68327B5004FFBFE1BEA455372; IL2CPP_EXTERN_C String_t* _stringLiteral4EDE3DBE3842E4E897B27DE36AB7E2BA1F056615; IL2CPP_EXTERN_C String_t* _stringLiteral4FDD733D36272843701E5EC4845801A55DE85495; IL2CPP_EXTERN_C String_t* _stringLiteral5124261A957AAD8B441094FC61C9F01CA7DF5AF2; IL2CPP_EXTERN_C String_t* _stringLiteral5946ACD155491E90D92E508F3BC09953839635A6; IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; IL2CPP_EXTERN_C String_t* _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB; IL2CPP_EXTERN_C String_t* _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D; IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808; IL2CPP_EXTERN_C String_t* _stringLiteral5C9A97955BFC51EEBBD22773B2E41E121FB12054; IL2CPP_EXTERN_C String_t* _stringLiteral5E930233E7755E8AABF4429C153DFCE37500C051; IL2CPP_EXTERN_C String_t* _stringLiteral5F261F966B26FAD81BD20FF615F150C9E63271DB; IL2CPP_EXTERN_C String_t* _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281; IL2CPP_EXTERN_C String_t* _stringLiteral605F515DB23E613CEB4831C6EACE4C2B023EAEAB; IL2CPP_EXTERN_C String_t* _stringLiteral613FFB9B58FE9C68FF1D6DE407465C3D9BE81982; IL2CPP_EXTERN_C String_t* _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0; IL2CPP_EXTERN_C String_t* _stringLiteral64348CB249149F4396EB7FB17C2F5706D32D8138; IL2CPP_EXTERN_C String_t* _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071; IL2CPP_EXTERN_C String_t* _stringLiteral669EC1C9F3C16BB6049E4E62DED3D267DB25932E; IL2CPP_EXTERN_C String_t* _stringLiteral69B85846222F763F537AAE189724E50D8A16971F; IL2CPP_EXTERN_C String_t* _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6; IL2CPP_EXTERN_C String_t* _stringLiteral6DEA0A0DA8A093EC1AAF0430ED587E9E19F55290; IL2CPP_EXTERN_C String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A; IL2CPP_EXTERN_C String_t* _stringLiteral7338818D0CDCA1ABBBCCCA0551BBF955FB04E6C5; IL2CPP_EXTERN_C String_t* _stringLiteral74D9AA7385655FF1A37D056C70CC90FF0DC510E1; IL2CPP_EXTERN_C String_t* _stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635; IL2CPP_EXTERN_C String_t* _stringLiteral76E100E287EFE1E49E85B316BA39B549F5098859; IL2CPP_EXTERN_C String_t* _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD; IL2CPP_EXTERN_C String_t* _stringLiteral79D85DFB1C4F87CAFE5C3E2CA8630EB305CEBFDA; IL2CPP_EXTERN_C String_t* _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521; IL2CPP_EXTERN_C String_t* _stringLiteral7B152A24BBC8DB09B568453879784A9FBD2A9FFC; IL2CPP_EXTERN_C String_t* _stringLiteral7BFDD5F0A2F25B380D4F5589749852BB8DCFA8F7; IL2CPP_EXTERN_C String_t* _stringLiteral7CB21E3398253A9FD01555A78CDD038F46778484; IL2CPP_EXTERN_C String_t* _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75; IL2CPP_EXTERN_C String_t* _stringLiteral80B7C95DB89E34F9F8C13CFECA9C592572CFAD08; IL2CPP_EXTERN_C String_t* _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F; IL2CPP_EXTERN_C String_t* _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C; IL2CPP_EXTERN_C String_t* _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282; IL2CPP_EXTERN_C String_t* _stringLiteral84FF1FC8EFD0C9C1C39DF85058324C2B8AAAC64C; IL2CPP_EXTERN_C String_t* _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846; IL2CPP_EXTERN_C String_t* _stringLiteral85C0C834CC0B9B381C0FF7F8BBAC9285AF308AB0; IL2CPP_EXTERN_C String_t* _stringLiteral86E9FFF1D00C68995BA96D3B00B707D9685F6995; IL2CPP_EXTERN_C String_t* _stringLiteral8841249D4C3CDE2567393EA141F076E740101A64; IL2CPP_EXTERN_C String_t* _stringLiteral88AF471A23DFDC103E67752DD56128AE77B8DEBE; IL2CPP_EXTERN_C String_t* _stringLiteral8979F67C086DEAF5044AC5C8AA93642B1431C146; IL2CPP_EXTERN_C String_t* _stringLiteral8A267E1A6F0A1FB6AE010364E592DFD922AC26BE; IL2CPP_EXTERN_C String_t* _stringLiteral8B80238F1572B08694C3AA104E1EF5675CF81F53; IL2CPP_EXTERN_C String_t* _stringLiteral8CE5CDE3AE12BB7F114211660525770636C8128A; IL2CPP_EXTERN_C String_t* _stringLiteral8D357A0A6981BFB00B37DF4E165A0DBFB637E034; IL2CPP_EXTERN_C String_t* _stringLiteral8E0BFE8117E07EBEF6C2CD100E3BCC63032D3607; IL2CPP_EXTERN_C String_t* _stringLiteral8E7EADD6FA794AF74598EA20E410C436AD81EC8C; IL2CPP_EXTERN_C String_t* _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3; IL2CPP_EXTERN_C String_t* _stringLiteral9074BDD54A9E62E0CDE505B435E3F9AC9AB3A4BA; IL2CPP_EXTERN_C String_t* _stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C; IL2CPP_EXTERN_C String_t* _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA; IL2CPP_EXTERN_C String_t* _stringLiteral93E119B1853ED8810093C33F265CF1B1A0A6B1A2; IL2CPP_EXTERN_C String_t* _stringLiteral941EDC1E840EE8A244DED7C91C3A0C73970CBDD9; IL2CPP_EXTERN_C String_t* _stringLiteral9444DC2D03948DE0E3F0FB612AC887006E0DC23E; IL2CPP_EXTERN_C String_t* _stringLiteral9636E74995FF458A887B597EABB50C7D35056A34; IL2CPP_EXTERN_C String_t* _stringLiteral99DF9DBD518CF90FFF8724227F439A55D615463E; IL2CPP_EXTERN_C String_t* _stringLiteral9B8B0B106C9CA702F9BC34AA3D7B01AE7CD314FA; IL2CPP_EXTERN_C String_t* _stringLiteral9BE00FBFD10F293F9AA2C07F65A715EDF3951951; IL2CPP_EXTERN_C String_t* _stringLiteral9D47261D808C7285426E7FA767344B13B392D7D2; IL2CPP_EXTERN_C String_t* _stringLiteral9DB65CFA2237AB1A2FB1D568E668EC18B0803849; IL2CPP_EXTERN_C String_t* _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D; IL2CPP_EXTERN_C String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313; IL2CPP_EXTERN_C String_t* _stringLiteral9FF10F59D606AD213E55A2680D237F4560B5407D; IL2CPP_EXTERN_C String_t* _stringLiteralA106AEA5D57A8C79C633AC36B1863D2F42911472; IL2CPP_EXTERN_C String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6; IL2CPP_EXTERN_C String_t* _stringLiteralA28F5F35CE0911B6863CEB2418D166A24D8E77FA; IL2CPP_EXTERN_C String_t* _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F; IL2CPP_EXTERN_C String_t* _stringLiteralA432C78D14FC7A1B3BDE79A64E5D1C1BEF3C1BC7; IL2CPP_EXTERN_C String_t* _stringLiteralA475B0456F9E29FC0A863EA86E627DE0D6273626; IL2CPP_EXTERN_C String_t* _stringLiteralA5F656374D7FF6B837776376DF09B2C531805C9E; IL2CPP_EXTERN_C String_t* _stringLiteralA6D742824424B5CC45A579F1CBB3776F08DDB783; IL2CPP_EXTERN_C String_t* _stringLiteralA79BB3C5466E1747E27A4D48E271565C77423F5C; IL2CPP_EXTERN_C String_t* _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04; IL2CPP_EXTERN_C String_t* _stringLiteralAA8170ABE1940ECECCB2A8C879187D7FB5C54A00; IL2CPP_EXTERN_C String_t* _stringLiteralAAF41204BECC9AE2723473273563ACB861046064; IL2CPP_EXTERN_C String_t* _stringLiteralAC52213E99AFDA01D46868C80010237AC135927B; IL2CPP_EXTERN_C String_t* _stringLiteralADAE9EA1AFF2F3E79B954D2B2C814C316FF5C9E8; IL2CPP_EXTERN_C String_t* _stringLiteralAE01F992CF8E34DD0175C6CC6992DE1FB67CFFCF; IL2CPP_EXTERN_C String_t* _stringLiteralAF3660C744976107BED8FC205296D903AFBCF8D5; IL2CPP_EXTERN_C String_t* _stringLiteralAFDC8D7C64B756F4ADA95B44C3717A7871889496; IL2CPP_EXTERN_C String_t* _stringLiteralB177DC4D2B45989003EE5219FFD457FF098B1A59; IL2CPP_EXTERN_C String_t* _stringLiteralB2D67A9D16B1C97CF6F38506E03B614DE5A727F6; IL2CPP_EXTERN_C String_t* _stringLiteralB3C4276351B5F9013DC3E70B3FBC9174A0379575; IL2CPP_EXTERN_C String_t* _stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F; IL2CPP_EXTERN_C String_t* _stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E; IL2CPP_EXTERN_C String_t* _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389; IL2CPP_EXTERN_C String_t* _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18; IL2CPP_EXTERN_C String_t* _stringLiteralB773BED04A48DE200B96981BB79467413A222066; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralB906B1C4E8EC693BD44787748A9C6EB47D96A6F3; IL2CPP_EXTERN_C String_t* _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9; IL2CPP_EXTERN_C String_t* _stringLiteralB9D719400551A68010930DED96BD8F5C0A8FFE51; IL2CPP_EXTERN_C String_t* _stringLiteralBA5B3EECE056B8FA19F9675DC6B2C3279F72B203; IL2CPP_EXTERN_C String_t* _stringLiteralBB3C05A548B50D8AB473AA91A3BC6C081C4B5C99; IL2CPP_EXTERN_C String_t* _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5; IL2CPP_EXTERN_C String_t* _stringLiteralBD9F58A710FAC588AA107D63418A112D1F511D9C; IL2CPP_EXTERN_C String_t* _stringLiteralBDEFEB489575DFA1A3BA1FCA02FEA1FB3C42F6EA; IL2CPP_EXTERN_C String_t* _stringLiteralC1740F2BD94B35E7774E0856DF28E0C0C5598D29; IL2CPP_EXTERN_C String_t* _stringLiteralC2FFDAF1F4D54001A31179F5FE1D57F557C4FBDC; IL2CPP_EXTERN_C String_t* _stringLiteralC376AAE863FED7F2100B15B45F998504B3C30559; IL2CPP_EXTERN_C String_t* _stringLiteralC438BA3DF76E517ADEB7757B01B707A8FD7C53B9; IL2CPP_EXTERN_C String_t* _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED; IL2CPP_EXTERN_C String_t* _stringLiteralC7B28B0B9455757301EFBE14A68ACEFE87C35B48; IL2CPP_EXTERN_C String_t* _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817; IL2CPP_EXTERN_C String_t* _stringLiteralCDA87E8FAD2300F90D5D664EDD42E9364EDDB3D1; IL2CPP_EXTERN_C String_t* _stringLiteralCE15802A8C5E8E9DB0FFAF10130EF265296E9EA4; IL2CPP_EXTERN_C String_t* _stringLiteralCF8640B2F06532BE2709134CF9028B273081AA99; IL2CPP_EXTERN_C String_t* _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3; IL2CPP_EXTERN_C String_t* _stringLiteralD020055BB83BB649556E3049D4D18C92C063728B; IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9; IL2CPP_EXTERN_C String_t* _stringLiteralD1CEA7B241EAF16F5C4A6E380E2B3624E7A80287; IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46; IL2CPP_EXTERN_C String_t* _stringLiteralD964E4390D86936E2472E05166BCAA08DD191882; IL2CPP_EXTERN_C String_t* _stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C; IL2CPP_EXTERN_C String_t* _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE; IL2CPP_EXTERN_C String_t* _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE; IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764; IL2CPP_EXTERN_C String_t* _stringLiteralDC62B38EEB716E83A2EF7B3E3983DFF61AAFA8F1; IL2CPP_EXTERN_C String_t* _stringLiteralDC7A4E51273DD99D30CC77D766CCBD48170C6CAC; IL2CPP_EXTERN_C String_t* _stringLiteralDCABF61621CAD370E5A1627F06A24046C669ADF8; IL2CPP_EXTERN_C String_t* _stringLiteralDCFF9DBB06877161F546329B7AEEFBC6D1CD75CF; IL2CPP_EXTERN_C String_t* _stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D; IL2CPP_EXTERN_C String_t* _stringLiteralDED869EF491FCACB00F4A7F3129E19FBF775198F; IL2CPP_EXTERN_C String_t* _stringLiteralE02882ED793EF70B580A07DB2EE2F6768DACBB59; IL2CPP_EXTERN_C String_t* _stringLiteralE10BCDCA7388797D857EE3BBFF6B157B71FBAE8B; IL2CPP_EXTERN_C String_t* _stringLiteralE1389F27DE95DF8DE493690AD602D0D9C4B8A064; IL2CPP_EXTERN_C String_t* _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939; IL2CPP_EXTERN_C String_t* _stringLiteralE2A4A83E97480FEE533C17B7E9E66E07F7D508D4; IL2CPP_EXTERN_C String_t* _stringLiteralE6FB7942BFCD54B6178ADECE738C3E25D32CF155; IL2CPP_EXTERN_C String_t* _stringLiteralE6FF01AF7F9F47978C73D56D62AA1F4F955A222D; IL2CPP_EXTERN_C String_t* _stringLiteralEC870C8EC386B18E4953A9C1A441B73E787FE3E3; IL2CPP_EXTERN_C String_t* _stringLiteralECA13F38EF8859FA6861A2EC7368CFF36730AA58; IL2CPP_EXTERN_C String_t* _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733; IL2CPP_EXTERN_C String_t* _stringLiteralF037AEB428D0D727267C01C044FA8D18A1427205; IL2CPP_EXTERN_C String_t* _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113; IL2CPP_EXTERN_C String_t* _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B; IL2CPP_EXTERN_C String_t* _stringLiteralF2507A133F1CDD66D4A6B0DC9A0A6F4558D39AB7; IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; IL2CPP_EXTERN_C String_t* _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156; IL2CPP_EXTERN_C String_t* _stringLiteralF4A57516EE55A1A8F06B82FEAA340CC2841AB009; IL2CPP_EXTERN_C String_t* _stringLiteralF641C9F6B1300840CE67CFB8D3768EC2CB1B37E9; IL2CPP_EXTERN_C String_t* _stringLiteralF73752A258538C53B0A587C0B9960B4200E6B2C0; IL2CPP_EXTERN_C String_t* _stringLiteralFA43437147C570F9689EEDC4E2C98B8CF9E217C7; IL2CPP_EXTERN_C String_t* _stringLiteralFAE7183D72E2D922886D89549E9DC0AA31A04226; IL2CPP_EXTERN_C String_t* _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4; IL2CPP_EXTERN_C String_t* _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB; IL2CPP_EXTERN_C String_t* _stringLiteralFFD87CEDA20B4534B76315088FAE09B20B741846; IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AggregateException_GetObjectData_mE8EEEDDC03DC396A630B39C345EE93D47D4C7D49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1DFEC304B805408BFF9021E6E069A75071C41577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m50C4D0E0ACA8B2A3097BAFB0C73EAC7FB0D8DFD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m599E284E3C4D0D6BC71FCC04EEF110C663406224_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0BE132E4507E26AD7ACA5D0589C71A6F8F4D924E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m472ACECB3C087B001D859E7FEA999C3E37F3CDD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_CopyTo_m91DC1D7BF73E649EE2CFB6BA1BC936284D918C01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_mFD009BA0F3153526E49D9E99C0C9CF88D9F9EA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var; IL2CPP_EXTERN_C const uint32_t ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException_Flatten_mDA4D8AD18CD6E4E13B69A3CDC8F341D825AFE05C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException_GetObjectData_mE8EEEDDC03DC396A630B39C345EE93D47D4C7D49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException_ToString_m44BC17B24274C52DD53286526922CC3DF4AC9A00_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_m1740971CC345A49D8FCB7DDE6C905FB0F3353C28_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_m863A7C10A5AC7652F73FD1DD2441F9FF5544311E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_mD4BA712D1E805F774D050A60BD64F3A8EE4CA7A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AggregateException__ctor_mEB0710D0C50475FCE00B187AA5FA8098DC656E44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_Add_mC2841C466B5711319B528BB1082B77CB842B4E2D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_GetName_m49E0984541255F6E145F6F68E01944D0E39E42FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_GetValue_m64E693D70F358F8491AEC75E0CB1C4B0B479EC17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_GetValue_mE92027FDDFB4586443E3A0A9DF865D89496D4F71_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl__ctor_m5B7885CD6830138F25DC2D46F14B1A18DD1564BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_get_Length_mD72C559AE80A421818D495A852192B9FB7D0452C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_get_Names_mFDBCE4524F597758602D5453AA1F8AFF7FBD0CC9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AttrListImpl_get_Values_m99636E3FAF3306508F47185B0957B58AFAA3AA42_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes__cctor_mC4051C84B0BB193938F7BA71B853E05DC4427319_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43mscorlib1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SR_Format_m2DD0EA1F52576669B34B03CDB3D441631E1CA76C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SR_Format_mCDBB594267CC224AB2A69540BBA598151F0642C7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityParser_OnChars_m40E1236580D7790B03DF4B822CD94522CA6004E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityParser_OnEndElement_mD7258BCF8FB5C80042CBD036FC65A27628F87AE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityParser_OnStartElement_m043969D5E7935474E350EDFB77C55A6B26CDDCC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParserException__ctor_m6AB9D00DB18C0DD5D3A9B19B50BE555685206A22_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SmallXmlParser__ctor_m9FD7D5896F766B4F9ED74478616F09462523ABF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X501_ToString_m7DAF3907D55EB3E1443A8F77BBD112157D5B46D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X501__cctor_mB30CF419A807D4E4C9F26C1D636650E1CC515A3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateCollection_get_Item_m9D86EAB41F196198DE5A0B855200B33F97BEEC82_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m2F728922369DD616AA819677BB1730477872A0F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m014A48D073D1DF62A4D8631ED07E8B3BC6EA8834_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m1E28B3521979906042C16BB51337ADD7CD43B945_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator__ctor_m907435AC45CD48DA1C82DB9C34480DC0BEAEF38F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_GetObjectData_m9F64BF2BCF7179890398D4CBCDAF7FD2D291B8A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_PEM_m7222F318BC4E9A4D263E49EC236D7F3626366B55_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate__cctor_mBE2FD3CE1FBD329810E55F5B1E8ACBE909DA4B0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_get_KeyAlgorithmParameters_mF1249C706BAE0B41EB13D6135BD586FBEEC5C0C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_get_RSA_m1AA2E60B7C340E9CB1841763A89E4FCFFB8903F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_get_RawData_m52564DBCD26E2DD865635681199BAE8B2D91541F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Certificate_get_SerialNumber_m10773B6CE1C111AA10DC86227A5F911273989329_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Extension_Equals_mCE2F109880049F6E4AB58018FDC95BD1B13EE584_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Extension_ToString_mC968AAD96357747636F4B7AE2903FFB5B32BA84A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; 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 // Mono.Math.BigInteger struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 : public RuntimeObject { public: // System.UInt32 Mono.Math.BigInteger::length uint32_t ___length_0; // System.UInt32[] Mono.Math.BigInteger::data UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___data_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299, ___length_0)); } inline uint32_t get_length_0() const { return ___length_0; } inline uint32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(uint32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299, ___data_1)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_data_1() const { return ___data_1; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_data_1() { return &___data_1; } inline void set_data_1(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields { public: // System.UInt32[] Mono.Math.BigInteger::smallPrimes UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___smallPrimes_2; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_3; public: inline static int32_t get_offset_of_smallPrimes_2() { return static_cast(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields, ___smallPrimes_2)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_smallPrimes_2() const { return ___smallPrimes_2; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_smallPrimes_2() { return &___smallPrimes_2; } inline void set_smallPrimes_2(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___smallPrimes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallPrimes_2), (void*)value); } inline static int32_t get_offset_of_rng_3() { return static_cast(offsetof(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_StaticFields, ___rng_3)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_3() const { return ___rng_3; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_3() { return &___rng_3; } inline void set_rng_3(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ___rng_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_3), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___m_aValue_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22, ___elist_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_elist_2() const { return ___elist_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (void*)value); } }; // Mono.Security.ASN1Convert struct ASN1Convert_t138991C9C37079C099F94F756D260EA50C2D385F : public RuntimeObject { public: public: }; // Mono.Security.BitConverterLE struct BitConverterLE_t8F3BE17C60282ED051735A690E02777D47A3129A : public RuntimeObject { public: public: }; // Mono.Security.Cryptography.KeyBuilder struct KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33 : public RuntimeObject { public: public: }; struct KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_0), (void*)value); } }; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 : public RuntimeObject { public: // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ____params_4; // System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue String_t* ____keyvalue_5; // System.String Mono.Security.Cryptography.KeyPairPersistence::_filename String_t* ____filename_6; // System.String Mono.Security.Cryptography.KeyPairPersistence::_container String_t* ____container_7; public: inline static int32_t get_offset_of__params_4() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____params_4)); } inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * get__params_4() const { return ____params_4; } inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 ** get_address_of__params_4() { return &____params_4; } inline void set__params_4(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * value) { ____params_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_4), (void*)value); } inline static int32_t get_offset_of__keyvalue_5() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____keyvalue_5)); } inline String_t* get__keyvalue_5() const { return ____keyvalue_5; } inline String_t** get_address_of__keyvalue_5() { return &____keyvalue_5; } inline void set__keyvalue_5(String_t* value) { ____keyvalue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyvalue_5), (void*)value); } inline static int32_t get_offset_of__filename_6() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____filename_6)); } inline String_t* get__filename_6() const { return ____filename_6; } inline String_t** get_address_of__filename_6() { return &____filename_6; } inline void set__filename_6(String_t* value) { ____filename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____filename_6), (void*)value); } inline static int32_t get_offset_of__container_7() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____container_7)); } inline String_t* get__container_7() const { return ____container_7; } inline String_t** get_address_of__container_7() { return &____container_7; } inline void set__container_7(String_t* value) { ____container_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____container_7), (void*)value); } }; struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields { public: // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists bool ____userPathExists_0; // System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath String_t* ____userPath_1; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists bool ____machinePathExists_2; // System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath String_t* ____machinePath_3; // System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj RuntimeObject * ___lockobj_8; public: inline static int32_t get_offset_of__userPathExists_0() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPathExists_0)); } inline bool get__userPathExists_0() const { return ____userPathExists_0; } inline bool* get_address_of__userPathExists_0() { return &____userPathExists_0; } inline void set__userPathExists_0(bool value) { ____userPathExists_0 = value; } inline static int32_t get_offset_of__userPath_1() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPath_1)); } inline String_t* get__userPath_1() const { return ____userPath_1; } inline String_t** get_address_of__userPath_1() { return &____userPath_1; } inline void set__userPath_1(String_t* value) { ____userPath_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____userPath_1), (void*)value); } inline static int32_t get_offset_of__machinePathExists_2() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePathExists_2)); } inline bool get__machinePathExists_2() const { return ____machinePathExists_2; } inline bool* get_address_of__machinePathExists_2() { return &____machinePathExists_2; } inline void set__machinePathExists_2(bool value) { ____machinePathExists_2 = value; } inline static int32_t get_offset_of__machinePath_3() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePath_3)); } inline String_t* get__machinePath_3() const { return ____machinePath_3; } inline String_t** get_address_of__machinePath_3() { return &____machinePath_3; } inline void set__machinePath_3(String_t* value) { ____machinePath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____machinePath_3), (void*)value); } inline static int32_t get_offset_of_lockobj_8() { return static_cast(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ___lockobj_8)); } inline RuntimeObject * get_lockobj_8() const { return ___lockobj_8; } inline RuntimeObject ** get_address_of_lockobj_8() { return &___lockobj_8; } inline void set_lockobj_8(RuntimeObject * value) { ___lockobj_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockobj_8), (void*)value); } }; // Mono.Security.Cryptography.PKCS1 struct PKCS1_tD10817843EC300450DF0869873961943DE7E0E49 : public RuntimeObject { public: public: }; struct PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields { public: // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA1_0; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA256 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA256_1; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA384 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA384_2; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA512 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___emptySHA512_3; public: inline static int32_t get_offset_of_emptySHA1_0() { return static_cast(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA1_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA1_0() const { return ___emptySHA1_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA1_0() { return &___emptySHA1_0; } inline void set_emptySHA1_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___emptySHA1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptySHA1_0), (void*)value); } inline static int32_t get_offset_of_emptySHA256_1() { return static_cast(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA256_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA256_1() const { return ___emptySHA256_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA256_1() { return &___emptySHA256_1; } inline void set_emptySHA256_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___emptySHA256_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptySHA256_1), (void*)value); } inline static int32_t get_offset_of_emptySHA384_2() { return static_cast(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA384_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA384_2() const { return ___emptySHA384_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA384_2() { return &___emptySHA384_2; } inline void set_emptySHA384_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___emptySHA384_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptySHA384_2), (void*)value); } inline static int32_t get_offset_of_emptySHA512_3() { return static_cast(offsetof(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields, ___emptySHA512_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_emptySHA512_3() const { return ___emptySHA512_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_emptySHA512_3() { return &___emptySHA512_3; } inline void set_emptySHA512_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___emptySHA512_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptySHA512_3), (void*)value); } }; // Mono.Security.Cryptography.PKCS8 struct PKCS8_t7FC4F4D11D01A76F9873869D2F5587EA3B61B5C6 : public RuntimeObject { public: public: }; // Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo struct EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A : public RuntimeObject { public: // System.String Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_algorithm String_t* ____algorithm_0; // System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_salt ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____salt_1; // System.Int32 Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_iterations int32_t ____iterations_2; // System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::_data ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_3; public: inline static int32_t get_offset_of__algorithm_0() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____algorithm_0)); } inline String_t* get__algorithm_0() const { return ____algorithm_0; } inline String_t** get_address_of__algorithm_0() { return &____algorithm_0; } inline void set__algorithm_0(String_t* value) { ____algorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____algorithm_0), (void*)value); } inline static int32_t get_offset_of__salt_1() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____salt_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__salt_1() const { return ____salt_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__salt_1() { return &____salt_1; } inline void set__salt_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____salt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____salt_1), (void*)value); } inline static int32_t get_offset_of__iterations_2() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____iterations_2)); } inline int32_t get__iterations_2() const { return ____iterations_2; } inline int32_t* get_address_of__iterations_2() { return &____iterations_2; } inline void set__iterations_2(int32_t value) { ____iterations_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A, ____data_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_3() const { return ____data_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_3() { return &____data_3; } inline void set__data_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } }; // Mono.Security.Cryptography.PKCS8_PrivateKeyInfo struct PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 : public RuntimeObject { public: // System.Int32 Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_version int32_t ____version_0; // System.String Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_algorithm String_t* ____algorithm_1; // System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_key ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____key_2; // System.Collections.ArrayList Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::_list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____list_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____version_0)); } inline int32_t get__version_0() const { return ____version_0; } inline int32_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(int32_t value) { ____version_0 = value; } inline static int32_t get_offset_of__algorithm_1() { return static_cast(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____algorithm_1)); } inline String_t* get__algorithm_1() const { return ____algorithm_1; } inline String_t** get_address_of__algorithm_1() { return &____algorithm_1; } inline void set__algorithm_1(String_t* value) { ____algorithm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____algorithm_1), (void*)value); } inline static int32_t get_offset_of__key_2() { return static_cast(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____key_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__key_2() const { return ____key_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__key_2() { return &____key_2; } inline void set__key_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_2), (void*)value); } inline static int32_t get_offset_of__list_3() { return static_cast(offsetof(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8, ____list_3)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__list_3() const { return ____list_3; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__list_3() { return &____list_3; } inline void set__list_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____list_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_3), (void*)value); } }; // Mono.Security.PKCS7 struct PKCS7_t298DFC26790920EB8B476ACA3EEBD4D280B6E66B : public RuntimeObject { public: public: }; // Mono.Security.PKCS7_ContentInfo struct ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 : public RuntimeObject { public: // System.String Mono.Security.PKCS7_ContentInfo::contentType String_t* ___contentType_0; // Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::content ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___content_1; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986, ___contentType_0)); } inline String_t* get_contentType_0() const { return ___contentType_0; } inline String_t** get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(String_t* value) { ___contentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_0), (void*)value); } inline static int32_t get_offset_of_content_1() { return static_cast(offsetof(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986, ___content_1)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_content_1() const { return ___content_1; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_content_1() { return &___content_1; } inline void set_content_1(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ___content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_1), (void*)value); } }; // Mono.Security.PKCS7_EncryptedData struct EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 : public RuntimeObject { public: // System.Byte Mono.Security.PKCS7_EncryptedData::_version uint8_t ____version_0; // Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::_content ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * ____content_1; // Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::_encryptionAlgorithm ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * ____encryptionAlgorithm_2; // System.Byte[] Mono.Security.PKCS7_EncryptedData::_encrypted ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____encrypted_3; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____version_0)); } inline uint8_t get__version_0() const { return ____version_0; } inline uint8_t* get_address_of__version_0() { return &____version_0; } inline void set__version_0(uint8_t value) { ____version_0 = value; } inline static int32_t get_offset_of__content_1() { return static_cast(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____content_1)); } inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * get__content_1() const { return ____content_1; } inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 ** get_address_of__content_1() { return &____content_1; } inline void set__content_1(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * value) { ____content_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____content_1), (void*)value); } inline static int32_t get_offset_of__encryptionAlgorithm_2() { return static_cast(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____encryptionAlgorithm_2)); } inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * get__encryptionAlgorithm_2() const { return ____encryptionAlgorithm_2; } inline ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 ** get_address_of__encryptionAlgorithm_2() { return &____encryptionAlgorithm_2; } inline void set__encryptionAlgorithm_2(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * value) { ____encryptionAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____encryptionAlgorithm_2), (void*)value); } inline static int32_t get_offset_of__encrypted_3() { return static_cast(offsetof(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82, ____encrypted_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__encrypted_3() const { return ____encrypted_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__encrypted_3() { return &____encrypted_3; } inline void set__encrypted_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____encrypted_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____encrypted_3), (void*)value); } }; // Mono.Security.X509.PKCS12 struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.PKCS12::_password ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_0; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____keyBags_1; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____secretBags_2; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * ____certs_3; // System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged bool ____keyBagsChanged_4; // System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged bool ____secretBagsChanged_5; // System.Boolean Mono.Security.X509.PKCS12::_certsChanged bool ____certsChanged_6; // System.Int32 Mono.Security.X509.PKCS12::_iterations int32_t ____iterations_7; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____safeBags_8; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_9; public: inline static int32_t get_offset_of__password_0() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____password_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_0() const { return ____password_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_0() { return &____password_0; } inline void set__password_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____password_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_0), (void*)value); } inline static int32_t get_offset_of__keyBags_1() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____keyBags_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__keyBags_1() const { return ____keyBags_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__keyBags_1() { return &____keyBags_1; } inline void set__keyBags_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____keyBags_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyBags_1), (void*)value); } inline static int32_t get_offset_of__secretBags_2() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____secretBags_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__secretBags_2() const { return ____secretBags_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__secretBags_2() { return &____secretBags_2; } inline void set__secretBags_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____secretBags_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____secretBags_2), (void*)value); } inline static int32_t get_offset_of__certs_3() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____certs_3)); } inline X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * get__certs_3() const { return ____certs_3; } inline X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA ** get_address_of__certs_3() { return &____certs_3; } inline void set__certs_3(X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * value) { ____certs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____certs_3), (void*)value); } inline static int32_t get_offset_of__keyBagsChanged_4() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____keyBagsChanged_4)); } inline bool get__keyBagsChanged_4() const { return ____keyBagsChanged_4; } inline bool* get_address_of__keyBagsChanged_4() { return &____keyBagsChanged_4; } inline void set__keyBagsChanged_4(bool value) { ____keyBagsChanged_4 = value; } inline static int32_t get_offset_of__secretBagsChanged_5() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____secretBagsChanged_5)); } inline bool get__secretBagsChanged_5() const { return ____secretBagsChanged_5; } inline bool* get_address_of__secretBagsChanged_5() { return &____secretBagsChanged_5; } inline void set__secretBagsChanged_5(bool value) { ____secretBagsChanged_5 = value; } inline static int32_t get_offset_of__certsChanged_6() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____certsChanged_6)); } inline bool get__certsChanged_6() const { return ____certsChanged_6; } inline bool* get_address_of__certsChanged_6() { return &____certsChanged_6; } inline void set__certsChanged_6(bool value) { ____certsChanged_6 = value; } inline static int32_t get_offset_of__iterations_7() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____iterations_7)); } inline int32_t get__iterations_7() const { return ____iterations_7; } inline int32_t* get_address_of__iterations_7() { return &____iterations_7; } inline void set__iterations_7(int32_t value) { ____iterations_7 = value; } inline static int32_t get_offset_of__safeBags_8() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____safeBags_8)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__safeBags_8() const { return ____safeBags_8; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__safeBags_8() { return &____safeBags_8; } inline void set__safeBags_8(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____safeBags_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeBags_8), (void*)value); } inline static int32_t get_offset_of__rng_9() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4, ____rng_9)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_9() const { return ____rng_9; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_9() { return &____rng_9; } inline void set__rng_9(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_9), (void*)value); } }; struct PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields { public: // System.Int32 Mono.Security.X509.PKCS12::password_max_length int32_t ___password_max_length_10; public: inline static int32_t get_offset_of_password_max_length_10() { return static_cast(offsetof(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields, ___password_max_length_10)); } inline int32_t get_password_max_length_10() const { return ___password_max_length_10; } inline int32_t* get_address_of_password_max_length_10() { return &___password_max_length_10; } inline void set_password_max_length_10(int32_t value) { ___password_max_length_10 = value; } }; // Mono.Security.X509.PKCS12_DeriveBytes struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 : public RuntimeObject { public: // System.String Mono.Security.X509.PKCS12_DeriveBytes::_hashName String_t* ____hashName_3; // System.Int32 Mono.Security.X509.PKCS12_DeriveBytes::_iterations int32_t ____iterations_4; // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::_password ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_5; // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::_salt ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____salt_6; public: inline static int32_t get_offset_of__hashName_3() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____hashName_3)); } inline String_t* get__hashName_3() const { return ____hashName_3; } inline String_t** get_address_of__hashName_3() { return &____hashName_3; } inline void set__hashName_3(String_t* value) { ____hashName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____hashName_3), (void*)value); } inline static int32_t get_offset_of__iterations_4() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____iterations_4)); } inline int32_t get__iterations_4() const { return ____iterations_4; } inline int32_t* get_address_of__iterations_4() { return &____iterations_4; } inline void set__iterations_4(int32_t value) { ____iterations_4 = value; } inline static int32_t get_offset_of__password_5() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____password_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_5() const { return ____password_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_5() { return &____password_5; } inline void set__password_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____password_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_5), (void*)value); } inline static int32_t get_offset_of__salt_6() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889, ____salt_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__salt_6() const { return ____salt_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__salt_6() { return &____salt_6; } inline void set__salt_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____salt_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____salt_6), (void*)value); } }; struct DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields { public: // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::keyDiversifier ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyDiversifier_0; // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::ivDiversifier ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___ivDiversifier_1; // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::macDiversifier ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___macDiversifier_2; public: inline static int32_t get_offset_of_keyDiversifier_0() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___keyDiversifier_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyDiversifier_0() const { return ___keyDiversifier_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyDiversifier_0() { return &___keyDiversifier_0; } inline void set_keyDiversifier_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___keyDiversifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyDiversifier_0), (void*)value); } inline static int32_t get_offset_of_ivDiversifier_1() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___ivDiversifier_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_ivDiversifier_1() const { return ___ivDiversifier_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_ivDiversifier_1() { return &___ivDiversifier_1; } inline void set_ivDiversifier_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___ivDiversifier_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ivDiversifier_1), (void*)value); } inline static int32_t get_offset_of_macDiversifier_2() { return static_cast(offsetof(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields, ___macDiversifier_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_macDiversifier_2() const { return ___macDiversifier_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_macDiversifier_2() { return &___macDiversifier_2; } inline void set_macDiversifier_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___macDiversifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___macDiversifier_2), (void*)value); } }; // Mono.Security.X509.SafeBag struct SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 : public RuntimeObject { public: // System.String Mono.Security.X509.SafeBag::_bagOID String_t* ____bagOID_0; // Mono.Security.ASN1 Mono.Security.X509.SafeBag::_asn1 ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ____asn1_1; public: inline static int32_t get_offset_of__bagOID_0() { return static_cast(offsetof(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945, ____bagOID_0)); } inline String_t* get__bagOID_0() const { return ____bagOID_0; } inline String_t** get_address_of__bagOID_0() { return &____bagOID_0; } inline void set__bagOID_0(String_t* value) { ____bagOID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____bagOID_0), (void*)value); } inline static int32_t get_offset_of__asn1_1() { return static_cast(offsetof(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945, ____asn1_1)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get__asn1_1() const { return ____asn1_1; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of__asn1_1() { return &____asn1_1; } inline void set__asn1_1(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ____asn1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____asn1_1), (void*)value); } }; // Mono.Security.X509.X501 struct X501_tE94C087B0902DF20A534C0120C76982167A558F5 : public RuntimeObject { public: public: }; struct X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields { public: // System.Byte[] Mono.Security.X509.X501::countryName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___countryName_0; // System.Byte[] Mono.Security.X509.X501::organizationName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___organizationName_1; // System.Byte[] Mono.Security.X509.X501::organizationalUnitName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___organizationalUnitName_2; // System.Byte[] Mono.Security.X509.X501::commonName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___commonName_3; // System.Byte[] Mono.Security.X509.X501::localityName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___localityName_4; // System.Byte[] Mono.Security.X509.X501::stateOrProvinceName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___stateOrProvinceName_5; // System.Byte[] Mono.Security.X509.X501::streetAddress ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___streetAddress_6; // System.Byte[] Mono.Security.X509.X501::domainComponent ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___domainComponent_7; // System.Byte[] Mono.Security.X509.X501::userid ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___userid_8; // System.Byte[] Mono.Security.X509.X501::email ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___email_9; // System.Byte[] Mono.Security.X509.X501::dnQualifier ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dnQualifier_10; // System.Byte[] Mono.Security.X509.X501::title ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___title_11; // System.Byte[] Mono.Security.X509.X501::surname ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___surname_12; // System.Byte[] Mono.Security.X509.X501::givenName ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___givenName_13; // System.Byte[] Mono.Security.X509.X501::initial ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___initial_14; public: inline static int32_t get_offset_of_countryName_0() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___countryName_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_countryName_0() const { return ___countryName_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_countryName_0() { return &___countryName_0; } inline void set_countryName_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___countryName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryName_0), (void*)value); } inline static int32_t get_offset_of_organizationName_1() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___organizationName_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_organizationName_1() const { return ___organizationName_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_organizationName_1() { return &___organizationName_1; } inline void set_organizationName_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___organizationName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___organizationName_1), (void*)value); } inline static int32_t get_offset_of_organizationalUnitName_2() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___organizationalUnitName_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_organizationalUnitName_2() const { return ___organizationalUnitName_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_organizationalUnitName_2() { return &___organizationalUnitName_2; } inline void set_organizationalUnitName_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___organizationalUnitName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___organizationalUnitName_2), (void*)value); } inline static int32_t get_offset_of_commonName_3() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___commonName_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_commonName_3() const { return ___commonName_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_commonName_3() { return &___commonName_3; } inline void set_commonName_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___commonName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___commonName_3), (void*)value); } inline static int32_t get_offset_of_localityName_4() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___localityName_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_localityName_4() const { return ___localityName_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_localityName_4() { return &___localityName_4; } inline void set_localityName_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___localityName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___localityName_4), (void*)value); } inline static int32_t get_offset_of_stateOrProvinceName_5() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___stateOrProvinceName_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_stateOrProvinceName_5() const { return ___stateOrProvinceName_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_stateOrProvinceName_5() { return &___stateOrProvinceName_5; } inline void set_stateOrProvinceName_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___stateOrProvinceName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateOrProvinceName_5), (void*)value); } inline static int32_t get_offset_of_streetAddress_6() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___streetAddress_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_streetAddress_6() const { return ___streetAddress_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_streetAddress_6() { return &___streetAddress_6; } inline void set_streetAddress_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___streetAddress_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___streetAddress_6), (void*)value); } inline static int32_t get_offset_of_domainComponent_7() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___domainComponent_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_domainComponent_7() const { return ___domainComponent_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_domainComponent_7() { return &___domainComponent_7; } inline void set_domainComponent_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___domainComponent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___domainComponent_7), (void*)value); } inline static int32_t get_offset_of_userid_8() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___userid_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_userid_8() const { return ___userid_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_userid_8() { return &___userid_8; } inline void set_userid_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___userid_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___userid_8), (void*)value); } inline static int32_t get_offset_of_email_9() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___email_9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_email_9() const { return ___email_9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_email_9() { return &___email_9; } inline void set_email_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___email_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_9), (void*)value); } inline static int32_t get_offset_of_dnQualifier_10() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___dnQualifier_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_dnQualifier_10() const { return ___dnQualifier_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_dnQualifier_10() { return &___dnQualifier_10; } inline void set_dnQualifier_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___dnQualifier_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dnQualifier_10), (void*)value); } inline static int32_t get_offset_of_title_11() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___title_11)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_title_11() const { return ___title_11; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_title_11() { return &___title_11; } inline void set_title_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___title_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___title_11), (void*)value); } inline static int32_t get_offset_of_surname_12() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___surname_12)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_surname_12() const { return ___surname_12; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_surname_12() { return &___surname_12; } inline void set_surname_12(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___surname_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___surname_12), (void*)value); } inline static int32_t get_offset_of_givenName_13() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___givenName_13)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_givenName_13() const { return ___givenName_13; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_givenName_13() { return &___givenName_13; } inline void set_givenName_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___givenName_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___givenName_13), (void*)value); } inline static int32_t get_offset_of_initial_14() { return static_cast(offsetof(X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields, ___initial_14)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_initial_14() const { return ___initial_14; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_initial_14() { return &___initial_14; } inline void set_initial_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___initial_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___initial_14), (void*)value); } }; // Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator struct X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F : public RuntimeObject { public: // System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value); } }; // Mono.Security.X509.X509Extension struct X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B : public RuntimeObject { public: // System.String Mono.Security.X509.X509Extension::extnOid String_t* ___extnOid_0; // System.Boolean Mono.Security.X509.X509Extension::extnCritical bool ___extnCritical_1; // Mono.Security.ASN1 Mono.Security.X509.X509Extension::extnValue ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___extnValue_2; public: inline static int32_t get_offset_of_extnOid_0() { return static_cast(offsetof(X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B, ___extnOid_0)); } inline String_t* get_extnOid_0() const { return ___extnOid_0; } inline String_t** get_address_of_extnOid_0() { return &___extnOid_0; } inline void set_extnOid_0(String_t* value) { ___extnOid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___extnOid_0), (void*)value); } inline static int32_t get_offset_of_extnCritical_1() { return static_cast(offsetof(X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B, ___extnCritical_1)); } inline bool get_extnCritical_1() const { return ___extnCritical_1; } inline bool* get_address_of_extnCritical_1() { return &___extnCritical_1; } inline void set_extnCritical_1(bool value) { ___extnCritical_1 = value; } inline static int32_t get_offset_of_extnValue_2() { return static_cast(offsetof(X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B, ___extnValue_2)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_extnValue_2() const { return ___extnValue_2; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_extnValue_2() { return &___extnValue_2; } inline void set_extnValue_2(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ___extnValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___extnValue_2), (void*)value); } }; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser_IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser_AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___reader_1)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_reader_1() const { return ___reader_1; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___elementNames_2)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpaces_3)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___nameBuffer_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___attributes_8)); } inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; // Mono.Xml.SmallXmlParser_AttrListImpl struct AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 : public RuntimeObject { public: // System.Collections.Generic.List`1 Mono.Xml.SmallXmlParser_AttrListImpl::attrNames List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___attrNames_0; // System.Collections.Generic.List`1 Mono.Xml.SmallXmlParser_AttrListImpl::attrValues List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___attrValues_1; public: inline static int32_t get_offset_of_attrNames_0() { return static_cast(offsetof(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63, ___attrNames_0)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_attrNames_0() const { return ___attrNames_0; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_attrNames_0() { return &___attrNames_0; } inline void set_attrNames_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___attrNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrNames_0), (void*)value); } inline static int32_t get_offset_of_attrValues_1() { return static_cast(offsetof(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63, ___attrValues_1)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_attrValues_1() const { return ___attrValues_1; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_attrValues_1() { return &___attrValues_1; } inline void set_attrValues_1(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___attrValues_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_1), (void*)value); } }; // SR struct SR_tF0A81BD7A630D496167428BEC7314B47F8B4472B : public RuntimeObject { public: public: }; // System.Activator struct Activator_tB50E7575818FE43EB3B56CA3880E7C80D884C1CC : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.BitConverter struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject { public: public: }; struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.CollectionBase struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t20A8118F137937C08C81821D3462043030E1A597 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* ____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_t20A8118F137937C08C81821D3462043030E1A597, ____items_1)); } inline AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* get__items_1() const { return ____items_1; } inline AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* 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_t20A8118F137937C08C81821D3462043030E1A597, ____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_t20A8118F137937C08C81821D3462043030E1A597, ____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_t20A8118F137937C08C81821D3462043030E1A597, ____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_t20A8118F137937C08C81821D3462043030E1A597_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t20A8118F137937C08C81821D3462043030E1A597_StaticFields, ____emptyArray_5)); } inline AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* get__emptyArray_5() const { return ____emptyArray_5; } inline AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(AggregateExceptionU5BU5D_t00272697610270A15A70119C6CE78E7A985CE49D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____items_1)); } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* get__items_1() const { return ____items_1; } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* 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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A, ____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_t864E43C85FFFD16A2A0685F30AC877138E106F2A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_StaticFields, ____emptyArray_5)); } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* get__emptyArray_5() const { return ____emptyArray_5; } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCD04260AE1254C438132446F1E6892AB86D18743 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____items_1)); } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* get__items_1() const { return ____items_1; } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* 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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743, ____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_tCD04260AE1254C438132446F1E6892AB86D18743_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCD04260AE1254C438132446F1E6892AB86D18743_StaticFields, ____emptyArray_5)); } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* get__emptyArray_5() const { return ____emptyArray_5; } inline ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ExceptionDispatchInfoU5BU5D_tAF0992800B1E727A3311A160A519F842B8E28DFF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.Stack struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0; // System.Int32 System.Collections.Stack::_size int32_t ____size_1; // System.Int32 System.Collections.Stack::_version int32_t ____version_2; // System.Object System.Collections.Stack::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : 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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // System.Security.Cryptography.CspParameters struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_0; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_1; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_2; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_3; // System.Int32 System.Security.Cryptography.CspParameters::m_flags int32_t ___m_flags_4; public: inline static int32_t get_offset_of_ProviderType_0() { return static_cast(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderType_0)); } inline int32_t get_ProviderType_0() const { return ___ProviderType_0; } inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; } inline void set_ProviderType_0(int32_t value) { ___ProviderType_0 = value; } inline static int32_t get_offset_of_ProviderName_1() { return static_cast(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderName_1)); } inline String_t* get_ProviderName_1() const { return ___ProviderName_1; } inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; } inline void set_ProviderName_1(String_t* value) { ___ProviderName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value); } inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyContainerName_2)); } inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; } inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; } inline void set_KeyContainerName_2(String_t* value) { ___KeyContainerName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value); } inline static int32_t get_offset_of_KeyNumber_3() { return static_cast(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyNumber_3)); } inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; } inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; } inline void set_KeyNumber_3(int32_t value) { ___KeyNumber_3 = value; } inline static int32_t get_offset_of_m_flags_4() { return static_cast(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_flags_4)); } inline int32_t get_m_flags_4() const { return ___m_flags_4; } inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; } inline void set_m_flags_4(int32_t value) { ___m_flags_4 = value; } }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___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_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // System.Security.Cryptography.KeySizes struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::m_minSize int32_t ___m_minSize_0; // System.Int32 System.Security.Cryptography.KeySizes::m_maxSize int32_t ___m_maxSize_1; // System.Int32 System.Security.Cryptography.KeySizes::m_skipSize int32_t ___m_skipSize_2; public: inline static int32_t get_offset_of_m_minSize_0() { return static_cast(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_minSize_0)); } inline int32_t get_m_minSize_0() const { return ___m_minSize_0; } inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; } inline void set_m_minSize_0(int32_t value) { ___m_minSize_0 = value; } inline static int32_t get_offset_of_m_maxSize_1() { return static_cast(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_maxSize_1)); } inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; } inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; } inline void set_m_maxSize_1(int32_t value) { ___m_maxSize_1 = value; } inline static int32_t get_offset_of_m_skipSize_2() { return static_cast(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_skipSize_2)); } inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; } inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; } inline void set_m_skipSize_2(int32_t value) { ___m_skipSize_2 = value; } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject { public: public: }; // System.Security.SecurityElement struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___attributes_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___children_3)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_children_3() const { return ___children_3; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value); } }; struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (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.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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; } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // ___StaticArrayInitTypeSizeU3D10 struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10]; }; public: }; // ___StaticArrayInitTypeSizeU3D1018 struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018]; }; public: }; // ___StaticArrayInitTypeSizeU3D1080 struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080]; }; public: }; // ___StaticArrayInitTypeSizeU3D11614 struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614]; }; public: }; // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12]; }; public: }; // ___StaticArrayInitTypeSizeU3D120 struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120]; }; public: }; // ___StaticArrayInitTypeSizeU3D1208 struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208]; }; public: }; // ___StaticArrayInitTypeSizeU3D128 struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128]; }; public: }; // ___StaticArrayInitTypeSizeU3D130 struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130]; }; public: }; // ___StaticArrayInitTypeSizeU3D14 struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14]; }; public: }; // ___StaticArrayInitTypeSizeU3D1450 struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450]; }; public: }; // ___StaticArrayInitTypeSizeU3D16 struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16]; }; public: }; // ___StaticArrayInitTypeSizeU3D162 struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162]; }; public: }; // ___StaticArrayInitTypeSizeU3D1665 struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665]; }; public: }; // ___StaticArrayInitTypeSizeU3D174 struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174]; }; public: }; // ___StaticArrayInitTypeSizeU3D20 struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20]; }; public: }; // ___StaticArrayInitTypeSizeU3D2048 struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048]; }; public: }; // ___StaticArrayInitTypeSizeU3D2100 struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100]; }; public: }; // ___StaticArrayInitTypeSizeU3D212 struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212]; }; public: }; // ___StaticArrayInitTypeSizeU3D21252 struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252]; }; public: }; // ___StaticArrayInitTypeSizeU3D2350 struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350]; }; public: }; // ___StaticArrayInitTypeSizeU3D2382 struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382]; }; public: }; // ___StaticArrayInitTypeSizeU3D24 struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24]; }; public: }; // ___StaticArrayInitTypeSizeU3D240 struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240]; }; public: }; // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256]; }; public: }; // ___StaticArrayInitTypeSizeU3D262 struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262]; }; public: }; // ___StaticArrayInitTypeSizeU3D288 struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288]; }; public: }; // ___StaticArrayInitTypeSizeU3D3 struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3]; }; public: }; // ___StaticArrayInitTypeSizeU3D3132 struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D320 struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320]; }; public: }; // ___StaticArrayInitTypeSizeU3D36 struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36]; }; public: }; // ___StaticArrayInitTypeSizeU3D360 struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360]; }; public: }; // ___StaticArrayInitTypeSizeU3D38 struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40]; }; public: }; // ___StaticArrayInitTypeSizeU3D4096 struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096]; }; public: }; // ___StaticArrayInitTypeSizeU3D42 struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42]; }; public: }; // ___StaticArrayInitTypeSizeU3D44 struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44]; }; public: }; // ___StaticArrayInitTypeSizeU3D48 struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48]; }; public: }; // ___StaticArrayInitTypeSizeU3D52 struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52]; }; public: }; // ___StaticArrayInitTypeSizeU3D56 struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56]; }; public: }; // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6]; }; public: }; // ___StaticArrayInitTypeSizeU3D64 struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64]; }; public: }; // ___StaticArrayInitTypeSizeU3D640 struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640]; }; public: }; // ___StaticArrayInitTypeSizeU3D72 struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72]; }; public: }; // ___StaticArrayInitTypeSizeU3D76 struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76]; }; public: }; // ___StaticArrayInitTypeSizeU3D84 struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84]; }; public: }; // ___StaticArrayInitTypeSizeU3D9 struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9]; }; public: }; // ___StaticArrayInitTypeSizeU3D94 struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94]; }; public: }; // ___StaticArrayInitTypeSizeU3D998 struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998]; }; public: }; // Mono.Security.Cryptography.MD2 struct MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // Mono.Security.Cryptography.MD4 struct MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 { public: public: }; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 { public: // System.Boolean Mono.Security.X509.X509ExtensionCollection::readOnly bool ___readOnly_1; public: inline static int32_t get_offset_of_readOnly_1() { return static_cast(offsetof(X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1, ___readOnly_1)); } inline bool get_readOnly_1() const { return ___readOnly_1; } inline bool* get_address_of_readOnly_1() { return &___readOnly_1; } inline void set_readOnly_1(bool value) { ___readOnly_1 = value; } }; // Mono.Xml.SecurityParser struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 : public SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 { public: // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___root_12; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___current_13; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_14; public: inline static int32_t get_offset_of_root_12() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___root_12)); } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_root_12() const { return ___root_12; } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_root_12() { return &___root_12; } inline void set_root_12(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value) { ___root_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_12), (void*)value); } inline static int32_t get_offset_of_current_13() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___current_13)); } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_current_13() const { return ___current_13; } inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_current_13() { return &___current_13; } inline void set_current_13(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value) { ___current_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_13), (void*)value); } inline static int32_t get_offset_of_stack_14() { return static_cast(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___stack_14)); } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_14() const { return ___stack_14; } inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_14() { return &___stack_14; } inline void set_stack_14(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value) { ___stack_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_14), (void*)value); } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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; } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { 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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { 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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: public: }; struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { 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_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___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_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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.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; } }; // System.Security.Cryptography.DSA struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___P_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Q_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___G_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Y_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___J_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___X_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Seed_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B, ___KeyValue_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_4), (void*)value); } }; // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Security.Cryptography.RSA struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB { public: public: }; // System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Exponent_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Modulus_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___P_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Q_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DP_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DQ_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___InverseQ_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___D_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.Security.Cryptography.SHA1 struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Security.Cryptography.SHA256 struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Security.Cryptography.SHA384 struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Security.Cryptography.SHA512 struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___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.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { 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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { 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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___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; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields { public: // ___StaticArrayInitTypeSizeU3D256 ::0392525BCB01691D1F319D89F2C12BF93A478467 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0; // ___StaticArrayInitTypeSizeU3D72 ::0588059ACBD52F7EA2835882F977A9CF72EB9775 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; // ___StaticArrayInitTypeSizeU3D84 ::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; // ___StaticArrayInitTypeSizeU3D240 ::121EC59E23F7559B28D338D562528F6299C2DE22 __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3; // ___StaticArrayInitTypeSizeU3D3 ::12D04472A8285260EA12FD3813CDFA9F2D2B548C __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; // ___StaticArrayInitTypeSizeU3D3 ::13A35EF1A549297C70E2AD46045BBD2ECA17852D __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; // ___StaticArrayInitTypeSizeU3D24 ::1730F09044E91DB8371B849EFF5E6D17BDE4AED0 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; // ___StaticArrayInitTypeSizeU3D3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; // ___StaticArrayInitTypeSizeU3D4096 ::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; // ___StaticArrayInitTypeSizeU3D2048 ::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; // ___StaticArrayInitTypeSizeU3D16 ::1FE6CE411858B3D864679DE2139FB081F08BFACD __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; // ___StaticArrayInitTypeSizeU3D3 ::235D99572263B22ADFEE10FDA0C25E12F4D94FFC __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; // ___StaticArrayInitTypeSizeU3D40 ::25420D0055076FA8D3E4DD96BC53AE24DE6E619F __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; // ___StaticArrayInitTypeSizeU3D1208 ::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; // ___StaticArrayInitTypeSizeU3D42 ::29C1A61550F0E3260E1953D4FAD71C256218EF40 __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; // ___StaticArrayInitTypeSizeU3D12 ::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; // ___StaticArrayInitTypeSizeU3D36 ::2BA840FF6020B8FF623DBCB7188248CF853FAF4F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; // ___StaticArrayInitTypeSizeU3D72 ::2C840AFA48C27B9C05593E468C1232CA1CC74AFD __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; // ___StaticArrayInitTypeSizeU3D16 ::2D1DA5BB407F0C11C3B5116196C0C6374D932B20 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; // ___StaticArrayInitTypeSizeU3D14 ::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130 __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; // ___StaticArrayInitTypeSizeU3D72 ::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; // ___StaticArrayInitTypeSizeU3D64 ::320B018758ECE3752FFEDBAEB1A6DB67C80B9359 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; // ___StaticArrayInitTypeSizeU3D72 ::34476C29F6F81C989CFCA42F7C06E84C66236834 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; // ___StaticArrayInitTypeSizeU3D2382 ::35EED060772F2748D13B745DAEC8CD7BD3B87604 __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; // ___StaticArrayInitTypeSizeU3D38 ::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3 __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; // ___StaticArrayInitTypeSizeU3D1450 ::379C06C9E702D31469C29033F0DD63931EB349F5 __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25; // ___StaticArrayInitTypeSizeU3D10 ::399BD13E240F33F808CA7940293D6EC4E6FD5A00 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; // ___StaticArrayInitTypeSizeU3D72 ::39C9CE73C7B0619D409EF28344F687C1B5C130FE __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; // ___StaticArrayInitTypeSizeU3D320 ::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851 __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; // ___StaticArrayInitTypeSizeU3D3 ::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; // ___StaticArrayInitTypeSizeU3D64 ::3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; // ___StaticArrayInitTypeSizeU3D12 ::3E823444D2DFECF0F90B436B88F02A533CB376F1 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; // ___StaticArrayInitTypeSizeU3D72 ::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; // ___StaticArrayInitTypeSizeU3D1665 ::40981BAA39513E58B28DCF0103CC04DE2A0A0444 __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; // ___StaticArrayInitTypeSizeU3D40 ::40E7C49413D261F3F38AD3A870C0AC69C8BDA048 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; // ___StaticArrayInitTypeSizeU3D72 ::421EC7E82F2967DF6CA8C3605514DC6F29EE5845 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; // ___StaticArrayInitTypeSizeU3D256 ::433175D38B13FFE177FDD661A309F1B528B3F6E2 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; // ___StaticArrayInitTypeSizeU3D120 ::46232052BC757E030490D851F265FB47FA100902 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_37; // ___StaticArrayInitTypeSizeU3D72 ::4858DB4AA76D3933F1CA9E6712D4FDB16903F628 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; // ___StaticArrayInitTypeSizeU3D48 ::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; // ___StaticArrayInitTypeSizeU3D40 ::4F7A8890F332B22B8DE0BD29D36FA7364748D76A __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; // ___StaticArrayInitTypeSizeU3D72 ::536422B321459B242ADED7240B7447E904E083E3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_41; // ___StaticArrayInitTypeSizeU3D1080 ::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3 __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; // ___StaticArrayInitTypeSizeU3D10 ::56DFA5053B3131883637F53219E7D88CCEF35949 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_43; // ___StaticArrayInitTypeSizeU3D3 ::57218C316B6921E2CD61027A2387EDC31A2D9471 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_44; // ___StaticArrayInitTypeSizeU3D40 ::57F320D62696EC99727E0FE2045A05F1289CC0C6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; // ___StaticArrayInitTypeSizeU3D212 ::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; // ___StaticArrayInitTypeSizeU3D36 ::5BBDF8058D4235C33F2E8DCF76004031B6187A2F __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; // ___StaticArrayInitTypeSizeU3D288 ::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; // ___StaticArrayInitTypeSizeU3D72 ::5BFE2819B4778217C56416C7585FF0E56EBACD89 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; // ___StaticArrayInitTypeSizeU3D128 ::609C0E8D8DA86A09D6013D301C86BA8782C16B8C __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; // ___StaticArrayInitTypeSizeU3D48 ::62BAB0F245E66C3EB982CF5A7015F0A7C3382283 __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; // ___StaticArrayInitTypeSizeU3D2048 ::646036A65DECCD6835C914A46E6E44B729433B60 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_52; // ___StaticArrayInitTypeSizeU3D40 ::65E32B4E150FD8D24B93B0D42A17F1DAD146162B __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; // ___StaticArrayInitTypeSizeU3D52 ::6770974FEF1E98B9C1864370E2B5B786EB0EA39E __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; // ___StaticArrayInitTypeSizeU3D72 ::67EEAD805D708D9AA4E14BF747E44CED801744F3 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; // ___StaticArrayInitTypeSizeU3D120 ::6C71197D228427B2864C69B357FEF73D8C9D59DF __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; // ___StaticArrayInitTypeSizeU3D16 ::6CEE45445AFD150B047A5866FFA76AA651CDB7B7 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; // ___StaticArrayInitTypeSizeU3D2048 ::6D797C11E1D4FB68B6570CF2A92B792433527065 __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; // ___StaticArrayInitTypeSizeU3D3132 ::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9 __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; // ___StaticArrayInitTypeSizeU3D76 ::6FC754859E4EC74E447048364B216D825C6F8FE7 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; // ___StaticArrayInitTypeSizeU3D40 ::704939CD172085D1295FCE3F1D92431D685D7AA2 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; // ___StaticArrayInitTypeSizeU3D24 ::7088AAE49F0627B72729078DE6E3182DDCF8ED99 __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; // ___StaticArrayInitTypeSizeU3D72 ::7341C933A70EAE383CC50C4B945ADB8E08F06737 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; // ___StaticArrayInitTypeSizeU3D3 ::736D39815215889F11249D9958F6ED12D37B9F57 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_65; // ___StaticArrayInitTypeSizeU3D4096 ::7F42F2EDC974BE29B2746957416ED1AEFA605F47 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; // ___StaticArrayInitTypeSizeU3D40 ::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; // ___StaticArrayInitTypeSizeU3D21252 ::811A927B7DADD378BE60BBDE794B9277AA9B50EC __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; // ___StaticArrayInitTypeSizeU3D36 ::81917F1E21F3C22B9F916994547A614FB03E968E __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_69; // ___StaticArrayInitTypeSizeU3D40 ::823566DA642D6EA356E15585921F2A4CA23D6760 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_70; // ___StaticArrayInitTypeSizeU3D12 ::82C2A59850B2E85BCE1A45A479537A384DF6098D __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; // ___StaticArrayInitTypeSizeU3D44 ::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; // ___StaticArrayInitTypeSizeU3D3 ::86F4F563FA2C61798AE6238D789139739428463A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_73; // ___StaticArrayInitTypeSizeU3D40 ::871B9CF85DB352BAADF12BAE8F19857683E385AC __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; // ___StaticArrayInitTypeSizeU3D16 ::89A040451C8CC5C8FB268BE44BDD74964C104155 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_75; // ___StaticArrayInitTypeSizeU3D40 ::8CAA092E783257106251246FF5C97F88D28517A6 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76; // ___StaticArrayInitTypeSizeU3D2100 ::8D231DD55FE1AD7631BBD0905A17D5EB616C2154 __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; // ___StaticArrayInitTypeSizeU3D40 ::8E10AC2F34545DFBBF3FCBC06055D797A8C99991 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; // ___StaticArrayInitTypeSizeU3D256 ::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; // ___StaticArrayInitTypeSizeU3D640 ::90A0542282A011472F94E97CEAE59F8B3B1A3291 __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; // ___StaticArrayInitTypeSizeU3D12 ::93A63E90605400F34B49F0EB3361D23C89164BDA __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; // ___StaticArrayInitTypeSizeU3D72 ::94841DD2F330CCB1089BF413E4FA9B04505152E2 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; // ___StaticArrayInitTypeSizeU3D12 ::95264589E48F94B7857CFF398FB72A537E13EEE2 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; // ___StaticArrayInitTypeSizeU3D72 ::95C48758CAE1715783472FB073AB158AB8A0AB2A __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; // ___StaticArrayInitTypeSizeU3D72 ::973417296623D8DC6961B09664E54039E44CA5D8 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85; // ___StaticArrayInitTypeSizeU3D3 ::97FB30C84FF4A41CD4625B44B2940BFC8DB43003 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; // ___StaticArrayInitTypeSizeU3D4096 ::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24 __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; // ___StaticArrayInitTypeSizeU3D64 ::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; // ___StaticArrayInitTypeSizeU3D3 ::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; // ___StaticArrayInitTypeSizeU3D40 ::A0074C15377C0C870B055927403EA9FA7A349D12 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90; // ___StaticArrayInitTypeSizeU3D130 ::A1319B706116AB2C6D44483F60A7D0ACEA543396 __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; // System.Int64 ::A13AA52274D951A18029131A8DDECF76B569A15D int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92; // ___StaticArrayInitTypeSizeU3D3 ::A323DB0813C4D072957BA6FDA79D9776674CD06B __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; // ___StaticArrayInitTypeSizeU3D212 ::A5444763673307F6828C748D4B9708CFC02B0959 __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94; // ___StaticArrayInitTypeSizeU3D72 ::A6732F8E7FC23766AB329B492D6BF82E3B33233F __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; // ___StaticArrayInitTypeSizeU3D174 ::A705A106D95282BD15E13EEA6B0AF583FF786D83 __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; // ___StaticArrayInitTypeSizeU3D1018 ::A8A491E4CED49AE0027560476C10D933CE70C8DF __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; // ___StaticArrayInitTypeSizeU3D72 ::AC791C4F39504D1184B73478943D0636258DA7B1 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98; // ___StaticArrayInitTypeSizeU3D52 ::AFCD4E1211233E99373A3367B23105A3D624B1F2 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; // ___StaticArrayInitTypeSizeU3D40 ::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; // ___StaticArrayInitTypeSizeU3D16 ::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; // ___StaticArrayInitTypeSizeU3D256 ::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; // ___StaticArrayInitTypeSizeU3D4096 ::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; // ___StaticArrayInitTypeSizeU3D998 ::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45 __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; // ___StaticArrayInitTypeSizeU3D162 ::B8864ACB9DD69E3D42151513C840AAE270BF21C8 __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; // ___StaticArrayInitTypeSizeU3D360 ::B8F87834C3597B2EEF22BA6D3A392CC925636401 __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; // ___StaticArrayInitTypeSizeU3D72 ::B9B670F134A59FB1107AF01A9FE8F8E3980B3093 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; // ___StaticArrayInitTypeSizeU3D20 ::BE1BDEC0AA74B4DCB079943E70528096CCA985F8 __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; // ___StaticArrayInitTypeSizeU3D72 ::BEBC9ECC660A13EFC359BA3383411F698CFF25DB __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; // ___StaticArrayInitTypeSizeU3D40 ::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; // ___StaticArrayInitTypeSizeU3D3 ::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; // ___StaticArrayInitTypeSizeU3D6 ::BF5EB60806ECB74EE484105DD9D6F463BF994867 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; // System.Int64 ::C1A1100642BA9685B30A84D97348484E14AA1865 int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113; // ___StaticArrayInitTypeSizeU3D16 ::C6F364A0AD934EFED8909446C215752E565D77C1 __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114; // ___StaticArrayInitTypeSizeU3D174 ::CE5835130F5277F63D716FC9115526B0AC68FFAD __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; // ___StaticArrayInitTypeSizeU3D6 ::CE93C35B755802BC4B3D180716B048FC61701EF7 __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; // ___StaticArrayInitTypeSizeU3D64 ::CF0B42666EF5E37EDEA0AB8E173E42C196D03814 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; // ___StaticArrayInitTypeSizeU3D256 ::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7 __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; // ___StaticArrayInitTypeSizeU3D32 ::D117188BE8D4609C0D531C51B0BB911A4219DEBE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; // ___StaticArrayInitTypeSizeU3D32 ::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; // ___StaticArrayInitTypeSizeU3D256 ::D2C5BAE967587C6F3D9F2C4551911E0575A1101F __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; // ___StaticArrayInitTypeSizeU3D44 ::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636 __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; // ___StaticArrayInitTypeSizeU3D76 ::DA19DB47B583EFCF7825D2E39D661D2354F28219 __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; // ___StaticArrayInitTypeSizeU3D56 ::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82 __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; // ___StaticArrayInitTypeSizeU3D52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; // ___StaticArrayInitTypeSizeU3D36 ::E1827270A5FE1C85F5352A66FD87BA747213D006 __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_126; // ___StaticArrayInitTypeSizeU3D40 ::E45BAB43F7D5D038672B3E3431F92E34A7AF2571 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; // ___StaticArrayInitTypeSizeU3D64 ::E75835D001C843F156FBA01B001DFE1B8029AC17 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_128; // ___StaticArrayInitTypeSizeU3D52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_129; // ___StaticArrayInitTypeSizeU3D12 ::EA9506959484C55CFE0C139C624DF6060E285866 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_130; // ___StaticArrayInitTypeSizeU3D262 ::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; // ___StaticArrayInitTypeSizeU3D64 ::EBF68F411848D603D059DFDEA2321C5A5EA78044 __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; // ___StaticArrayInitTypeSizeU3D10 ::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11 __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; // ___StaticArrayInitTypeSizeU3D3 ::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3 __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; // ___StaticArrayInitTypeSizeU3D72 ::EC89C317EA2BF49A70EFF5E89C691E34733D7C37 __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; // ___StaticArrayInitTypeSizeU3D40 ::F06E829E62F3AFBC045D064E10A4F5DF7C969612 __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; // ___StaticArrayInitTypeSizeU3D11614 ::F073AA332018FDA0D572E99448FFF1D6422BD520 __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_137; // ___StaticArrayInitTypeSizeU3D120 ::F34B0E10653402E8F788F8BC3F7CD7090928A429 __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; // ___StaticArrayInitTypeSizeU3D72 ::F37E34BEADB04F34FCC31078A59F49856CA83D5B __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; // ___StaticArrayInitTypeSizeU3D94 ::F512A9ABF88066AAEB92684F95CC05D8101B462B __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; // ___StaticArrayInitTypeSizeU3D12 ::F8FAABB821300AA500C2CEC6091B3782A7FB44A4 __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; // ___StaticArrayInitTypeSizeU3D2350 ::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; public: inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; } inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value; } inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; } inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value; } inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; } inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value) { ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value; } inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; } inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value) { ___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value; } inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; } inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value; } inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; } inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value; } inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; } inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value; } inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; } inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value; } inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; } inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value; } inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; } inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value; } inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; } inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value; } inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; } inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value; } inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; } inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value) { ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value; } inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; } inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value) { ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value; } inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; } inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value; } inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; } inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value; } inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; } inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value; } inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; } inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value; } inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; } inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value) { ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value; } inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; } inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value; } inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; } inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value; } inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; } inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value; } inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; } inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value) { ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value; } inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; } inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value) { ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value; } inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; } inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value) { ___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value; } inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; } inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value; } inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; } inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value; } inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; } inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value) { ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value; } inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; } inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value; } inline static int32_t get_offset_of_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() const { return ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30() { return &___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30; } inline void set_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_30 = value; } inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_31; } inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_31(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___3E823444D2DFECF0F90B436B88F02A533CB376F1_31 = value; } inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32; } inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_32 = value; } inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33)); } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; } inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33; } inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_33(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value) { ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_33 = value; } inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34; } inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_34(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_34 = value; } inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35; } inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_35 = value; } inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_36; } inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_36(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___433175D38B13FFE177FDD661A309F1B528B3F6E2_36 = value; } inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_37)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_37() const { return ___46232052BC757E030490D851F265FB47FA100902_37; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_37() { return &___46232052BC757E030490D851F265FB47FA100902_37; } inline void set_U346232052BC757E030490D851F265FB47FA100902_37(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___46232052BC757E030490D851F265FB47FA100902_37 = value; } inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38; } inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_38(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_38 = value; } inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39; } inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39 = value; } inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40; } inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_40(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_40 = value; } inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_41)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_41() const { return ___536422B321459B242ADED7240B7447E904E083E3_41; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_41() { return &___536422B321459B242ADED7240B7447E904E083E3_41; } inline void set_U3536422B321459B242ADED7240B7447E904E083E3_41(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___536422B321459B242ADED7240B7447E904E083E3_41 = value; } inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42)); } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; } inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42; } inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value) { ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_42 = value; } inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_43)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_43() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_43; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_43() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_43; } inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_43(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___56DFA5053B3131883637F53219E7D88CCEF35949_43 = value; } inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_44)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_44; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_44() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_44; } inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_44(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___57218C316B6921E2CD61027A2387EDC31A2D9471_44 = value; } inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_45; } inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_45(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___57F320D62696EC99727E0FE2045A05F1289CC0C6_45 = value; } inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46; } inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_46 = value; } inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47; } inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_47(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_47 = value; } inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48)); } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; } inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48; } inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value) { ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_48 = value; } inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_49; } inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_49(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___5BFE2819B4778217C56416C7585FF0E56EBACD89_49 = value; } inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50)); } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50; } inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value) { ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_50 = value; } inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51)); } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51; } inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_51(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value) { ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_51 = value; } inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_52)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_52() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_52() { return &___646036A65DECCD6835C914A46E6E44B729433B60_52; } inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_52(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___646036A65DECCD6835C914A46E6E44B729433B60_52 = value; } inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53; } inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_53(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_53 = value; } inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54; } inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_54(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_54 = value; } inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_55; } inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_55(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___67EEAD805D708D9AA4E14BF747E44CED801744F3_55 = value; } inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_56; } inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_56(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___6C71197D228427B2864C69B357FEF73D8C9D59DF_56 = value; } inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57; } inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_57(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_57 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58)); } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_58(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_58 = value; } inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_59)); } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_59() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_59; } inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_59(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value) { ___6D797C11E1D4FB68B6570CF2A92B792433527065_59 = value; } inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60)); } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60; } inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value) { ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_60 = value; } inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_61)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_61() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_61; } inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_61(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___6FC754859E4EC74E447048364B216D825C6F8FE7_61 = value; } inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_62)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_62; } inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_62(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___704939CD172085D1295FCE3F1D92431D685D7AA2_62 = value; } inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63)); } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63; } inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_63(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value) { ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_63 = value; } inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_64; } inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_64(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___7341C933A70EAE383CC50C4B945ADB8E08F06737_64 = value; } inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_65)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_65() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_65() { return &___736D39815215889F11249D9958F6ED12D37B9F57_65; } inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_65(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___736D39815215889F11249D9958F6ED12D37B9F57_65 = value; } inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66; } inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_66(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_66 = value; } inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67; } inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_67 = value; } inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68)); } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; } inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68; } inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_68(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value) { ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_68 = value; } inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_69)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_69() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_69; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_69() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_69; } inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_69(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___81917F1E21F3C22B9F916994547A614FB03E968E_69 = value; } inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_70)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_70; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_70() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_70; } inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_70(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___823566DA642D6EA356E15585921F2A4CA23D6760_70 = value; } inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_71; } inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_71(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___82C2A59850B2E85BCE1A45A479537A384DF6098D_71 = value; } inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72; } inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_72 = value; } inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_73)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_73() const { return ___86F4F563FA2C61798AE6238D789139739428463A_73; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_73() { return &___86F4F563FA2C61798AE6238D789139739428463A_73; } inline void set_U386F4F563FA2C61798AE6238D789139739428463A_73(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___86F4F563FA2C61798AE6238D789139739428463A_73 = value; } inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_74; } inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_74(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___871B9CF85DB352BAADF12BAE8F19857683E385AC_74 = value; } inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_75)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_75; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_75() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_75; } inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_75(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___89A040451C8CC5C8FB268BE44BDD74964C104155_75 = value; } inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; } inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8CAA092E783257106251246FF5C97F88D28517A6_76 = value; } inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; } inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value) { ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value; } inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; } inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value; } inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; } inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value; } inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; } inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value) { ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value; } inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; } inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value; } inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; } inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value; } inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; } inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value; } inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; } inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value; } inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; } inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___973417296623D8DC6961B09664E54039E44CA5D8_85 = value; } inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; } inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value; } inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; } inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value; } inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; } inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value; } inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; } inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value; } inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; } inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value; } inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; } inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value) { ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value; } inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); } inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; } inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value) { ___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value; } inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; } inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value; } inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; } inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value) { ___A5444763673307F6828C748D4B9708CFC02B0959_94 = value; } inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; } inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value; } inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; } inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value; } inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; } inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value) { ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value; } inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; } inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value; } inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; } inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value; } inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; } inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value; } inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; } inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value; } inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; } inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value; } inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; } inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value) { ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value; } inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; } inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value) { ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value; } inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; } inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value) { ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value; } inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; } inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value) { ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value; } inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; } inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value; } inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; } inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value) { ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value; } inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; } inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value; } inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; } inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value; } inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; } inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value; } inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; } inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value; } inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); } inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; } inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value) { ___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value; } inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; } inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value) { ___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value; } inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; } inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value) { ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value; } inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; } inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value) { ___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value; } inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; } inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value; } inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; } inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value; } inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; } inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value; } inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; } inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value) { ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value; } inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; } inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value) { ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value; } inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122)); } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; } inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122; } inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value) { ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_122 = value; } inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123)); } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; } inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_123() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_123; } inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_123(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value) { ___DA19DB47B583EFCF7825D2E39D661D2354F28219_123 = value; } inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124)); } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; } inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124; } inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value) { ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_124 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_125(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_125 = value; } inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_126)); } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_126() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_126; } inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_126() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_126; } inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_126(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value) { ___E1827270A5FE1C85F5352A66FD87BA747213D006_126 = value; } inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127; } inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_127 = value; } inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_128)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_128() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_128; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_128() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_128; } inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_128(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___E75835D001C843F156FBA01B001DFE1B8029AC17_128 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_129)); } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_129() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_129; } inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_129() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_129; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_129(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_129 = value; } inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_130)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_130() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_130; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_130() { return &___EA9506959484C55CFE0C139C624DF6060E285866_130; } inline void set_EA9506959484C55CFE0C139C624DF6060E285866_130(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___EA9506959484C55CFE0C139C624DF6060E285866_130 = value; } inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131)); } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; } inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131; } inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value) { ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_131 = value; } inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132)); } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; } inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_132() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_132; } inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_132(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value) { ___EBF68F411848D603D059DFDEA2321C5A5EA78044_132 = value; } inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133)); } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; } inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133; } inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value) { ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133 = value; } inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134)); } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; } inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134; } inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value) { ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134 = value; } inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135; } inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_135 = value; } inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136)); } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; } inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136; } inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_136(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value) { ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_136 = value; } inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_137)); } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_137() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_137; } inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_137() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_137; } inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_137(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value) { ___F073AA332018FDA0D572E99448FFF1D6422BD520_137 = value; } inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138)); } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; } inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_138() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_138; } inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_138(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value) { ___F34B0E10653402E8F788F8BC3F7CD7090928A429_138 = value; } inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139)); } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; } inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139; } inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_139(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value) { ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_139 = value; } inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140)); } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; } inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_140() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_140; } inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_140(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value) { ___F512A9ABF88066AAEB92684F95CC05D8101B462B_140 = value; } inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141)); } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; } inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141; } inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value) { ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_141 = value; } inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142)); } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; } inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142; } inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value) { ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_142 = value; } }; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF { public: // System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated bool ___keypairGenerated_2; // System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed bool ___m_disposed_3; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___p_4; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___q_5; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___g_6; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___x_7; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___y_8; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___j_9; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___seed_10; // System.Int32 Mono.Security.Cryptography.DSAManaged::counter int32_t ___counter_11; // System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing bool ___j_missing_12; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_13; // Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_keypairGenerated_2() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___keypairGenerated_2)); } inline bool get_keypairGenerated_2() const { return ___keypairGenerated_2; } inline bool* get_address_of_keypairGenerated_2() { return &___keypairGenerated_2; } inline void set_keypairGenerated_2(bool value) { ___keypairGenerated_2 = value; } inline static int32_t get_offset_of_m_disposed_3() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___m_disposed_3)); } inline bool get_m_disposed_3() const { return ___m_disposed_3; } inline bool* get_address_of_m_disposed_3() { return &___m_disposed_3; } inline void set_m_disposed_3(bool value) { ___m_disposed_3 = value; } inline static int32_t get_offset_of_p_4() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___p_4)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_p_4() const { return ___p_4; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_p_4() { return &___p_4; } inline void set_p_4(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___p_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value); } inline static int32_t get_offset_of_q_5() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___q_5)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_q_5() const { return ___q_5; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_q_5() { return &___q_5; } inline void set_q_5(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___q_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value); } inline static int32_t get_offset_of_g_6() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___g_6)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_g_6() const { return ___g_6; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_g_6() { return &___g_6; } inline void set_g_6(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___g_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_6), (void*)value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___x_7)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_x_7() const { return ___x_7; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_x_7() { return &___x_7; } inline void set_x_7(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___x_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_7), (void*)value); } inline static int32_t get_offset_of_y_8() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___y_8)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_y_8() const { return ___y_8; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_y_8() { return &___y_8; } inline void set_y_8(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___y_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_8), (void*)value); } inline static int32_t get_offset_of_j_9() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_9)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_j_9() const { return ___j_9; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_j_9() { return &___j_9; } inline void set_j_9(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___j_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___j_9), (void*)value); } inline static int32_t get_offset_of_seed_10() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___seed_10)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_seed_10() const { return ___seed_10; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_seed_10() { return &___seed_10; } inline void set_seed_10(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___seed_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_10), (void*)value); } inline static int32_t get_offset_of_counter_11() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___counter_11)); } inline int32_t get_counter_11() const { return ___counter_11; } inline int32_t* get_address_of_counter_11() { return &___counter_11; } inline void set_counter_11(int32_t value) { ___counter_11 = value; } inline static int32_t get_offset_of_j_missing_12() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_missing_12)); } inline bool get_j_missing_12() const { return ___j_missing_12; } inline bool* get_address_of_j_missing_12() { return &___j_missing_12; } inline void set_j_missing_12(bool value) { ___j_missing_12 = value; } inline static int32_t get_offset_of_rng_13() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_13() const { return ___rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_13() { return &___rng_13; } inline void set_rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ___rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_13), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value); } }; // Mono.Security.Cryptography.MD2Managed struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D : public MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 { public: // System.Byte[] Mono.Security.Cryptography.MD2Managed::state ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD2Managed::checksum ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum_5; // System.Byte[] Mono.Security.Cryptography.MD2Managed::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_6; // System.Int32 Mono.Security.Cryptography.MD2Managed::count int32_t ___count_7; // System.Byte[] Mono.Security.Cryptography.MD2Managed::x ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___x_8; public: inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___state_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_state_4() const { return ___state_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_state_4() { return &___state_4; } inline void set_state_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value); } inline static int32_t get_offset_of_checksum_5() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___checksum_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_checksum_5() const { return ___checksum_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_checksum_5() { return &___checksum_5; } inline void set_checksum_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___checksum_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___checksum_5), (void*)value); } inline static int32_t get_offset_of_buffer_6() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___buffer_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_6() const { return ___buffer_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_6() { return &___buffer_6; } inline void set_buffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_6), (void*)value); } inline static int32_t get_offset_of_count_7() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___count_7)); } inline int32_t get_count_7() const { return ___count_7; } inline int32_t* get_address_of_count_7() { return &___count_7; } inline void set_count_7(int32_t value) { ___count_7 = value; } inline static int32_t get_offset_of_x_8() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D, ___x_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_x_8() const { return ___x_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_x_8() { return &___x_8; } inline void set_x_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___x_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_8), (void*)value); } }; struct MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields { public: // System.Byte[] Mono.Security.Cryptography.MD2Managed::PI_SUBST ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___PI_SUBST_9; public: inline static int32_t get_offset_of_PI_SUBST_9() { return static_cast(offsetof(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields, ___PI_SUBST_9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_PI_SUBST_9() const { return ___PI_SUBST_9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_PI_SUBST_9() { return &___PI_SUBST_9; } inline void set_PI_SUBST_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___PI_SUBST_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___PI_SUBST_9), (void*)value); } }; // Mono.Security.Cryptography.MD4Managed struct MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 : public MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 { public: // System.UInt32[] Mono.Security.Cryptography.MD4Managed::state UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD4Managed::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::count UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___count_6; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::x UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___x_7; // System.Byte[] Mono.Security.Cryptography.MD4Managed::digest ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___digest_8; public: inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___state_4)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_state_4() const { return ___state_4; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_state_4() { return &___state_4; } inline void set_state_4(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___buffer_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_count_6() { return static_cast(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___count_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_count_6() const { return ___count_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_count_6() { return &___count_6; } inline void set_count_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___count_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___count_6), (void*)value); } inline static int32_t get_offset_of_x_7() { return static_cast(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___x_7)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_x_7() const { return ___x_7; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_x_7() { return &___x_7; } inline void set_x_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___x_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_7), (void*)value); } inline static int32_t get_offset_of_digest_8() { return static_cast(offsetof(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526, ___digest_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_digest_8() const { return ___digest_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_digest_8() { return &___digest_8; } inline void set_digest_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___digest_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_8), (void*)value); } }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding bool ___keyBlinding_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_4; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___e_13; // Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keyBlinding_3() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___keyBlinding_3)); } inline bool get_keyBlinding_3() const { return ___keyBlinding_3; } inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; } inline void set_keyBlinding_3(bool value) { ___keyBlinding_3 = value; } inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___keypairGenerated_4)); } inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; } inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; } inline void set_keypairGenerated_4(bool value) { ___keypairGenerated_4 = value; } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___d_6)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_d_6() const { return ___d_6; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_d_6() { return &___d_6; } inline void set_d_6(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_6), (void*)value); } inline static int32_t get_offset_of_p_7() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___p_7)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_p_7() const { return ___p_7; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_p_7() { return &___p_7; } inline void set_p_7(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___p_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_7), (void*)value); } inline static int32_t get_offset_of_q_8() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___q_8)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_q_8() const { return ___q_8; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_q_8() { return &___q_8; } inline void set_q_8(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___q_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_8), (void*)value); } inline static int32_t get_offset_of_dp_9() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___dp_9)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_dp_9() const { return ___dp_9; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_dp_9() { return &___dp_9; } inline void set_dp_9(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___dp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dp_9), (void*)value); } inline static int32_t get_offset_of_dq_10() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___dq_10)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_dq_10() const { return ___dq_10; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_dq_10() { return &___dq_10; } inline void set_dq_10(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___dq_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dq_10), (void*)value); } inline static int32_t get_offset_of_qInv_11() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___qInv_11)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_qInv_11() const { return ___qInv_11; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_qInv_11() { return &___qInv_11; } inline void set_qInv_11(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___qInv_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_11), (void*)value); } inline static int32_t get_offset_of_n_12() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___n_12)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_n_12() const { return ___n_12; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_n_12() { return &___n_12; } inline void set_n_12(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___n_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_12), (void*)value); } inline static int32_t get_offset_of_e_13() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___e_13)); } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_e_13() const { return ___e_13; } inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_e_13() { return &___e_13; } inline void set_e_13(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value) { ___e_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_13), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value); } }; // Mono.Security.X509.X509Certificate struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_signaturealgoparams_13; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ____rsa_14; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsa_15; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_16; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___serialnumber_17; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___issuerUniqueID_18; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___subjectUniqueID_19; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * ___extensions_20; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___decoder_0)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_decoder_0() const { return ___decoder_0; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_0), (void*)value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_encodedcert_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encodedcert_1), (void*)value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_from_2)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_from_2() const { return ___m_from_2; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_until_3)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_until_3() const { return ___m_until_3; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___issuer_4)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_issuer_4() const { return ___issuer_4; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_4), (void*)value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_issuername_5), (void*)value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgo_6), (void*)value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_keyalgoparams_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgoparams_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___subject_8)); } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * get_subject_8() const { return ___subject_8; } inline ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_subject_9), (void*)value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_publickey_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_publickey_10), (void*)value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___signature_11)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_11), (void*)value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgo_12), (void*)value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgoparams_13), (void*)value); } inline static int32_t get_offset_of__rsa_14() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ____rsa_14)); } inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get__rsa_14() const { return ____rsa_14; } inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of__rsa_14() { return &____rsa_14; } inline void set__rsa_14(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value) { ____rsa_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsa_14), (void*)value); } inline static int32_t get_offset_of__dsa_15() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ____dsa_15)); } inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsa_15() const { return ____dsa_15; } inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsa_15() { return &____dsa_15; } inline void set__dsa_15(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value) { ____dsa_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsa_15), (void*)value); } inline static int32_t get_offset_of_version_16() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___version_16)); } inline int32_t get_version_16() const { return ___version_16; } inline int32_t* get_address_of_version_16() { return &___version_16; } inline void set_version_16(int32_t value) { ___version_16 = value; } inline static int32_t get_offset_of_serialnumber_17() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___serialnumber_17)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_serialnumber_17() const { return ___serialnumber_17; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_serialnumber_17() { return &___serialnumber_17; } inline void set_serialnumber_17(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___serialnumber_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialnumber_17), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___issuerUniqueID_18)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; } inline void set_issuerUniqueID_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___issuerUniqueID_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_18), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___subjectUniqueID_19)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; } inline void set_subjectUniqueID_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___subjectUniqueID_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_19), (void*)value); } inline static int32_t get_offset_of_extensions_20() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA, ___extensions_20)); } inline X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * get_extensions_20() const { return ___extensions_20; } inline X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 ** get_address_of_extensions_20() { return &___extensions_20; } inline void set_extensions_20(X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * value) { ___extensions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_20), (void*)value); } }; struct X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_21; public: inline static int32_t get_offset_of_encoding_error_21() { return static_cast(offsetof(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields, ___encoding_error_21)); } inline String_t* get_encoding_error_21() const { return ___encoding_error_21; } inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; } inline void set_encoding_error_21(String_t* value) { ___encoding_error_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_error_21), (void*)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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // System.Environment_SpecialFolder struct SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0 { public: // System.Int32 System.Environment_SpecialFolder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0, ___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.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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Globalization.DateTimeStyles struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___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.Globalization.UnicodeCategory struct UnicodeCategory_tC192ED2DE3FB1214FA458FEEF2380911F1C32788 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_tC192ED2DE3FB1214FA458FEEF2380911F1C32788, ___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.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { 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_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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_t224B42F6F82954C94B51791913857C005C559876 { 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_t224B42F6F82954C94B51791913857C005C559876, ___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_tD19D05B1E6CAF201F88401B04FDB25227664C419 { 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_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A { public: // System.IO.Stream System.IO.StreamReader::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); } inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; } inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // System.IO.StringReader struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.PlatformID struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___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.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { 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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___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.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { 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_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { 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_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___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.Security.Cryptography.CipherMode struct CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF, ___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.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___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.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_2; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * ___dsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___store_2)); } inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_2), (void*)value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_dsa_7() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___dsa_7)); } inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * get_dsa_7() const { return ___dsa_7; } inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA ** get_address_of_dsa_7() { return &___dsa_7; } inline void set_dsa_7(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * value) { ___dsa_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_7), (void*)value); } }; struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; // System.Security.Cryptography.HMAC struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B { public: // System.Int32 System.Security.Cryptography.HMAC::blockSizeValue int32_t ___blockSizeValue_5; // System.String System.Security.Cryptography.HMAC::m_hashName String_t* ___m_hashName_6; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash1 HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash1_7; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash2 HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash2_8; // System.Byte[] System.Security.Cryptography.HMAC::m_inner ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_inner_9; // System.Byte[] System.Security.Cryptography.HMAC::m_outer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_outer_10; // System.Boolean System.Security.Cryptography.HMAC::m_hashing bool ___m_hashing_11; public: inline static int32_t get_offset_of_blockSizeValue_5() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___blockSizeValue_5)); } inline int32_t get_blockSizeValue_5() const { return ___blockSizeValue_5; } inline int32_t* get_address_of_blockSizeValue_5() { return &___blockSizeValue_5; } inline void set_blockSizeValue_5(int32_t value) { ___blockSizeValue_5 = value; } inline static int32_t get_offset_of_m_hashName_6() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashName_6)); } inline String_t* get_m_hashName_6() const { return ___m_hashName_6; } inline String_t** get_address_of_m_hashName_6() { return &___m_hashName_6; } inline void set_m_hashName_6(String_t* value) { ___m_hashName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hashName_6), (void*)value); } inline static int32_t get_offset_of_m_hash1_7() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash1_7)); } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash1_7() const { return ___m_hash1_7; } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash1_7() { return &___m_hash1_7; } inline void set_m_hash1_7(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value) { ___m_hash1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hash1_7), (void*)value); } inline static int32_t get_offset_of_m_hash2_8() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash2_8)); } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash2_8() const { return ___m_hash2_8; } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash2_8() { return &___m_hash2_8; } inline void set_m_hash2_8(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value) { ___m_hash2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hash2_8), (void*)value); } inline static int32_t get_offset_of_m_inner_9() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_inner_9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_inner_9() const { return ___m_inner_9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_inner_9() { return &___m_inner_9; } inline void set_m_inner_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_inner_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_inner_9), (void*)value); } inline static int32_t get_offset_of_m_outer_10() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_outer_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_outer_10() const { return ___m_outer_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_outer_10() { return &___m_outer_10; } inline void set_m_outer_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_outer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_10), (void*)value); } inline static int32_t get_offset_of_m_hashing_11() { return static_cast(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashing_11)); } inline bool get_m_hashing_11() const { return ___m_hashing_11; } inline bool* get_address_of_m_hashing_11() { return &___m_hashing_11; } inline void set_m_hashing_11(bool value) { ___m_hashing_11 = value; } }; // System.Security.Cryptography.PaddingMode struct PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0, ___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.Threading.StackCrawlMark struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___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; } }; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 : public RuntimeObject { public: // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___algo_0; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt bool ___encrypt_1; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte int32_t ___BlockSizeByte_2; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_3; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp2_4; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workBuff_5; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workout_6; // System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode int32_t ___padmode_7; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte int32_t ___FeedBackByte_8; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed bool ___m_disposed_9; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock bool ___lastBlock_10; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_11; public: inline static int32_t get_offset_of_algo_0() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___algo_0)); } inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * get_algo_0() const { return ___algo_0; } inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 ** get_address_of_algo_0() { return &___algo_0; } inline void set_algo_0(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * value) { ___algo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algo_0), (void*)value); } inline static int32_t get_offset_of_encrypt_1() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___encrypt_1)); } inline bool get_encrypt_1() const { return ___encrypt_1; } inline bool* get_address_of_encrypt_1() { return &___encrypt_1; } inline void set_encrypt_1(bool value) { ___encrypt_1 = value; } inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___BlockSizeByte_2)); } inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; } inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; } inline void set_BlockSizeByte_2(int32_t value) { ___BlockSizeByte_2 = value; } inline static int32_t get_offset_of_temp_3() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_3() const { return ___temp_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_3() { return &___temp_3; } inline void set_temp_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___temp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___temp_3), (void*)value); } inline static int32_t get_offset_of_temp2_4() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp2_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp2_4() const { return ___temp2_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp2_4() { return &___temp2_4; } inline void set_temp2_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___temp2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___temp2_4), (void*)value); } inline static int32_t get_offset_of_workBuff_5() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workBuff_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workBuff_5() const { return ___workBuff_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workBuff_5() { return &___workBuff_5; } inline void set_workBuff_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___workBuff_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___workBuff_5), (void*)value); } inline static int32_t get_offset_of_workout_6() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workout_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workout_6() const { return ___workout_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workout_6() { return &___workout_6; } inline void set_workout_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___workout_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___workout_6), (void*)value); } inline static int32_t get_offset_of_padmode_7() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___padmode_7)); } inline int32_t get_padmode_7() const { return ___padmode_7; } inline int32_t* get_address_of_padmode_7() { return &___padmode_7; } inline void set_padmode_7(int32_t value) { ___padmode_7 = value; } inline static int32_t get_offset_of_FeedBackByte_8() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___FeedBackByte_8)); } inline int32_t get_FeedBackByte_8() const { return ___FeedBackByte_8; } inline int32_t* get_address_of_FeedBackByte_8() { return &___FeedBackByte_8; } inline void set_FeedBackByte_8(int32_t value) { ___FeedBackByte_8 = value; } inline static int32_t get_offset_of_m_disposed_9() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___m_disposed_9)); } inline bool get_m_disposed_9() const { return ___m_disposed_9; } inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; } inline void set_m_disposed_9(bool value) { ___m_disposed_9 = value; } inline static int32_t get_offset_of_lastBlock_10() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___lastBlock_10)); } inline bool get_lastBlock_10() const { return ___lastBlock_10; } inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; } inline void set_lastBlock_10(bool value) { ___lastBlock_10 = value; } inline static int32_t get_offset_of__rng_11() { return static_cast(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ____rng_11)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_11() const { return ____rng_11; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_11() { return &____rng_11; } inline void set__rng_11(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_11), (void*)value); } }; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E : public Exception_t { public: // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::m_innerExceptions ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * ___m_innerExceptions_17; public: inline static int32_t get_offset_of_m_innerExceptions_17() { return static_cast(offsetof(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E, ___m_innerExceptions_17)); } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * get_m_innerExceptions_17() const { return ___m_innerExceptions_17; } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 ** get_address_of_m_innerExceptions_17() { return &___m_innerExceptions_17; } inline void set_m_innerExceptions_17(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * value) { ___m_innerExceptions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_innerExceptions_17), (void*)value); } }; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.IO.MonoIOStat struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 { 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_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___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_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___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_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___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_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___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_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___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_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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; }; // System.OperatingSystem struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 { public: public: }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_7; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_8; public: inline static int32_t get_offset_of_store_3() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_3)); } inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_3() const { return ___store_3; } inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_3() { return &___store_3; } inline void set_store_3(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value) { ___store_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value); } inline static int32_t get_offset_of_persistKey_4() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_4)); } inline bool get_persistKey_4() const { return ___persistKey_4; } inline bool* get_address_of_persistKey_4() { return &___persistKey_4; } inline void set_persistKey_4(bool value) { ___persistKey_4 = value; } inline static int32_t get_offset_of_persisted_5() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_5)); } inline bool get_persisted_5() const { return ___persisted_5; } inline bool* get_address_of_persisted_5() { return &___persisted_5; } inline void set_persisted_5(bool value) { ___persisted_5 = value; } inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_6)); } inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; } inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; } inline void set_privateKeyExportable_6(bool value) { ___privateKeyExportable_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_rsa_8() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_8)); } inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_8() const { return ___rsa_8; } inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_8() { return &___rsa_8; } inline void set_rsa_8(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value) { ___rsa_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_8), (void*)value); } }; struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_1; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___IVValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___FeedbackSizeValue_1)); } inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; } inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; } inline void set_FeedbackSizeValue_1(int32_t value) { ___FeedbackSizeValue_1 = value; } inline static int32_t get_offset_of_IVValue_2() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___IVValue_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_IVValue_2() const { return ___IVValue_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_IVValue_2() { return &___IVValue_2; } inline void set_IVValue_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___IVValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value); } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeyValue_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value); } inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeySizeValue_6)); } inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; } inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; } inline void set_KeySizeValue_6(int32_t value) { ___KeySizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 : public MulticastDelegate_t { public: public: }; // Mono.Security.Cryptography.RC4 struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 { public: public: }; struct RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields { public: // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalBlockSizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] Mono.Security.Cryptography.RC4::s_legalKeySizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 : public MulticastDelegate_t { public: public: }; // Mono.Xml.SmallXmlParserException struct SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.Int32 Mono.Xml.SmallXmlParserException::line int32_t ___line_17; // System.Int32 Mono.Xml.SmallXmlParserException::column int32_t ___column_18; public: inline static int32_t get_offset_of_line_17() { return static_cast(offsetof(SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140, ___line_17)); } inline int32_t get_line_17() const { return ___line_17; } inline int32_t* get_address_of_line_17() { return &___line_17; } inline void set_line_17(int32_t value) { ___line_17 = value; } inline static int32_t get_offset_of_column_18() { return static_cast(offsetof(SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140, ___column_18)); } inline int32_t get_column_18() const { return ___column_18; } inline int32_t* get_address_of_column_18() { return &___column_18; } inline void set_column_18(int32_t value) { ___column_18 = value; } }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___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); } }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.IO.FileSystemInfo struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.MonoIOStat System.IO.FileSystemInfo::_data MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____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_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); } inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; } inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; } inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value) { ____data_1 = value; } inline static int32_t get_offset_of__dataInitialised_2() { return static_cast(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____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_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___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_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___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_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____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); } }; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____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.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Security.Cryptography.CryptographicException struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Security.Cryptography.DES struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 { public: public: }; struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // System.Security.Cryptography.RC2 struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 { public: // System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue int32_t ___EffectiveKeySizeValue_9; public: inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA, ___EffectiveKeySizeValue_9)); } inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; } inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; } inline void set_EffectiveKeySizeValue_9(int32_t value) { ___EffectiveKeySizeValue_9 = value; } }; struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_10; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_11; public: inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalBlockSizes_10)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; } inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalBlockSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_10), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalKeySizes_11)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; } inline void set_s_legalKeySizes_11(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalKeySizes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_11), (void*)value); } }; // System.Security.Cryptography.TripleDES struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 { public: public: }; struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // Mono.Security.Cryptography.ARC4Managed struct ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 : public RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A { public: // System.Byte[] Mono.Security.Cryptography.ARC4Managed::key ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key_11; // System.Byte[] Mono.Security.Cryptography.ARC4Managed::state ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state_12; // System.Byte Mono.Security.Cryptography.ARC4Managed::x uint8_t ___x_13; // System.Byte Mono.Security.Cryptography.ARC4Managed::y uint8_t ___y_14; // System.Boolean Mono.Security.Cryptography.ARC4Managed::m_disposed bool ___m_disposed_15; public: inline static int32_t get_offset_of_key_11() { return static_cast(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___key_11)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key_11() const { return ___key_11; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key_11() { return &___key_11; } inline void set_key_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___key_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_11), (void*)value); } inline static int32_t get_offset_of_state_12() { return static_cast(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___state_12)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_state_12() const { return ___state_12; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_state_12() { return &___state_12; } inline void set_state_12(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___state_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_12), (void*)value); } inline static int32_t get_offset_of_x_13() { return static_cast(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___x_13)); } inline uint8_t get_x_13() const { return ___x_13; } inline uint8_t* get_address_of_x_13() { return &___x_13; } inline void set_x_13(uint8_t value) { ___x_13 = value; } inline static int32_t get_offset_of_y_14() { return static_cast(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___y_14)); } inline uint8_t get_y_14() const { return ___y_14; } inline uint8_t* get_address_of_y_14() { return &___y_14; } inline void set_y_14(uint8_t value) { ___y_14 = value; } inline static int32_t get_offset_of_m_disposed_15() { return static_cast(offsetof(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4, ___m_disposed_15)); } inline bool get_m_disposed_15() const { return ___m_disposed_15; } inline bool* get_address_of_m_disposed_15() { return &___m_disposed_15; } inline void set_m_disposed_15(bool value) { ___m_disposed_15 = value; } }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.IO.DirectoryInfo struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_6; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_7; public: inline static int32_t get_offset_of_current_6() { return static_cast(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); } inline String_t* get_current_6() const { return ___current_6; } inline String_t** get_address_of_current_6() { return &___current_6; } inline void set_current_6(String_t* value) { ___current_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value); } inline static int32_t get_offset_of_parent_7() { return static_cast(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); } inline String_t* get_parent_7() const { return ___parent_7; } inline String_t** get_address_of_parent_7() { return &___parent_7; } inline void set_parent_7(String_t* value) { ___parent_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : 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.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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); } }; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * m_Items[1]; public: inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** 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, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : 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; } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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); } }; // System.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209 : public RuntimeArray { public: ALIGN_FIELD (8) Exception_t * m_Items[1]; public: inline Exception_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Exception_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, Exception_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Exception_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Exception_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Exception_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Array::Reverse(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1__ctor_m8F7880F43C4E281DBF7CA5A9431D5E6DD3797B7E_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, RuntimeObject* ___list0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mB938771D2527F09D99453FD856F1E33EBC83F9F2_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollection_1_CopyTo_m5114C43A87A48733B2C6966F7409589FB55766FB_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method); // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollection_1_get_Item_m7B8ED99E3E3F40E7A20C3C613E313EC9415C1340_gshared (ReadOnlyCollection_1_t5D996E967221C71E4EC5CC11210C3076432D5A50 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7 (int32_t ___value0, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[]) inline void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, const RuntimeMethod*))Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_gshared)(___array0, method); } // System.Void Mono.Security.ASN1::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, uint8_t ___tag0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::set_Value(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92 (String_t* ___str0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.String System.Byte::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m6CBBC10ABBA0EE36F5E72F926A38F6CD7F497A55 (uint64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41 (uint8_t* ___bytes0, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0 (uint8_t* ___bytes0, const RuntimeMethod* method); // System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method); // System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RC4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332 (int32_t ___size0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___keyLength0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA (int32_t ___bits0, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Randomize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m5CFF3B7433B4D50D0D6795ED4A03A6E7FB0A598C (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m3211431E4815D104C762CE118E1DC29A18DEB9EB (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___exp0, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___n1, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, 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_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, int32_t ___value2, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inData0, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::IsProbablePrime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Multiply_m5EB2D0423D4392E4933E8B34ABFF488B8F05A3CB (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi0, int32_t ___i1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0 (int32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_mBC759CC3A03CC3E0F091E24D6E9F07D3C9EC7D1B (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, uint32_t ___bitNum0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::BitCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.DSAManaged::Generate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] Mono.Math.BigInteger::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m36E95F1DB3B61CB135B17EF616D8B910B21D7B47 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (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_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B (const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___p0, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F (const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905 (const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method); // System.IO.StreamReader System.IO.File::OpenText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34 (String_t* ___path0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_mFD481E7A16D86AF74F41C928C7828B19EFEF9F5C (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17 (int32_t ___folder0, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98 (String_t* ___path0, const RuntimeMethod* method); // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method); // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method); // System.String System.IO.Path::GetPathRoot(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_m11EB9C9BD3B1DAF4C744AE838C81AA361297B459 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C (String_t* ___root0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89 (String_t* ___path0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81 (String_t* ___path0, const RuntimeMethod* method); // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29 (const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5 (Guid_t * __this, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A (Guid_t * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement::get_Tag() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.SecurityElement::get_Children() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12 (MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block2, int32_t ___index3, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, int32_t ___nLength0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE (MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block1, int32_t ___index2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___input1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, int32_t ___nLength0, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___output0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, int32_t ___index2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method); // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD (const RuntimeMethod* method); // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC (const RuntimeMethod* method); // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD * SHA256_Create_mBB1886B9CB89D706FB87832AB8EC74F3BD835C3F (const RuntimeMethod* method); // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 * SHA384_Create_m1DB8E3BCF13E7A7A3903B0609491D6A1170C0695 (const RuntimeMethod* method); // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 * SHA512_Create_mFAF244BD7F518A7FFCC07C8858EAC625FDA7B25E (const RuntimeMethod* method); // System.Security.Cryptography.RIPEMD160 System.Security.Cryptography.RIPEMD160::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 * RIPEMD160_Create_mA05D45DE1F4811F68B3BFE07CE48E025916D93F0 (const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2 (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, int32_t ___length1, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB (const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m1688FF86ACB164CE19D754507AA1D87535BC2A30 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA (const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.ARC4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA__ctor_m5B3A9F1525FBE259BD7A5123F9A7ADE4B07BE683 (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, int32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Implicit_m8FC65295DF8A02AFACD4118E19156DB6BE430417 (uint32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57 (int32_t ___bits0, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi10, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3 (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___modulus0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___value0, int32_t ___length1, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E (int32_t ___size0, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8 (String_t* ___oid0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/EncryptedData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_mEF9D9BD6C5A780D8A8F89F4A70F20A77274BEE11 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.String Mono.Security.PKCS7/ContentInfo::get_ContentType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterations2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___expected0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___actual1, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBag0, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7/EncryptedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * ___ed0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method); // System.String Mono.Security.X509.SafeBag::get_BagOID() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___privateKey0, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___dsaParameters1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keypair0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___encryptedData3, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ArrayList::ReadOnly(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ArrayList_ReadOnly_m15C79B069370829463875D47C52859A0F539F90F (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase_Clear_m532DA443B53F9D48FAC7184B5C405D8E725E554A (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Password(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_Salt(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_IterationCount(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::set_HashName(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Security.Cryptography.DES System.Security.Cryptography.DES::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5 (const RuntimeMethod* method); // System.Security.Cryptography.RC2 System.Security.Cryptography.RC2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA * RC2_Create_m3742A99AA8D0593D6142F4BCAC2CF0367CEC2BDF (const RuntimeMethod* method); // System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A (const RuntimeMethod* method); // Mono.Security.Cryptography.RC4 Mono.Security.Cryptography.RC4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436 (const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveIV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method); // Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, bool* ___found0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8/PrivateKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * ___pki0, const RuntimeMethod* method); // System.Void Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2 (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, String_t* ___bagOID0, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn11, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, uint8_t ___tag0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method); // System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method); // System.Security.Cryptography.HMAC System.Security.Cryptography.HMAC::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B (const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::DeriveMAC(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method); // Mono.Security.PKCS7/ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C (int32_t ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___password1, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.PKCS12::get_IterationCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12/DeriveBytes::Adjust(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Adjust_mB007AD5E976063DCCC68BCE0DAF99DBAD3223997 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, int32_t ___aOff1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b2, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.PKCS12/DeriveBytes::Derive(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___diversifier0, int32_t ___n1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X501::AppendEntry(System.Text.StringBuilder,Mono.Security.ASN1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE (StringBuilder_t * ___sb0, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___entry1, bool ___quotes2, const RuntimeMethod* method); // System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF7() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C (const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) inline void Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*))Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_gshared)(___array0, ___index1, ___length2, method); } // Mono.Security.ASN1 Mono.Security.ASN1::Element(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, int32_t ___index0, uint8_t ___anTag1, const RuntimeMethod* method); // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___seq0, const RuntimeMethod* method); // System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___time0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09 (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.X509Certificate::PEM(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_PEM_m7222F318BC4E9A4D263E49EC236D7F3626366B55 (String_t* ___type0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::Parse(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.X509Certificate::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___integer0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_mBE2DCC392E07EBD1E400EF9EF6C25E678236ACC2 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9 (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::.ctor(Mono.Security.X509.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m907435AC45CD48DA1C82DB9C34480DC0BEAEF38F (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * ___mappings0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2FF337FDDCAD52939473E0D7ED3FBFD49A4C2E18 (uint8_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Extension::WriteLine(System.Text.StringBuilder,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, StringBuilder_t * ___sb0, int32_t ___n1, int32_t ___pos2, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_mB49E48E58401BD43ABCA052244630AE2E1C981BB (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Extension::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m9FD7D5896F766B4F9ED74478616F09462523ABF2 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08 (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * __this, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___child0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Escape(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7 (String_t* ___str0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl__ctor_m5B7885CD6830138F25DC2D46F14B1A18DD1564BA (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_m6AB9D00DB18C0DD5D3A9B19B50BE555685206A22 (SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140 * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m07C2D4BEA7C630EF8D87B2244689C5C315EC4914 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, bool ___expected0, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m0CA6B1172C3960658B54E9B12445B027C9B9DEDA (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mAFE98527E4C2AC8C3F9BB75C74FEF2207EE5ADAC (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m926190958F967748FC0D7FF027DC59B498FA0717 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser/AttrListImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___a0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m83D7A2FE91C9ACCDF136000D746D34942CBC60E4 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mB7083689048E75E9205DEC8454434EDAD57CAE5E (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser/AttrListImpl::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Add_mC2841C466B5711319B528BB1082B77CB842B4E2D (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // T[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes5, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method); // System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method); // System.Object System.RuntimeType::CreateInstanceImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[],System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, int32_t ___bindingAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes4, int32_t* ___stackMark5, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::.ctor(System.Collections.Generic.IList`1) inline void ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670 (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { (( void (*) (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *, RuntimeObject*, const RuntimeMethod*))ReadOnlyCollection_1__ctor_m8F7880F43C4E281DBF7CA5A9431D5E6DD3797B7E_gshared)(__this, ___list0, method); } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mEB0710D0C50475FCE00B187AA5FA8098DC656E44 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptions1, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.String,System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mA35C4ECD50CDFC6464D30D6D0F0AE77E6A9D83A0 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___innerExceptions1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m1DFEC304B805408BFF9021E6E069A75071C41577 (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method); } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptions1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptionInfos1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m599E284E3C4D0D6BC71FCC04EEF110C663406224 (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method); } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptionInfos1, const RuntimeMethod* method); // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::get_SourceException() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1::get_Count() inline int32_t ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41 (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mB938771D2527F09D99453FD856F1E33EBC83F9F2_gshared)(__this, method); } // System.Void System.Collections.ObjectModel.ReadOnlyCollection`1::CopyTo(T[],System.Int32) inline void ReadOnlyCollection_1_CopyTo_m91DC1D7BF73E649EE2CFB6BA1BC936284D918C01 (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * __this, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___array0, int32_t ___index1, const RuntimeMethod* method) { (( void (*) (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_CopyTo_m5114C43A87A48733B2C6966F7409589FB55766FB_gshared)(__this, ___array0, ___index1, method); } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1 (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * __this, const RuntimeMethod* method) { (( void (*) (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m50C4D0E0ACA8B2A3097BAFB0C73EAC7FB0D8DFD3 (List_1_t20A8118F137937C08C81821D3462043030E1A597 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t20A8118F137937C08C81821D3462043030E1A597 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449 (List_1_t20A8118F137937C08C81821D3462043030E1A597 * __this, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t20A8118F137937C08C81821D3462043030E1A597 *, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * List_1_get_Item_m472ACECB3C087B001D859E7FEA999C3E37F3CDD5_inline (List_1_t20A8118F137937C08C81821D3462043030E1A597 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * (*) (List_1_t20A8118F137937C08C81821D3462043030E1A597 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::get_InnerExceptions() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * __this, Exception_t * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *, Exception_t *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m0BE132E4507E26AD7ACA5D0589C71A6F8F4D924E_inline (List_1_t20A8118F137937C08C81821D3462043030E1A597 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t20A8118F137937C08C81821D3462043030E1A597 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.String System.Exception::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183 (Exception_t * __this, const RuntimeMethod* method); // T System.Collections.ObjectModel.ReadOnlyCollection`1::get_Item(System.Int32) inline Exception_t * ReadOnlyCollection_1_get_Item_mFD009BA0F3153526E49D9E99C0C9CF88D9F9EA2C (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Exception_t * (*) (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m7B8ED99E3E3F40E7A20C3C613E313EC9415C1340_gshared)(__this, ___index0, method); } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; { int32_t L_0 = ___value0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA(L_2, /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m03D674052100D1E9D6214ADD31FE7E5F7E6788DA_RuntimeMethod_var); V_1 = 0; goto IL_0015; } IL_0011: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0015: { int32_t L_4 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; NullCheck(L_5); if ((((int32_t)L_4) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))) { goto IL_0020; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0011; } } IL_0020: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_10, (uint8_t)2, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_1; if (!L_11) { goto IL_0030; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)4))) { goto IL_0039; } } { goto IL_0047; } IL_0030: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0; NullCheck(L_13); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_13, L_14, /*hidden argument*/NULL); goto IL_0063; } IL_0039: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); NullCheck(L_15); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_15, L_16, /*hidden argument*/NULL); goto IL_0063; } IL_0047: { int32_t L_17 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_17))); V_3 = L_18; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0; int32_t L_20 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_3; NullCheck(L_22); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3; NullCheck(L_23); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_23, L_24, /*hidden argument*/NULL); } IL_0063: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_2; return L_25; } } // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8 (String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oid0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___oid0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92(L_2, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var); } IL_000e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0022; } } { FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_4 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_4, _stringLiteralAA8170ABE1940ECECCB2A8C879187D7FB5C54A00, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75_RuntimeMethod_var); } IL_0022: { V_0 = 0; V_1 = 0; goto IL_0039; } IL_0028: { int32_t L_5 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ___asn10; NullCheck(L_6); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_6, /*hidden argument*/NULL); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)), (int32_t)L_10)); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0039: { int32_t L_12 = V_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ___asn10; NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL); NullCheck(L_14); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))))) { goto IL_0028; } } { int32_t L_15 = V_0; return L_15; } } // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; StringBuilder_t * V_1 = NULL; uint8_t V_2 = 0x0; uint8_t V_3 = 0x0; uint64_t V_4 = 0; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9EDF4240018976BF964CF31C1A24D34FDE8D517D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914_RuntimeMethod_var); } IL_000e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10; NullCheck(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_2, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_4, /*hidden argument*/NULL); V_1 = L_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)40)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)40)))))); uint8_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)2))) { goto IL_003c; } } { uint8_t L_12 = V_3; uint8_t L_13 = V_2; V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), (int32_t)((int32_t)40))))))))))); V_2 = (uint8_t)2; } IL_003c: { StringBuilder_t * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_16 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&V_2), L_15, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_1; NullCheck(L_17); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_20 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&V_3), L_19, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_20, /*hidden argument*/NULL); V_4 = (((int64_t)((int64_t)0))); V_2 = (uint8_t)1; goto IL_00bd; } IL_0076: { uint64_t L_21 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0; uint8_t L_23 = V_2; NullCheck(L_22); uint8_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_21<<(int32_t)7))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)127)))))))))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_0; uint8_t L_27 = V_2; NullCheck(L_26); uint8_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128)))) { goto IL_00b8; } } { StringBuilder_t * L_30 = V_1; NullCheck(L_30); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); StringBuilder_t * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_33 = UInt64_ToString_m6CBBC10ABBA0EE36F5E72F926A38F6CD7F497A55((uint64_t*)(&V_4), L_32, /*hidden argument*/NULL); NullCheck(L_31); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_31, L_33, /*hidden argument*/NULL); V_4 = (((int64_t)((int64_t)0))); } IL_00b8: { uint8_t L_34 = V_2; V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))))); } IL_00bd: { uint8_t L_35 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_0; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))))))) { goto IL_0076; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); return L_38; } } // System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; Il2CppChar V_4 = 0x0; String_t* G_B13_0 = NULL; int32_t G_B16_0 = 0; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___time0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC_RuntimeMethod_var); } IL_000e: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ___time0; NullCheck(L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_3, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_5 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_4); V_0 = L_5; V_1 = (String_t*)NULL; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)11)))) { case 0: { goto IL_0052; } case 1: { goto IL_014b; } case 2: { goto IL_005d; } case 3: { goto IL_014b; } case 4: { goto IL_0098; } case 5: { goto IL_014b; } case 6: { goto IL_00a3; } } } { goto IL_014b; } IL_0052: { V_1 = _stringLiteral2BE04202B2D8138F15F1395499FEF177AB024D48; goto IL_014b; } IL_005d: { String_t* L_9 = V_0; NullCheck(L_9); String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, 0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int16_t L_12 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)((int32_t)50)))) { goto IL_0081; } } { String_t* L_13 = V_0; String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F, L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_008d; } IL_0081: { String_t* L_15 = V_0; String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_008d: { V_1 = _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846; goto IL_014b; } IL_0098: { V_1 = _stringLiteral853460A00D15719D672A944A8ACCF5FC35952846; goto IL_014b; } IL_00a3: { String_t* L_17 = V_0; NullCheck(L_17); String_t* L_18 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, 0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int16_t L_20 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) >= ((int32_t)((int32_t)50)))) { goto IL_00c0; } } { G_B13_0 = _stringLiteral91032AD7BBCB6CF72875E8E8207DCFBA80173F7C; goto IL_00c5; } IL_00c0: { G_B13_0 = _stringLiteralB3F0C7F6BB763AF1BE91D9E74EABFEB199DC1F1F; } IL_00c5: { V_3 = G_B13_0; String_t* L_21 = V_0; NullCheck(L_21); Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, ((int32_t)12), /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)((int32_t)43)))) { goto IL_00d6; } } { G_B16_0 = ((int32_t)43); goto IL_00d8; } IL_00d6: { G_B16_0 = ((int32_t)45); } IL_00d8: { V_4 = G_B16_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23; String_t* L_25 = V_3; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (RuntimeObject *)L_25); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_24; String_t* L_27 = V_0; NullCheck(L_27); String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_27, 0, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(1), (RuntimeObject *)L_28); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_26; Il2CppChar L_30 = V_4; Il2CppChar L_31 = L_30; RuntimeObject * L_32 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_32); (L_29)->SetAt(static_cast(2), (RuntimeObject *)L_32); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_29; String_t* L_34 = V_0; NullCheck(L_34); Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, ((int32_t)13), /*hidden argument*/NULL); Il2CppChar L_36 = L_35; RuntimeObject * L_37 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_36); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_37); (L_33)->SetAt(static_cast(3), (RuntimeObject *)L_37); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_33; String_t* L_39 = V_0; NullCheck(L_39); Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, ((int32_t)14), /*hidden argument*/NULL); Il2CppChar L_41 = L_40; RuntimeObject * L_42 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_41); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_42); (L_38)->SetAt(static_cast(4), (RuntimeObject *)L_42); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_38; String_t* L_44 = V_0; NullCheck(L_44); Il2CppChar L_45 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, ((int32_t)15), /*hidden argument*/NULL); Il2CppChar L_46 = L_45; RuntimeObject * L_47 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_46); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_47); (L_43)->SetAt(static_cast(5), (RuntimeObject *)L_47); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_43; String_t* L_49 = V_0; NullCheck(L_49); Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, ((int32_t)16), /*hidden argument*/NULL); Il2CppChar L_51 = L_50; RuntimeObject * L_52 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_51); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_52); (L_48)->SetAt(static_cast(6), (RuntimeObject *)L_52); String_t* L_53 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral1C0FFB44A6993F53413B227FCD6BE6E7653BD3C7, L_48, /*hidden argument*/NULL); V_0 = L_53; V_1 = _stringLiteral64348CB249149F4396EB7FB17C2F5706D32D8138; } IL_014b: { String_t* L_54 = V_0; String_t* L_55 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_56 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_57 = DateTime_ParseExact_mF45E615EBCC82CA967D4BC7838EE570508D0F97F(L_54, L_55, L_56, ((int32_t)16), /*hidden argument*/NULL); 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 // System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41 (uint8_t* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_0028; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; uint8_t* L_3 = ___bytes0; int32_t L_4 = *((uint8_t*)L_3); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_2; uint8_t* L_6 = ___bytes0; int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1))); NullCheck(L_5); (L_5)->SetAt(static_cast(1), (uint8_t)L_7); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_5; uint8_t* L_9 = ___bytes0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint8_t)L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_8; uint8_t* L_12 = ___bytes0; int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)3))); NullCheck(L_11); (L_11)->SetAt(static_cast(3), (uint8_t)L_13); return L_11; } IL_0028: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14; uint8_t* L_16 = ___bytes0; int32_t L_17 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (uint8_t)L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_15; uint8_t* L_19 = ___bytes0; int32_t L_20 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)2))); NullCheck(L_18); (L_18)->SetAt(static_cast(1), (uint8_t)L_20); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_18; uint8_t* L_22 = ___bytes0; int32_t L_23 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)1))); NullCheck(L_21); (L_21)->SetAt(static_cast(2), (uint8_t)L_23); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_21; uint8_t* L_25 = ___bytes0; int32_t L_26 = *((uint8_t*)L_25); NullCheck(L_24); (L_24)->SetAt(static_cast(3), (uint8_t)L_26); return L_24; } } // System.Byte[] Mono.Security.BitConverterLE::GetULongBytes(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0 (uint8_t* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_0044; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; uint8_t* L_3 = ___bytes0; int32_t L_4 = *((uint8_t*)L_3); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_2; uint8_t* L_6 = ___bytes0; int32_t L_7 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1))); NullCheck(L_5); (L_5)->SetAt(static_cast(1), (uint8_t)L_7); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_5; uint8_t* L_9 = ___bytes0; int32_t L_10 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2))); NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint8_t)L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_8; uint8_t* L_12 = ___bytes0; int32_t L_13 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)3))); NullCheck(L_11); (L_11)->SetAt(static_cast(3), (uint8_t)L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_11; uint8_t* L_15 = ___bytes0; int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)4))); NullCheck(L_14); (L_14)->SetAt(static_cast(4), (uint8_t)L_16); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_14; uint8_t* L_18 = ___bytes0; int32_t L_19 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)5))); NullCheck(L_17); (L_17)->SetAt(static_cast(5), (uint8_t)L_19); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = L_17; uint8_t* L_21 = ___bytes0; int32_t L_22 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)6))); NullCheck(L_20); (L_20)->SetAt(static_cast(6), (uint8_t)L_22); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = L_20; uint8_t* L_24 = ___bytes0; int32_t L_25 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)7))); NullCheck(L_23); (L_23)->SetAt(static_cast(7), (uint8_t)L_25); return L_23; } IL_0044: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26; uint8_t* L_28 = ___bytes0; int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)7))); NullCheck(L_27); (L_27)->SetAt(static_cast(0), (uint8_t)L_29); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_27; uint8_t* L_31 = ___bytes0; int32_t L_32 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)6))); NullCheck(L_30); (L_30)->SetAt(static_cast(1), (uint8_t)L_32); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_30; uint8_t* L_34 = ___bytes0; int32_t L_35 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)5))); NullCheck(L_33); (L_33)->SetAt(static_cast(2), (uint8_t)L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = L_33; uint8_t* L_37 = ___bytes0; int32_t L_38 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)4))); NullCheck(L_36); (L_36)->SetAt(static_cast(3), (uint8_t)L_38); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_36; uint8_t* L_40 = ___bytes0; int32_t L_41 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)3))); NullCheck(L_39); (L_39)->SetAt(static_cast(4), (uint8_t)L_41); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_39; uint8_t* L_43 = ___bytes0; int32_t L_44 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2))); NullCheck(L_42); (L_42)->SetAt(static_cast(5), (uint8_t)L_44); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_42; uint8_t* L_46 = ___bytes0; int32_t L_47 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)1))); NullCheck(L_45); (L_45)->SetAt(static_cast(6), (uint8_t)L_47); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_45; uint8_t* L_49 = ___bytes0; int32_t L_50 = *((uint8_t*)L_49); NullCheck(L_48); (L_48)->SetAt(static_cast(7), (uint8_t)L_50); return L_48; } } // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m708ECF071B4D0805C19074FC69D9CDFDAF2FFCE7 (int32_t ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL); return L_0; } } // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m9428D4A01AC77E50E16D9B738098F2954E5964E0 (float ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetUIntBytes_m2B688B5F912B4453DD14F1043A3C8E3E171FFF41((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL); return L_0; } } // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m406ADCCE048705851CA952B5103A9020BBBDFBDA (double ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = BitConverterLE_GetULongBytes_mEA155106F6785491F8070F485963C96DA55B83F0((uint8_t*)(uint8_t*)(((uintptr_t)(&___value0))), /*hidden argument*/NULL); return L_0; } } // System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_0028; } } { uint8_t* L_1 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___src1; int32_t L_3 = ___startIndex2; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); *((int8_t*)L_1) = (int8_t)L_5; uint8_t* L_6 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___src1; int32_t L_8 = ___startIndex2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1))) = (int8_t)L_10; uint8_t* L_11 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___src1; int32_t L_13 = ___startIndex2; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2))) = (int8_t)L_15; uint8_t* L_16 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___src1; int32_t L_18 = ___startIndex2; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3)); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3))) = (int8_t)L_20; return; } IL_0028: { uint8_t* L_21 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___src1; int32_t L_23 = ___startIndex2; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3)); uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); *((int8_t*)L_21) = (int8_t)L_25; uint8_t* L_26 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___src1; int32_t L_28 = ___startIndex2; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)1))) = (int8_t)L_30; uint8_t* L_31 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ___src1; int32_t L_33 = ___startIndex2; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2))) = (int8_t)L_35; uint8_t* L_36 = ___dst0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___src1; int32_t L_38 = ___startIndex2; NullCheck(L_37); int32_t L_39 = L_38; uint8_t L_40 = (L_37)->GetAt(static_cast(L_39)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)3))) = (int8_t)L_40; return; } } // System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0 (uint8_t* ___dst0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (!L_0) { goto IL_001d; } } { V_0 = 0; goto IL_0018; } IL_000b: { uint8_t* L_1 = ___dst0; int32_t L_2 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___src1; int32_t L_4 = ___startIndex2; int32_t L_5 = V_0; NullCheck(L_3); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2))) = (int8_t)L_7; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0018: { int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)8))) { goto IL_000b; } } { return; } IL_001d: { V_1 = 0; goto IL_0030; } IL_0021: { uint8_t* L_10 = ___dst0; int32_t L_11 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___src1; int32_t L_13 = ___startIndex2; int32_t L_14 = V_1; NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_14)))); uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))) = (int8_t)L_16; int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0030: { int32_t L_18 = V_1; if ((((int32_t)L_18) < ((int32_t)8))) { goto IL_0021; } } { return; } } // System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverterLE_ToSingle_m73CD02EB647B7C0C11C0D5E743425BC7DFA799BE (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { float V_0 = 0.0f; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; int32_t L_1 = ___startIndex1; BitConverterLE_UIntFromBytes_mACD066E6E71F1EA6FA9D71F22F13976628DEAE04((uint8_t*)(uint8_t*)(((uintptr_t)(&V_0))), L_0, L_1, /*hidden argument*/NULL); float L_2 = V_0; return L_2; } } // System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverterLE_ToDouble_m0E5DF606A5685D1CA8D54A525D3A41FA50363732 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { double V_0 = 0.0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; int32_t L_1 = ___startIndex1; BitConverterLE_ULongFromBytes_m86C1BAA22FE4E581A56AC3F29E084318253E03C0((uint8_t*)(uint8_t*)(((uintptr_t)(&V_0))), L_0, L_1, /*hidden argument*/NULL); double L_2 = V_0; return L_2; } } #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 Mono.Security.Cryptography.ARC4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var); RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); __this->set_state_12(L_0); __this->set_m_disposed_15((bool)0); return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_Finalize_mECAC21EF187522E9197857F214C36EFA0DC8C1C8 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1); 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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_Dispose_m4EA9179786D66429FD1A247F5D16B69BB755999B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_15(); if (L_0) { goto IL_0061; } } { __this->set_x_13((uint8_t)0); __this->set_y_14((uint8_t)0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_key_11(); if (!L_1) { goto IL_0039; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_key_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_key_11(); NullCheck(L_3); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL); __this->set_key_11((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); } IL_0039: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_state_12(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_state_12(); NullCheck(L_5); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL); __this->set_state_12((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); __this->set_m_disposed_15((bool)1); } IL_0061: { return; } } // System.Byte[] Mono.Security.Cryptography.ARC4Managed::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_get_Key_m8802CA8B4482BA7AF62581FCC0CF836C624AD7B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3(); if (L_0) { goto IL_000e; } } { VirtActionInvoker0::Invoke(25 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this); } IL_000e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.ARC4Managed::set_Key(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC67DD20EE842986086A0A915DDC2A279490130ED, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ARC4Managed_set_Key_m9550DE783C4E56CD90638410D913A38BF9FE33F7_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); V_0 = L_4; __this->set_key_11(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_key_11(); ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E(__this, L_6, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateEncryptor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateEncryptor_mE78BA144F8F37CB5C65ABB7EF1C7D8F54E2F474B (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgvIV1, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0; VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, __this, L_0); return __this; } } // System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.ARC4Managed::CreateDecryptor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ARC4Managed_CreateDecryptor_m8FA1905B0122880FE9B101842382AD5C2F5D37EC (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgvIV1, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0; VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, __this, L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, __this); return L_1; } } // System.Void Mono.Security.Cryptography.ARC4Managed::GenerateIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_GenerateIV_m52756A4830A0F2DCA6628B230F088A99EAFE1759_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, __this, L_0); return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::GenerateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_GenerateKey_m68829F0407D0E6FD43DA8799F13B67FC19E345A3 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeySizeValue_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332(((int32_t)((int32_t)L_0>>(int32_t)3)), /*hidden argument*/NULL); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(L_1); return; } } // System.Boolean Mono.Security.Cryptography.ARC4Managed::get_CanTransformMultipleBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARC4Managed_get_CanTransformMultipleBlocks_m963CC263D32D1DD7A2A77B49427E2800A47F5EF5 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::get_InputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_InputBlockSize_m860CE7855672FC95D78068EBC809DF735128CF0D (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { { return 1; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::get_OutputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_get_OutputBlockSize_m59A5373C611F036AD21394382AAA2C7D835F72F5 (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, const RuntimeMethod* method) { { return 1; } } // System.Void Mono.Security.Cryptography.ARC4Managed::KeySetup(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_KeySetup_m9DAD47A1F746F79F43A4B8BB7E1E3395D170278E (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { V_0 = (uint8_t)0; V_1 = (uint8_t)0; V_2 = 0; goto IL_0016; } IL_0008: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_state_12(); int32_t L_1 = V_2; int32_t L_2 = V_2; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)L_2)))); int32_t L_3 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0016: { int32_t L_4 = V_2; if ((((int32_t)L_4) < ((int32_t)((int32_t)256)))) { goto IL_0008; } } { __this->set_x_13((uint8_t)0); __this->set_y_14((uint8_t)0); V_3 = 0; goto IL_0071; } IL_0030: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___key0; uint8_t L_6 = V_0; NullCheck(L_5); uint8_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_state_12(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); uint8_t L_13 = V_1; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12)), (int32_t)L_13))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_state_12(); int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_4 = L_17; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_state_12(); int32_t L_19 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_state_12(); uint8_t L_21 = V_1; NullCheck(L_20); uint8_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (uint8_t)L_23); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_state_12(); uint8_t L_25 = V_1; uint8_t L_26 = V_4; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (uint8_t)L_26); uint8_t L_27 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___key0; NullCheck(L_28); V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))))))); int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0071: { int32_t L_30 = V_3; if ((((int32_t)L_30) < ((int32_t)((int32_t)256)))) { goto IL_0030; } } { return; } } // System.Void Mono.Security.Cryptography.ARC4Managed::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___inputOffset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___inputCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0; NullCheck(L_7); int32_t L_8 = ___inputCount2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_0053; } } { String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_10, L_9, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA_RuntimeMethod_var); } IL_0053: { return; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0; int32_t L_1 = ___inputOffset1; int32_t L_2 = ___inputCount2; ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA(__this, L_0, L_1, L_2, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___outputBuffer3; if (L_3) { goto IL_0018; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var); } IL_0018: { int32_t L_5 = ___outputOffset4; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002d; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var); } IL_002d: { int32_t L_7 = ___outputOffset4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___outputBuffer3; NullCheck(L_8); int32_t L_9 = ___inputCount2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))))) { goto IL_004c; } } { String_t* L_10 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ARC4Managed_TransformBlock_m63A580B74D40FE8C0895B7DB43654C91052A8C2C_RuntimeMethod_var); } IL_004c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___inputBuffer0; int32_t L_13 = ___inputOffset1; int32_t L_14 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___outputBuffer3; int32_t L_16 = ___outputOffset4; int32_t L_17 = ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A(__this, L_12, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Int32 Mono.Security.Cryptography.ARC4Managed::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; uint8_t V_2 = 0x0; { V_1 = 0; goto IL_009e; } IL_0007: { uint8_t L_0 = __this->get_x_13(); __this->set_x_13((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_state_12(); uint8_t L_2 = __this->get_x_13(); NullCheck(L_1); uint8_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); uint8_t L_5 = __this->get_y_14(); __this->set_y_14((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_state_12(); uint8_t L_7 = __this->get_x_13(); NullCheck(L_6); uint8_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_state_12(); uint8_t L_11 = __this->get_x_13(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_state_12(); uint8_t L_13 = __this->get_y_14(); NullCheck(L_12); uint8_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_15); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_state_12(); uint8_t L_17 = __this->get_y_14(); uint8_t L_18 = V_2; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)L_18); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get_state_12(); uint8_t L_20 = __this->get_x_13(); NullCheck(L_19); uint8_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_state_12(); uint8_t L_24 = __this->get_y_14(); NullCheck(L_23); uint8_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_26))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___outputBuffer3; int32_t L_28 = ___outputOffset4; int32_t L_29 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___inputBuffer0; int32_t L_31 = ___inputOffset1; int32_t L_32 = V_1; NullCheck(L_30); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); uint8_t L_34 = (L_30)->GetAt(static_cast(L_33)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get_state_12(); uint8_t L_36 = V_0; NullCheck(L_35); uint8_t L_37 = L_36; uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_34^(int32_t)L_38)))))); int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_009e: { int32_t L_40 = V_1; int32_t L_41 = ___inputCount2; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0007; } } { int32_t L_42 = ___inputCount2; return L_42; } } // System.Byte[] Mono.Security.Cryptography.ARC4Managed::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ARC4Managed_TransformFinalBlock_mCE93372E2708303937155D6B39B797997B45352D_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0; int32_t L_1 = ___inputOffset1; int32_t L_2 = ___inputCount2; ARC4Managed_CheckInput_m9DAEEB067E3E662C44951E73A5B7F3C17D9E91EA(__this, L_0, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___inputBuffer0; int32_t L_6 = ___inputOffset1; int32_t L_7 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; ARC4Managed_InternalTransformBlock_m791DD8D6AFE58524ED43CA2101A11C95C76C546A(__this, L_5, L_6, L_7, L_8, 0, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0; return L_9; } } #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 Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___dwKeySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D(__this, /*hidden argument*/NULL); int32_t L_0 = ___dwKeySize0; ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_KeySizeValue_0(L_0); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_LegalKeySizesValue_1(L_1); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_2 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->get_LegalKeySizesValue_1(); KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_3 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var); KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_3, ((int32_t)512), ((int32_t)1024), ((int32_t)64), /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_3); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Finalize_mF40964C03B0D9E4FDC186B684B24B52694761D56 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::Generate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { { int32_t L_0 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL); DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E(__this, L_0, /*hidden argument*/NULL); DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231(__this, /*hidden argument*/NULL); __this->set_keypairGenerated_2((bool)1); KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = __this->get_KeyGenerated_14(); if (!L_1) { goto IL_002e; } } { KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = __this->get_KeyGenerated_14(); NullCheck(L_2); KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045(L_2, __this, (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *)NULL, /*hidden argument*/NULL); } IL_002e: { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_GenerateKeyPair_m177E660FBC4CCAE831925537992EA3A01DA54231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_0 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(((int32_t)160), /*hidden argument*/NULL); __this->set_x_7(L_0); goto IL_001d; } IL_0012: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7(); NullCheck(L_1); BigInteger_Randomize_m5CFF3B7433B4D50D0D6795ED4A03A6E7FB0A598C(L_1, /*hidden argument*/NULL); } IL_001d: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_2 = __this->get_x_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_3 = BigInteger_op_Equality_m3211431E4815D104C762CE118E1DC29A18DEB9EB(L_2, 0, /*hidden argument*/NULL); if (L_3) { goto IL_0012; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_x_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_q_5(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_6 = BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0012; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_g_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_x_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_p_4(); NullCheck(L_7); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_7, L_8, L_9, /*hidden argument*/NULL); __this->set_y_8(L_10); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b1, int32_t ___value2, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___b1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___b1; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); int32_t L_4 = ___value2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))), (int32_t)L_4)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___a0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___b1; NullCheck(L_6); uint32_t L_7 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_7)))); uint32_t L_8 = V_0; V_0 = ((int32_t)((uint32_t)L_8>>8)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___b1; NullCheck(L_9); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)2)); goto IL_003e; } IL_0025: { uint32_t L_10 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___b1; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___a0; int32_t L_16 = V_1; uint32_t L_17 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)(((int32_t)((uint8_t)L_17)))); uint32_t L_18 = V_0; V_0 = ((int32_t)((uint32_t)L_18>>8)); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_003e: { int32_t L_20 = V_1; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0025; } } { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___keyLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_GenerateParams_m1128C5246F10223D15A579327052FFC4C5E6379E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; bool V_7 = false; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_11 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_12 = NULL; int32_t V_13 = 0; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_14 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_0 = L_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_1 = L_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_2 = L_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_3 = L_3; SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_4 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL); V_4 = L_4; int32_t L_5 = ___keyLength0; V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))/(int32_t)((int32_t)160))); int32_t L_6 = ___keyLength0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6/(int32_t)8))); V_6 = L_7; V_7 = (bool)0; goto IL_01ed; } IL_0044: { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_8 = DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0; NullCheck(L_8); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_8, L_9); SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_10 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0; NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0; NullCheck(L_15); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0; DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_16, L_17, 1, /*hidden argument*/NULL); SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_18 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2; NullCheck(L_18); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; V_10 = 0; goto IL_0090; } IL_007c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3; int32_t L_22 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_1; int32_t L_24 = V_10; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2; int32_t L_28 = V_10; NullCheck(L_27); int32_t L_29 = L_28; uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_26^(int32_t)L_30)))))); int32_t L_31 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0090: { int32_t L_32 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_3; NullCheck(L_33); if ((!(((uint32_t)L_32) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))) { goto IL_007c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_3; NullCheck(L_34); uint8_t* L_35 = ((L_34)->GetAddressAt(static_cast(0))); int32_t L_36 = *((uint8_t*)L_35); *((int8_t*)L_35) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)128)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_3; NullCheck(L_37); uint8_t* L_38 = ((L_37)->GetAddressAt(static_cast(((int32_t)19)))); int32_t L_39 = *((uint8_t*)L_38); *((int8_t*)L_38) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_39|(int32_t)1))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_41, L_40, /*hidden argument*/NULL); __this->set_q_5(L_41); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = __this->get_q_5(); NullCheck(L_42); bool L_43 = BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0044; } } { __this->set_counter_11(0); V_9 = 2; goto IL_01dd; } IL_00e1: { V_13 = 0; goto IL_011b; } IL_00e6: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_0; int32_t L_46 = V_9; int32_t L_47 = V_13; DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_44, L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL); SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_48 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_1; NullCheck(L_48); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_48, L_49, /*hidden argument*/NULL); V_1 = L_50; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_6; NullCheck(L_53); int32_t L_54 = V_13; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_1; NullCheck(L_55); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_1; NullCheck(L_56); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))))))), (((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))), /*hidden argument*/NULL); int32_t L_57 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_011b: { int32_t L_58 = V_13; int32_t L_59 = V_5; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_00e6; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_0; int32_t L_62 = V_9; int32_t L_63 = V_5; DSAManaged_add_m8E72BC028E1FB68CD03A97A4167E54BF206C0FAC(__this, L_60, L_61, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL); SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_64 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = V_1; NullCheck(L_64); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_64, L_65, /*hidden argument*/NULL); V_1 = L_66; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_1; NullCheck(L_68); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_6; NullCheck(L_69); int32_t L_70 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_1; NullCheck(L_71); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_6; NullCheck(L_73); int32_t L_74 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_1; NullCheck(L_75); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length)))))))))), (RuntimeArray *)(RuntimeArray *)L_72, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_73)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))))))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = V_6; NullCheck(L_76); uint8_t* L_77 = ((L_76)->GetAddressAt(static_cast(0))); int32_t L_78 = *((uint8_t*)L_77); *((int8_t*)L_77) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_78|(int32_t)((int32_t)128)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_6; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_80 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_80, L_79, /*hidden argument*/NULL); V_11 = L_80; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_81 = V_11; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_82 = __this->get_q_5(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_83 = BigInteger_op_Multiply_m5EB2D0423D4392E4933E8B34ABFF488B8F05A3CB(L_82, 2, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_84 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_81, L_83, /*hidden argument*/NULL); V_12 = L_84; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_85 = V_11; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_86 = V_12; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_87 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_88 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_86, L_87, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_89 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_85, L_88, /*hidden argument*/NULL); __this->set_p_4(L_89); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_90 = __this->get_p_4(); int32_t L_91 = ___keyLength0; NullCheck(L_90); bool L_92 = BigInteger_TestBit_mBC759CC3A03CC3E0F091E24D6E9F07D3C9EC7D1B(L_90, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)), /*hidden argument*/NULL); if (!L_92) { goto IL_01c6; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_93 = __this->get_p_4(); NullCheck(L_93); bool L_94 = BigInteger_IsProbablePrime_m7E986D051BB88E54C54E0D5DBFEDCAF44A03AB81(L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_01c6; } } { V_7 = (bool)1; goto IL_01ed; } IL_01c6: { int32_t L_95 = __this->get_counter_11(); __this->set_counter_11(((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1))); int32_t L_96 = V_9; int32_t L_97 = V_5; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)))); } IL_01dd: { int32_t L_98 = __this->get_counter_11(); if ((((int32_t)L_98) < ((int32_t)((int32_t)4096)))) { goto IL_00e1; } } IL_01ed: { bool L_99 = V_7; if (!L_99) { goto IL_0044; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_100 = __this->get_p_4(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_101 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_102 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_100, L_101, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_103 = __this->get_q_5(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_104 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_102, L_103, /*hidden argument*/NULL); V_8 = L_104; } IL_0212: { int32_t L_105 = ___keyLength0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_106 = BigInteger_GenerateRandom_m34FB180E0F6613E9886F29FF5B820680A5295CAA(L_105, /*hidden argument*/NULL); V_14 = L_106; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_107 = V_14; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_108 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); bool L_109 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_107, L_108, /*hidden argument*/NULL); if (L_109) { goto IL_0212; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_110 = V_14; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_111 = __this->get_p_4(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_112 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_113 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_111, L_112, /*hidden argument*/NULL); bool L_114 = BigInteger_op_GreaterThanOrEqual_mE79E1206A8B08E2796D4BEE87E0E9FFD3B175A99(L_110, L_113, /*hidden argument*/NULL); if (L_114) { goto IL_0212; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_115 = V_14; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_116 = V_8; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_117 = __this->get_p_4(); NullCheck(L_115); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_118 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_115, L_116, L_117, /*hidden argument*/NULL); __this->set_g_6(L_118); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_119 = __this->get_g_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_120 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); bool L_121 = BigInteger_op_LessThanOrEqual_m5DD408066BF47BCC917B7341FE321546916DE42C(L_119, L_120, /*hidden argument*/NULL); if (L_121) { goto IL_0212; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_122 = V_0; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_123 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_123, L_122, /*hidden argument*/NULL); __this->set_seed_10(L_123); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_124 = __this->get_p_4(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_125 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_126 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_124, L_125, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_127 = __this->get_q_5(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_128 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_126, L_127, /*hidden argument*/NULL); __this->set_j_9(L_128); return; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * DSAManaged_get_Random_mDDBF682CF301FD3230A1C7CCF76907A0F55AF8F8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get_rng_13(); if (L_0) { goto IL_0013; } } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); __this->set_rng_13(L_1); } IL_0013: { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = __this->get_rng_13(); return L_2; } } // System.Int32 Mono.Security.Cryptography.DSAManaged::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAManaged_get_KeySize_m434759167959B20821680EC2339455217ECBE7B8 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keypairGenerated_2(); if (!L_0) { goto IL_0014; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_p_4(); NullCheck(L_1); int32_t L_2 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { int32_t L_3 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL); return L_3; } } // System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_keypairGenerated_2(); if (!L_0) { goto IL_0015; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); return L_2; } IL_0015: { return (bool)0; } } // System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))%(int32_t)4)); int32_t L_1 = V_0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0027; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)4)), (int32_t)L_3))); V_1 = L_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___array0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_1; int32_t L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___array0; NullCheck(L_8); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_7)), (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1; return L_9; } IL_0027: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___array0; return L_10; } } // System.Security.Cryptography.DSAParameters Mono.Security.Cryptography.DSAManaged::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_MetadataUsageId); s_Il2CppMethodInitialized = true; } DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { bool L_0 = __this->get_m_disposed_3(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var); } IL_0018: { bool L_3 = __this->get_keypairGenerated_2(); if (L_3) { goto IL_0026; } } { DSAManaged_Generate_mE13053450D39DFF1FD40F2D8E3973F895A731B9C(__this, /*hidden argument*/NULL); } IL_0026: { bool L_4 = ___includePrivateParameters0; if (!L_4) { goto IL_0042; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_x_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_6 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_5, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, _stringLiteral8A267E1A6F0A1FB6AE010364E592DFD922AC26BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSAManaged_ExportParameters_m186A2D10A6F8A187410C91A36FDDCE599830465E_RuntimeMethod_var); } IL_0042: { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 )); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_p_4(); NullCheck(L_8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_8, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_9, /*hidden argument*/NULL); (&V_0)->set_P_0(L_10); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_11 = __this->get_q_5(); NullCheck(L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_11, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_12, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_13); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = __this->get_g_6(); NullCheck(L_14); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_14, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_15, /*hidden argument*/NULL); (&V_0)->set_G_2(L_16); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = __this->get_y_8(); NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_17, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_18, /*hidden argument*/NULL); (&V_0)->set_Y_3(L_19); bool L_20 = __this->get_j_missing_12(); if (L_20) { goto IL_00ca; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = __this->get_j_9(); NullCheck(L_21); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_21, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_22, /*hidden argument*/NULL); (&V_0)->set_J_4(L_23); } IL_00ca: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = __this->get_seed_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_25 = BigInteger_op_Inequality_m36E95F1DB3B61CB135B17EF616D8B910B21D7B47(L_24, 0, /*hidden argument*/NULL); if (!L_25) { goto IL_00fd; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = __this->get_seed_10(); NullCheck(L_26); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_26, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_27, /*hidden argument*/NULL); (&V_0)->set_Seed_6(L_28); int32_t L_29 = __this->get_counter_11(); (&V_0)->set_Counter_7(L_29); } IL_00fd: { bool L_30 = ___includePrivateParameters0; if (!L_30) { goto IL_0121; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = __this->get_x_7(); NullCheck(L_31); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_31, /*hidden argument*/NULL); V_1 = L_32; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1; NullCheck(L_33); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))) == ((uint32_t)((int32_t)20))))) { goto IL_0121; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = DSAManaged_NormalizeArray_mE6D2ABB2DB361D0A6A43ADBA48B3042DAF426DC2(__this, L_34, /*hidden argument*/NULL); (&V_0)->set_X_5(L_35); } IL_0121: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_36 = V_0; return L_36; } } // System.Void Mono.Security.Cryptography.DSAManaged::ImportParameters(System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_3(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var); } IL_0018: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_3 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3.get_P_0(); if (!L_4) { goto IL_0030; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_5 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5.get_Q_1(); if (!L_6) { goto IL_0030; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_7 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7.get_G_2(); if (L_8) { goto IL_0040; } } IL_0030: { String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral112CF3A97583A7C2E8890991423D18ED11F615EF, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var); } IL_0040: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11.get_X_5(); if (L_12) { goto IL_0060; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_13 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = L_13.get_Y_3(); if (L_14) { goto IL_0060; } } { String_t* L_15 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralD020055BB83BB649556E3049D4D18C92C063728B, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, DSAManaged_ImportParameters_m06CB6BF63A9CF41AC187054CB15EE6725B310901_RuntimeMethod_var); } IL_0060: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_17 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17.get_P_0(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_19, L_18, /*hidden argument*/NULL); __this->set_p_4(L_19); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_20 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20.get_Q_1(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_22, L_21, /*hidden argument*/NULL); __this->set_q_5(L_22); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_23 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = L_23.get_G_2(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_25, L_24, /*hidden argument*/NULL); __this->set_g_6(L_25); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_26 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26.get_X_5(); if (!L_27) { goto IL_00ae; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_28 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = L_28.get_X_5(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_30, L_29, /*hidden argument*/NULL); __this->set_x_7(L_30); goto IL_00b5; } IL_00ae: { __this->set_x_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00b5: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_31 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_Y_3(); if (!L_32) { goto IL_00d0; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_33 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_Y_3(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_35, L_34, /*hidden argument*/NULL); __this->set_y_8(L_35); goto IL_00ed; } IL_00d0: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = __this->get_g_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = __this->get_x_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = __this->get_p_4(); NullCheck(L_36); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = BigInteger_ModPow_mF6087FFA87482846815A67ABA1486A50A1C3ADD2(L_36, L_37, L_38, /*hidden argument*/NULL); __this->set_y_8(L_39); } IL_00ed: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_40 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40.get_J_4(); if (!L_41) { goto IL_0108; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_42 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = L_42.get_J_4(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_44, L_43, /*hidden argument*/NULL); __this->set_j_9(L_44); goto IL_0131; } IL_0108: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = __this->get_p_4(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_46 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_45, L_46, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_48 = __this->get_q_5(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_49 = BigInteger_op_Division_mE2D1423D38BC8354FC1BE581DF9535004A3EBB43(L_47, L_48, /*hidden argument*/NULL); __this->set_j_9(L_49); __this->set_j_missing_12((bool)1); } IL_0131: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_50 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = L_50.get_Seed_6(); if (!L_51) { goto IL_0158; } } { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_52 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52.get_Seed_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_54 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_54, L_53, /*hidden argument*/NULL); __this->set_seed_10(L_54); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_55 = ___parameters0; int32_t L_56 = L_55.get_Counter_7(); __this->set_counter_11(L_56); goto IL_0164; } IL_0158: { IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_57 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(0, /*hidden argument*/NULL); __this->set_seed_10(L_57); } IL_0164: { __this->set_keypairGenerated_2((bool)1); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_Dispose_m7A67AABFA55C279B6CCDFB5E807C2E763F1A3249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_3(); if (L_0) { goto IL_00f1; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_x_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_x_7(); NullCheck(L_3); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_3, /*hidden argument*/NULL); __this->set_x_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_002b: { bool L_4 = ___disposing0; if (!L_4) { goto IL_00f1; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = __this->get_p_4(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_6 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_5, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_p_4(); NullCheck(L_7); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_7, /*hidden argument*/NULL); __this->set_p_4((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_0051: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_8 = __this->get_q_5(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_9 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_8, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0071; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_q_5(); NullCheck(L_10); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_10, /*hidden argument*/NULL); __this->set_q_5((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_0071: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_11 = __this->get_g_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_12 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_11, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0091; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_g_6(); NullCheck(L_13); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_13, /*hidden argument*/NULL); __this->set_g_6((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_0091: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_14 = __this->get_j_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_15 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_14, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_00b1; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_j_9(); NullCheck(L_16); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_16, /*hidden argument*/NULL); __this->set_j_9((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00b1: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = __this->get_seed_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_18 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_17, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_00d1; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = __this->get_seed_10(); NullCheck(L_19); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_19, /*hidden argument*/NULL); __this->set_seed_10((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00d1: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_y_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_21 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_20, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00f1; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_y_8(); NullCheck(L_22); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_22, /*hidden argument*/NULL); __this->set_y_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00f1: { __this->set_m_disposed_3((bool)1); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_0 = NULL; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_1 = NULL; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_2 = NULL; { KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = V_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_6 = V_2; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_7 = V_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_9 = V_0; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DSAManaged_remove_KeyGenerated_mB379DCE699E0CC71A5F2162656CBB34F8E43BC89_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_0 = NULL; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_1 = NULL; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * V_2 = NULL; { KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_2 = V_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_6 = V_2; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_7 = V_1; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_9 = V_0; KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)L_10)))) { goto IL_0007; } } { 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 Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_mAC5DCAED1B491FEC31D937FC49ACB98B2A574FE6 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m169219C2CA206096D4F618C02D7D37E181A08045 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___e1) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___sender0) - 1), ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_mD953DB708E1A25E6535EE3F9AAAB49F067200F82 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_EndInvoke_mC434B02790F042ADF52BB7059F7C6AE0DBF4E4E8 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = ((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->get_rng_0(); if (L_0) { goto IL_0011; } } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); ((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->set_rng_0(L_1); } IL_0011: { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = ((KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_tD2E58633E7DDA74AB7DFA4A8299BB91D0BE29F33_il2cpp_TypeInfo_var))->get_rng_0(); return L_2; } } // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332 (int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { int32_t L_0 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; return L_4; } } // System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E (int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { int32_t L_0 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = KeyBuilder_get_Rng_m12DB974649153DBFF749475164AF6C88D659A32B(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; return L_4; } } #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 Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m802EA749564E205BC8FAD14D1BD080028C9C4121 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method) { { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0; KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, KeyPairPersistence__ctor_m9609CA2E039302CF5D5ED8D6EEA048CE8F6564D3_RuntimeMethod_var); } IL_0014: { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___parameters0; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_3 = KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD(__this, L_2, /*hidden argument*/NULL); __this->set__params_4(L_3); String_t* L_4 = ___keyPair1; __this->set__keyvalue_5(L_4); return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__filename_6(); if (L_0) { goto IL_0079; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = __this->get__params_4(); NullCheck(L_2); int32_t L_3 = L_2->get_ProviderType_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96(__this, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_7 = __this->get__params_4(); NullCheck(L_7); int32_t L_8 = L_7->get_KeyNumber_3(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4(L_1, _stringLiteral0A0B82954F99EE527E70C797A3E7B0EFB25D9780, L_5, L_6, L_10, /*hidden argument*/NULL); __this->set__filename_6(L_11); bool L_12 = KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0063; } } { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_13 = KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F(/*hidden argument*/NULL); String_t* L_14 = __this->get__filename_6(); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_15 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_13, L_14, /*hidden argument*/NULL); __this->set__filename_6(L_15); goto IL_0079; } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_16 = KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905(/*hidden argument*/NULL); String_t* L_17 = __this->get__filename_6(); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_18 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_16, L_17, /*hidden argument*/NULL); __this->set__filename_6(L_18); } IL_0079: { String_t* L_19 = __this->get__filename_6(); return L_19; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__keyvalue_5(); return L_0; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_mB8F4E9B2C56360730779015B15BAAB98AB4BD05C (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___value0, const RuntimeMethod* method) { { bool L_0 = KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___value0; __this->set__keyvalue_5(L_1); } IL_000f: { return; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); bool L_1 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0033; } } { String_t* L_3 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34(L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_001b: try { // begin try (depth: 1) StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_1; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, L_5); KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB(__this, L_6, /*hidden argument*/NULL); IL2CPP_LEAVE(0x33, FINALLY_0029); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = V_1; if (!L_7) { goto IL_0032; } } IL_002c: { StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_8 = V_1; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_JUMP_TBL(0x33, IL_0033) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0033: { bool L_9 = V_0; return L_9; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501(L_0, 2, /*hidden argument*/NULL); V_0 = L_1; } IL_000d: try { // begin try (depth: 1) FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_4 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var); StreamWriter__ctor_mFD481E7A16D86AF74F41C928C7828B19EFEF9F5C(L_4, L_2, L_3, /*hidden argument*/NULL); StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = L_4; String_t* L_6 = KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601(__this, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_5, L_6); NullCheck(L_5); VirtActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_5); IL2CPP_LEAVE(0x35, FINALLY_002b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_7 = V_0; if (!L_7) { goto IL_0034; } } IL_002e: { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0034: { IL2CPP_END_FINALLY(43) } } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { bool L_9 = KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_004a; } } { String_t* L_10 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96(L_10, /*hidden argument*/NULL); return; } IL_004a: { String_t* L_11 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017(L_11, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mCD1DF15E2AF5F6551D3B24B5203232C1177B7404 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { String_t* L_0 = KeyPairPersistence_get_Filename_mFB1DE409881CE702749DAF5AD419A05033178352(__this, /*hidden argument*/NULL); File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_0, /*hidden argument*/NULL); return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get_lockobj_8(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_2 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); if (!L_2) { goto IL_001e; } } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPathExists_0(); if (L_3) { goto IL_008d; } } IL_001e: { String_t* L_4 = Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17(((int32_t)26), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPath_1(L_5); String_t* L_6 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521, /*hidden argument*/NULL); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPath_1(L_7); String_t* L_8 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_8, /*hidden argument*/NULL); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPathExists_0(L_9); bool L_10 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPathExists_0(); if (L_10) { goto IL_008d; } } IL_005e: try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_11 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_11, /*hidden argument*/NULL); goto IL_0087; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006b; throw e; } CATCH_006b: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); String_t* L_12 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral34455FF65F4B9929D368EC9AF01C76E7C31A8183, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_13 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); String_t* L_14 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_12, L_13, /*hidden argument*/NULL); Exception_t * L_15 = V_2; CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_16, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var); } // end catch (depth: 2) IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__userPathExists_0((bool)1); } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_17 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); bool L_18 = KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00bf; } } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_19 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); bool L_20 = KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00bf; } } IL_00a5: { String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral492096CFB7DD3DBDDF3EA34F97BA1E34FF6D0FFF, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_22 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_21, L_22, /*hidden argument*/NULL); IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var); } IL_00bf: { IL2CPP_LEAVE(0xCB, FINALLY_00c1); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c1; } FINALLY_00c1: { // begin finally (depth: 1) { bool L_25 = V_1; if (!L_25) { goto IL_00ca; } } IL_00c4: { RuntimeObject * L_26 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL); } IL_00ca: { IL2CPP_END_FINALLY(193) } } // end finally (depth: 1) IL2CPP_CLEANUP(193) { IL2CPP_JUMP_TBL(0xCB, IL_00cb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cb: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_27 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); bool L_28 = KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00f1; } } { String_t* L_29 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14DDE494016B23597CBD3969A7AF7DE22659A228, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_30 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_29, L_30, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_32 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, KeyPairPersistence_get_UserPath_m2D5358DC92BB41BF4402475171BA60D8AB9BA905_RuntimeMethod_var); } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_33 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__userPath_1(); return L_33; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get_lockobj_8(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_2 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); if (!L_2) { goto IL_001e; } } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePathExists_2(); if (L_3) { goto IL_008d; } } IL_001e: { String_t* L_4 = Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17(((int32_t)35), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteralD013A00CC3B2473FDE9F7A61FDC9BFE531B1B6A3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePath_3(L_5); String_t* L_6 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral7A33957C5A18575ADC4D6F7521BD107852185521, /*hidden argument*/NULL); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePath_3(L_7); String_t* L_8 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_8, /*hidden argument*/NULL); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePathExists_2(L_9); bool L_10 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePathExists_2(); if (L_10) { goto IL_008d; } } IL_005e: try { // begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_11 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_11, /*hidden argument*/NULL); goto IL_0087; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006b; throw e; } CATCH_006b: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); String_t* L_12 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4A3621FC2D36BDBA87E587760B60E5C0E6C4153C, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_13 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); String_t* L_14 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_12, L_13, /*hidden argument*/NULL); Exception_t * L_15 = V_2; CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_16 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_16, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var); } // end catch (depth: 2) IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set__machinePathExists_2((bool)1); } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_17 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); bool L_18 = KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00bf; } } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_19 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); bool L_20 = KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00bf; } } IL_00a5: { String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral76E100E287EFE1E49E85B316BA39B549F5098859, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_22 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_21, L_22, /*hidden argument*/NULL); IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var); IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var); } IL_00bf: { IL2CPP_LEAVE(0xCB, FINALLY_00c1); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c1; } FINALLY_00c1: { // begin finally (depth: 1) { bool L_25 = V_1; if (!L_25) { goto IL_00ca; } } IL_00c4: { RuntimeObject * L_26 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_26, /*hidden argument*/NULL); } IL_00ca: { IL2CPP_END_FINALLY(193) } } // end finally (depth: 1) IL2CPP_CLEANUP(193) { IL2CPP_JUMP_TBL(0xCB, IL_00cb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cb: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_27 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); bool L_28 = KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00f1; } } { String_t* L_29 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral2C69EE9F854729471177A57E91A837739082F9C6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_30 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_29, L_30, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_32 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, KeyPairPersistence_get_MachinePath_mA6FECA3DCD3332BF432EB3AFDD84B1B75B9FF51F_RuntimeMethod_var); } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); String_t* L_33 = ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->get__machinePath_3(); return L_33; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C (String_t* ___root0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C_ftn) (String_t*); using namespace il2cpp::icalls; return ((KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_CanSecure) (___root0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09 (String_t* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09_ftn) (String_t*); using namespace il2cpp::icalls; return ((KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectUser) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341 (String_t* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341_ftn) (String_t*); using namespace il2cpp::icalls; return ((KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectMachine) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89 (String_t* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89_ftn) (String_t*); using namespace il2cpp::icalls; return ((KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsUserProtected) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81 (String_t* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81_ftn) (String_t*); using namespace il2cpp::icalls; return ((KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsMachineProtected) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_0 = Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_001b; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)128)))) { goto IL_001b; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_001d; } } IL_001b: { return (bool)1; } IL_001d: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_6 = Path_GetPathRoot_m11EB9C9BD3B1DAF4C744AE838C81AA361297B459(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_7 = KeyPairPersistence__CanSecure_mCB390B32E2EBDB1E7CFCA618324407F5F70D229C(L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectUser_m02E9C18942F6E5FE19419CF35293EEE6E5062017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = KeyPairPersistence__ProtectUser_m883820825FB8BFDF2CABB34E55EE90A301D31C09(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectMachine_mCF9AED06BDD5012967704AB83EBA47F636D4BC96_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = KeyPairPersistence__ProtectMachine_m66368875FFD9E022AD0D442097B8E4947E8E9341(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_IsUserProtected_m7F66037E02310F7AFB1EE43A6A2D9999E4871E01_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = KeyPairPersistence__IsUserProtected_mEBB01AD3892C089945787F6F21B2DC672DF1DE89(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_IsMachineProtected_mF14DBA88475D0761594AB8CC38177FBC15B0BA98_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_1 = KeyPairPersistence_CanSecure_mF8741739F32F8DD95CB5900789EFCFD45B5B1486(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var); bool L_3 = KeyPairPersistence__IsMachineProtected_mFF88F4508EB7D38A25F78B6FCC119A72CFAA1A81(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_mF794FB632D47B3AFD5DDCE7FCB16E07B9EF17FE0 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__keyvalue_5(); return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_4(); NullCheck(L_0); int32_t L_1 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)2))? 1 : 0); } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_m4C9DA5653CF7BE9380D9E823508A3F3C18CDDEBA (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_4(); NullCheck(L_0); int32_t L_1 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)1))) == ((int32_t)1))? 1 : 0); } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96_MetadataUsageId); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; { String_t* L_0 = __this->get__container_7(); if (L_0) { goto IL_0096; } } { bool L_1 = KeyPairPersistence_get_UseDefaultKeyContainer_m54EA2C93B7BE1B4446BE92BB631ECAFAAB08393E(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { __this->set__container_7(_stringLiteral7505D64A54E061B7ACD54CCD58B49DC43500B635); goto IL_0096; } IL_0020: { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = __this->get__params_4(); NullCheck(L_2); String_t* L_3 = L_2->get_KeyContainerName_2(); if (!L_3) { goto IL_003f; } } { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = __this->get__params_4(); NullCheck(L_4); String_t* L_5 = L_4->get_KeyContainerName_2(); NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_005a; } } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_7 = Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29(/*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5((Guid_t *)(&V_0), /*hidden argument*/NULL); __this->set__container_7(L_8); goto IL_0096; } IL_005a: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = __this->get__params_4(); NullCheck(L_10); String_t* L_11 = L_10->get_KeyContainerName_2(); NullCheck(L_9); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_9, L_11); V_1 = L_12; MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_13 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1; NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2; Guid_t L_17; memset((&L_17), 0, sizeof(L_17)); Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A((&L_17), L_16, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5((Guid_t *)(&V_0), /*hidden argument*/NULL); __this->set__container_7(L_18); } IL_0096: { String_t* L_19 = __this->get__container_7(); return L_19; } } // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_Copy_mB3DC51B492050FBFD075E06C5A0B1112389F7DFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___p0; NullCheck(L_0); int32_t L_1 = L_0->get_ProviderType_0(); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___p0; NullCheck(L_2); String_t* L_3 = L_2->get_ProviderName_1(); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = ___p0; NullCheck(L_4); String_t* L_5 = L_4->get_KeyContainerName_2(); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_6 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var); CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_7 = L_6; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_8 = ___p0; NullCheck(L_8); int32_t L_9 = L_8->get_KeyNumber_3(); NullCheck(L_7); L_7->set_KeyNumber_3(L_9); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = L_7; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_11 = ___p0; NullCheck(L_11); int32_t L_12 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(L_10, L_12, /*hidden argument*/NULL); return L_10; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_FromXml_m5A78640DB1D6311E5B7B09E2988973859B2514AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_1 = NULL; { SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_0 = (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 *)il2cpp_codegen_object_new(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var); SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06(L_0, /*hidden argument*/NULL); SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_1 = L_0; String_t* L_2 = ___xml0; NullCheck(L_1); SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_1); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_3 = SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline(L_1, /*hidden argument*/NULL); V_0 = L_3; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline(L_4, /*hidden argument*/NULL); bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral5F261F966B26FAD81BD20FF615F150C9E63271DB, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_7 = V_0; NullCheck(L_7); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_8 = SecurityElement_SearchForChildByTag_m131C2C8A6D250569787709B7F86ADF0D8ACCABAB(L_7, _stringLiteralBB3C05A548B50D8AB473AA91A3BC6C081C4B5C99, /*hidden argument*/NULL); V_1 = L_8; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_9 = V_1; NullCheck(L_9); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0055; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_12 = V_1; NullCheck(L_12); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, 0); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); __this->set__keyvalue_5(L_15); } IL_0055: { return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence_ToXml_m928EAFF30A591E5270CB46CAAC65C4B71F924601_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; String_t* L_2 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_1); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_1, _stringLiteralB2D67A9D16B1C97CF6F38506E03B614DE5A727F6, L_2, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_3 = __this->get__params_4(); NullCheck(L_3); String_t* L_4 = L_3->get_ProviderName_1(); if (!L_4) { goto IL_004d; } } { CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_5 = __this->get__params_4(); NullCheck(L_5); String_t* L_6 = L_5->get_ProviderName_1(); NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { StringBuilder_t * L_8 = V_0; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_9 = __this->get__params_4(); NullCheck(L_9); String_t* L_10 = L_9->get_ProviderName_1(); NullCheck(L_8); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_8, _stringLiteral9074BDD54A9E62E0CDE505B435E3F9AC9AB3A4BA, L_10, /*hidden argument*/NULL); } IL_004d: { StringBuilder_t * L_11 = V_0; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_12 = __this->get__params_4(); NullCheck(L_12); int32_t L_13 = L_12->get_ProviderType_0(); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14); String_t* L_16 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_11); StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_11, _stringLiteral31A1783BEE0576EF78CB4AF6A9D460004996BA59, L_15, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_0; String_t* L_18 = KeyPairPersistence_get_ContainerName_m7CAF76CF144BFDF9C8A244657270E0DD10428F96(__this, /*hidden argument*/NULL); String_t* L_19 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_17); StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_17, _stringLiteral5124261A957AAD8B441094FC61C9F01CA7DF5AF2, L_18, L_19, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_20 = __this->get__params_4(); NullCheck(L_20); int32_t L_21 = L_20->get_KeyNumber_3(); if ((((int32_t)L_21) == ((int32_t)(-1)))) { goto IL_00af; } } { StringBuilder_t * L_22 = V_0; CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_23 = __this->get__params_4(); NullCheck(L_23); int32_t L_24 = L_23->get_KeyNumber_3(); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_25); NullCheck(L_22); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_22, _stringLiteralECA13F38EF8859FA6861A2EC7368CFF36730AA58, L_26, /*hidden argument*/NULL); } IL_00af: { StringBuilder_t * L_27 = V_0; String_t* L_28 = KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline(__this, /*hidden argument*/NULL); String_t* L_29 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_27); StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_27, _stringLiteral8B80238F1572B08694C3AA104E1EF5675CF81F53, L_28, L_29, /*hidden argument*/NULL); StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeyPairPersistence__cctor_m2AE81D9FCD100D4B53174EC296061079E8209E19_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); ((KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var))->set_lockobj_8(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 Mono.Security.Cryptography.MD2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12 (MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL); ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128)); return; } } // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * L_0 = (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D *)il2cpp_codegen_object_new(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var); MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE(L_0, /*hidden argument*/NULL); 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.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0020; } } { int32_t L_1 = ___nLength0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; V_1 = 0; goto IL_0018; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = ___nLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0018: { int32_t L_7 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))))) { goto IL_000f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0; return L_9; } IL_0020: { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } } // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed__ctor_m3AA78D04611EC5A72DCB0E05FA9E4BF35BC353BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD2__ctor_m6825CB7ABD0EF962BE2DDF6D6A0338F4755CCB12(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_state_4(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_checksum_5(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_buffer_6(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); __this->set_x_8(L_3); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_Initialize_m63E6FA60D908DD7F198AC45E31F05D501DB18C23 (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method) { { __this->set_count_7(0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_state_4(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_checksum_5(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_buffer_6(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_x_8(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)48), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_HashCore_m98D997F7DF5DBEDB369DC3CC42F08F3124DFB46A (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_count_7(); V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = ___cbSize2; __this->set_count_7(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))&(int32_t)((int32_t)15)))); int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_3)); int32_t L_4 = ___cbSize2; int32_t L_5 = V_2; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_006e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___array0; int32_t L_7 = ___ibStart1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_buffer_6(); int32_t L_9 = V_1; int32_t L_10 = V_2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_state_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_checksum_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_buffer_6(); MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F(__this, L_11, L_12, L_13, 0, /*hidden argument*/NULL); int32_t L_14 = V_2; V_0 = L_14; goto IL_0063; } IL_0048: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_state_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_checksum_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___array0; int32_t L_18 = ___ibStart1; int32_t L_19 = V_0; MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F(__this, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)16))); } IL_0063: { int32_t L_21 = V_0; int32_t L_22 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)15)))) < ((int32_t)L_22))) { goto IL_0048; } } { V_1 = 0; goto IL_0070; } IL_006e: { V_0 = 0; } IL_0070: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___array0; int32_t L_24 = ___ibStart1; int32_t L_25 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_buffer_6(); int32_t L_27 = V_1; int32_t L_28 = ___cbSize2; int32_t L_29 = V_0; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (RuntimeArray *)(RuntimeArray *)L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD2Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_HashFinal_mC22ED89C5E99F80645FEB24A02F74BD055C9E32C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_count_7(); V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_1)); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = MD2Managed_Padding_m96B536A6482FE6FFDC610BABEF98B9B50B7164CC(__this, L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, L_5); } IL_001f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_checksum_5(); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_6, 0, ((int32_t)16)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_state_4(); NullCheck((RuntimeArray *)(RuntimeArray *)L_7); RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F (MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___checksum1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block2, int32_t ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed_MD2Transform_m614851FF1D4348A35BE6E495BD64C4AF8361241F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___state0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_x_8(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___block2; int32_t L_3 = ___index3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_x_8(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_2, L_3, (RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)16), ((int32_t)16), /*hidden argument*/NULL); V_1 = 0; goto IL_0040; } IL_0026: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_x_8(); int32_t L_6 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___state0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___block2; int32_t L_12 = ___index3; int32_t L_13 = V_1; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)32)))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10^(int32_t)L_15)))))); int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0040: { int32_t L_17 = V_1; if ((((int32_t)L_17) < ((int32_t)((int32_t)16)))) { goto IL_0026; } } { V_0 = 0; V_2 = 0; goto IL_0084; } IL_004b: { V_3 = 0; goto IL_0071; } IL_004f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_x_8(); int32_t L_19 = V_3; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); int32_t L_21 = *((uint8_t*)L_20); IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->get_PI_SUBST_9(); int32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); int32_t L_26 = (((int32_t)((uint8_t)((int32_t)((int32_t)L_21^(int32_t)L_25))))); V_4 = (uint8_t)L_26; *((int8_t*)L_20) = (int8_t)L_26; uint8_t L_27 = V_4; V_0 = L_27; int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0071: { int32_t L_29 = V_3; if ((((int32_t)L_29) < ((int32_t)((int32_t)48)))) { goto IL_004f; } } { int32_t L_30 = V_0; int32_t L_31 = V_2; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31))&(int32_t)((int32_t)255))); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0084: { int32_t L_33 = V_2; if ((((int32_t)L_33) < ((int32_t)((int32_t)18)))) { goto IL_004b; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_x_8(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___state0; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___checksum1; NullCheck(L_36); int32_t L_37 = ((int32_t)15); uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_0 = L_38; V_5 = 0; goto IL_00cb; } IL_00a3: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___checksum1; int32_t L_40 = V_5; NullCheck(L_39); uint8_t* L_41 = ((L_39)->GetAddressAt(static_cast(L_40))); int32_t L_42 = *((uint8_t*)L_41); IL2CPP_RUNTIME_CLASS_INIT(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->get_PI_SUBST_9(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ___block2; int32_t L_45 = ___index3; int32_t L_46 = V_5; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)); uint8_t L_48 = (L_44)->GetAt(static_cast(L_47)); int32_t L_49 = V_0; NullCheck(L_43); int32_t L_50 = ((int32_t)((int32_t)L_48^(int32_t)L_49)); uint8_t L_51 = (L_43)->GetAt(static_cast(L_50)); int32_t L_52 = (((int32_t)((uint8_t)((int32_t)((int32_t)L_42^(int32_t)L_51))))); V_4 = (uint8_t)L_52; *((int8_t*)L_41) = (int8_t)L_52; uint8_t L_53 = V_4; V_0 = L_53; int32_t L_54 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00cb: { int32_t L_55 = V_5; if ((((int32_t)L_55) < ((int32_t)((int32_t)16)))) { goto IL_00a3; } } { return; } } // System.Void Mono.Security.Cryptography.MD2Managed::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD2Managed__cctor_mDBB2F358C4A7E063F051449FA16B421C30808175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_t760176B8F768C51C56312BCFA399E733A0386D2D_il2cpp_TypeInfo_var))->set_PI_SUBST_9(L_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 // System.Void Mono.Security.Cryptography.MD4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE (MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL); ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128)); return; } } // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * L_0 = (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 *)il2cpp_codegen_object_new(MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526_il2cpp_TypeInfo_var); MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377(L_0, /*hidden argument*/NULL); 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 Mono.Security.Cryptography.MD4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed__ctor_mF17703A604E383D862958476A83783050A0A1377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MD4__ctor_mC595668EADB1280D1F93914A0B11D10E0DFE94AE(__this, /*hidden argument*/NULL); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_state_4(L_0); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_count_6(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_buffer_5(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_digest_8(L_3); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_x_7(L_4); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Initialize_mBFB19BB1C2D45B95FCCB25D69FEAB5ED2FC27147 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method) { { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_count_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)0); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_count_6(); NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)0); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_state_4(); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_state_4(); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_state_4(); NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_5 = __this->get_state_4(); NullCheck(L_5); (L_5)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_buffer_5(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_6, 0, ((int32_t)64), /*hidden argument*/NULL); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_x_7(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HashCore_mF9E8052EB388A80DDF48024C9D4AF0E118830903 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get_count_6(); NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>3))&(int32_t)((int32_t)63))); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_count_6(); NullCheck(L_3); uint32_t* L_4 = ((L_3)->GetAddressAt(static_cast(0))); int32_t L_5 = *((uint32_t*)L_4); int32_t L_6 = ___cbSize2; *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)L_6<<(int32_t)3)))); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_count_6(); NullCheck(L_7); int32_t L_8 = 0; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); int32_t L_10 = ___cbSize2; if ((((int64_t)(((int64_t)((uint64_t)L_9)))) >= ((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_10<<(int32_t)3)))))))) { goto IL_0041; } } { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_11 = __this->get_count_6(); NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(1))); int32_t L_13 = *((uint32_t*)L_12); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0041: { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_count_6(); NullCheck(L_14); uint32_t* L_15 = ((L_14)->GetAddressAt(static_cast(1))); int32_t L_16 = *((uint32_t*)L_15); int32_t L_17 = ___cbSize2; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)((int32_t)L_17>>(int32_t)((int32_t)29))))); int32_t L_18 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_18)); V_2 = 0; int32_t L_19 = ___cbSize2; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_00a4; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___array0; int32_t L_22 = ___ibStart1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_buffer_5(); int32_t L_24 = V_0; int32_t L_25 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_26 = __this->get_state_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_buffer_5(); MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B(__this, L_26, L_27, 0, /*hidden argument*/NULL); int32_t L_28 = V_1; V_2 = L_28; goto IL_009b; } IL_0086: { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_29 = __this->get_state_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___array0; int32_t L_31 = ___ibStart1; int32_t L_32 = V_2; MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B(__this, L_29, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL); int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)64))); } IL_009b: { int32_t L_34 = V_2; int32_t L_35 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)63)))) < ((int32_t)L_35))) { goto IL_0086; } } { V_0 = 0; } IL_00a4: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___array0; int32_t L_37 = ___ibStart1; int32_t L_38 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get_buffer_5(); int32_t L_40 = V_0; int32_t L_41 = ___cbSize2; int32_t L_42 = V_2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), (RuntimeArray *)(RuntimeArray *)L_39, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed_HashFinal_mDA16A5BF7F72A9518AEE2D0BA76BA30DEDD7FE0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_count_6(); MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777(__this, L_1, L_2, /*hidden argument*/NULL); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get_count_6(); NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>3))&(int32_t)((int32_t)63))); uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) >= ((uint32_t)((int32_t)56))))) { goto IL_002d; } } { uint32_t L_7 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)120), (int32_t)L_7)); goto IL_0031; } IL_002d: { uint32_t L_8 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)L_8)); } IL_0031: { V_2 = G_B3_0; int32_t L_9 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6(__this, L_9, /*hidden argument*/NULL); int32_t L_11 = V_2; VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_10, 0, L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0; VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_12, 0, 8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_digest_8(); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_state_4(); MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777(__this, L_13, L_14, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_digest_8(); return L_15; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MD4Managed_Padding_mB3E720C2F0C061DCF82C3A1C29F293C1D758D6F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___nLength0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)128)); return L_3; } IL_0013: { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; uint32_t L_4 = ___y1; uint32_t L_5 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))|(int32_t)((int32_t)((int32_t)L_2&(int32_t)L_3))))|(int32_t)((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint8_t L_1 = ___n1; uint32_t L_2 = ___x0; uint8_t L_3 = ___n1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6 = MD4Managed_F_m2BB4779C56A6035B3B5568C41405B3EC83603527(__this, L_3, L_4, L_5, /*hidden argument*/NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6 = MD4Managed_G_m5A75A049527067AE3ABA021AE3A3F60BFF2DD6E7(__this, L_3, L_4, L_5, /*hidden argument*/NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)((int32_t)1518500249))))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6 = MD4Managed_H_m949F0D24A663441EEDC2EA9477A582F2FA59346A(__this, L_3, L_4, L_5, /*hidden argument*/NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)((int32_t)1859775393))))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12 = MD4Managed_ROL_m76E0B1919FCE2D7976F240B1809C0D2F6D09518A(__this, L_10, L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_m5C87FC4B414BD8F342620189B41E719EB395B777 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output0, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___input1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0038; } IL_0006: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___output0; int32_t L_1 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = ___input1; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___output0; int32_t L_7 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_8 = ___input1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_11>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___output0; int32_t L_13 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = ___input1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_17>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___output0; int32_t L_19 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_20 = ___input1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; uint32_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24))))))); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)4)); } IL_0038: { int32_t L_26 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___output0; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))))) { goto IL_0006; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8 (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___output0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___index2; V_1 = L_0; goto IL_002e; } IL_0006: { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = ___output0; int32_t L_2 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___input1; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___input1; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___input1; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___input1; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24)))))); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)4)); } IL_002e: { int32_t L_21 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_22 = ___output0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))))) { goto IL_0006; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m1020743BFF544357D806101E7A7252774DCE661B (MD4Managed_tD2E7E0BEE98E85196D8D25BA4DBFBA1201C4E526 * __this, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___state0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block1, int32_t ___index2, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = ___state0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = ___state0; NullCheck(L_3); int32_t L_4 = 1; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = ___state0; NullCheck(L_6); int32_t L_7 = 2; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = ___state0; NullCheck(L_9); int32_t L_10 = 3; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_12 = __this->get_x_7(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___block1; int32_t L_14 = ___index2; MD4Managed_Decode_mE29C51CEF04C6FC22A9812500CE61D2E1A31A9D8(__this, L_12, L_13, L_14, /*hidden argument*/NULL); uint32_t L_15 = V_1; uint32_t L_16 = V_2; uint32_t L_17 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_18 = __this->get_x_7(); NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_15, L_16, L_17, L_20, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_21 = V_0; uint32_t L_22 = V_1; uint32_t L_23 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_24 = __this->get_x_7(); NullCheck(L_24); int32_t L_25 = 1; uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_21, L_22, L_23, L_26, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_27 = V_3; uint32_t L_28 = V_0; uint32_t L_29 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_30 = __this->get_x_7(); NullCheck(L_30); int32_t L_31 = 2; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_27, L_28, L_29, L_32, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_33 = V_2; uint32_t L_34 = V_3; uint32_t L_35 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_36 = __this->get_x_7(); NullCheck(L_36); int32_t L_37 = 3; uint32_t L_38 = (L_36)->GetAt(static_cast(L_37)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_33, L_34, L_35, L_38, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_39 = V_1; uint32_t L_40 = V_2; uint32_t L_41 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_42 = __this->get_x_7(); NullCheck(L_42); int32_t L_43 = 4; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_39, L_40, L_41, L_44, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_45 = V_0; uint32_t L_46 = V_1; uint32_t L_47 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_48 = __this->get_x_7(); NullCheck(L_48); int32_t L_49 = 5; uint32_t L_50 = (L_48)->GetAt(static_cast(L_49)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_45, L_46, L_47, L_50, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_51 = V_3; uint32_t L_52 = V_0; uint32_t L_53 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_54 = __this->get_x_7(); NullCheck(L_54); int32_t L_55 = 6; uint32_t L_56 = (L_54)->GetAt(static_cast(L_55)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_51, L_52, L_53, L_56, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_57 = V_2; uint32_t L_58 = V_3; uint32_t L_59 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_60 = __this->get_x_7(); NullCheck(L_60); int32_t L_61 = 7; uint32_t L_62 = (L_60)->GetAt(static_cast(L_61)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_57, L_58, L_59, L_62, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_63 = V_1; uint32_t L_64 = V_2; uint32_t L_65 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_66 = __this->get_x_7(); NullCheck(L_66); int32_t L_67 = 8; uint32_t L_68 = (L_66)->GetAt(static_cast(L_67)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_63, L_64, L_65, L_68, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_69 = V_0; uint32_t L_70 = V_1; uint32_t L_71 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_72 = __this->get_x_7(); NullCheck(L_72); int32_t L_73 = ((int32_t)9); uint32_t L_74 = (L_72)->GetAt(static_cast(L_73)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_69, L_70, L_71, L_74, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_75 = V_3; uint32_t L_76 = V_0; uint32_t L_77 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_78 = __this->get_x_7(); NullCheck(L_78); int32_t L_79 = ((int32_t)10); uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_75, L_76, L_77, L_80, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_81 = V_2; uint32_t L_82 = V_3; uint32_t L_83 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_84 = __this->get_x_7(); NullCheck(L_84); int32_t L_85 = ((int32_t)11); uint32_t L_86 = (L_84)->GetAt(static_cast(L_85)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_81, L_82, L_83, L_86, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_87 = V_1; uint32_t L_88 = V_2; uint32_t L_89 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_90 = __this->get_x_7(); NullCheck(L_90); int32_t L_91 = ((int32_t)12); uint32_t L_92 = (L_90)->GetAt(static_cast(L_91)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_0), L_87, L_88, L_89, L_92, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_93 = V_0; uint32_t L_94 = V_1; uint32_t L_95 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_96 = __this->get_x_7(); NullCheck(L_96); int32_t L_97 = ((int32_t)13); uint32_t L_98 = (L_96)->GetAt(static_cast(L_97)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_3), L_93, L_94, L_95, L_98, (uint8_t)7, /*hidden argument*/NULL); uint32_t L_99 = V_3; uint32_t L_100 = V_0; uint32_t L_101 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_102 = __this->get_x_7(); NullCheck(L_102); int32_t L_103 = ((int32_t)14); uint32_t L_104 = (L_102)->GetAt(static_cast(L_103)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_2), L_99, L_100, L_101, L_104, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_105 = V_2; uint32_t L_106 = V_3; uint32_t L_107 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_108 = __this->get_x_7(); NullCheck(L_108); int32_t L_109 = ((int32_t)15); uint32_t L_110 = (L_108)->GetAt(static_cast(L_109)); MD4Managed_FF_m8F352309F12939B9CF30433E3AC4F70EB1835094(__this, (uint32_t*)(&V_1), L_105, L_106, L_107, L_110, (uint8_t)((int32_t)19), /*hidden argument*/NULL); uint32_t L_111 = V_1; uint32_t L_112 = V_2; uint32_t L_113 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_114 = __this->get_x_7(); NullCheck(L_114); int32_t L_115 = 0; uint32_t L_116 = (L_114)->GetAt(static_cast(L_115)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_111, L_112, L_113, L_116, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_117 = V_0; uint32_t L_118 = V_1; uint32_t L_119 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_120 = __this->get_x_7(); NullCheck(L_120); int32_t L_121 = 4; uint32_t L_122 = (L_120)->GetAt(static_cast(L_121)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_117, L_118, L_119, L_122, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_123 = V_3; uint32_t L_124 = V_0; uint32_t L_125 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_126 = __this->get_x_7(); NullCheck(L_126); int32_t L_127 = 8; uint32_t L_128 = (L_126)->GetAt(static_cast(L_127)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_123, L_124, L_125, L_128, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_129 = V_2; uint32_t L_130 = V_3; uint32_t L_131 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_132 = __this->get_x_7(); NullCheck(L_132); int32_t L_133 = ((int32_t)12); uint32_t L_134 = (L_132)->GetAt(static_cast(L_133)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_129, L_130, L_131, L_134, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_135 = V_1; uint32_t L_136 = V_2; uint32_t L_137 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_138 = __this->get_x_7(); NullCheck(L_138); int32_t L_139 = 1; uint32_t L_140 = (L_138)->GetAt(static_cast(L_139)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_135, L_136, L_137, L_140, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_141 = V_0; uint32_t L_142 = V_1; uint32_t L_143 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_144 = __this->get_x_7(); NullCheck(L_144); int32_t L_145 = 5; uint32_t L_146 = (L_144)->GetAt(static_cast(L_145)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_141, L_142, L_143, L_146, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_147 = V_3; uint32_t L_148 = V_0; uint32_t L_149 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_150 = __this->get_x_7(); NullCheck(L_150); int32_t L_151 = ((int32_t)9); uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_147, L_148, L_149, L_152, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_153 = V_2; uint32_t L_154 = V_3; uint32_t L_155 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_156 = __this->get_x_7(); NullCheck(L_156); int32_t L_157 = ((int32_t)13); uint32_t L_158 = (L_156)->GetAt(static_cast(L_157)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_153, L_154, L_155, L_158, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_159 = V_1; uint32_t L_160 = V_2; uint32_t L_161 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_162 = __this->get_x_7(); NullCheck(L_162); int32_t L_163 = 2; uint32_t L_164 = (L_162)->GetAt(static_cast(L_163)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_159, L_160, L_161, L_164, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_165 = V_0; uint32_t L_166 = V_1; uint32_t L_167 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_168 = __this->get_x_7(); NullCheck(L_168); int32_t L_169 = 6; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_165, L_166, L_167, L_170, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_171 = V_3; uint32_t L_172 = V_0; uint32_t L_173 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_174 = __this->get_x_7(); NullCheck(L_174); int32_t L_175 = ((int32_t)10); uint32_t L_176 = (L_174)->GetAt(static_cast(L_175)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_171, L_172, L_173, L_176, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_177 = V_2; uint32_t L_178 = V_3; uint32_t L_179 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_180 = __this->get_x_7(); NullCheck(L_180); int32_t L_181 = ((int32_t)14); uint32_t L_182 = (L_180)->GetAt(static_cast(L_181)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_177, L_178, L_179, L_182, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_183 = V_1; uint32_t L_184 = V_2; uint32_t L_185 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_186 = __this->get_x_7(); NullCheck(L_186); int32_t L_187 = 3; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_0), L_183, L_184, L_185, L_188, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_189 = V_0; uint32_t L_190 = V_1; uint32_t L_191 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_192 = __this->get_x_7(); NullCheck(L_192); int32_t L_193 = 7; uint32_t L_194 = (L_192)->GetAt(static_cast(L_193)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_3), L_189, L_190, L_191, L_194, (uint8_t)5, /*hidden argument*/NULL); uint32_t L_195 = V_3; uint32_t L_196 = V_0; uint32_t L_197 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_198 = __this->get_x_7(); NullCheck(L_198); int32_t L_199 = ((int32_t)11); uint32_t L_200 = (L_198)->GetAt(static_cast(L_199)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_2), L_195, L_196, L_197, L_200, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_201 = V_2; uint32_t L_202 = V_3; uint32_t L_203 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_204 = __this->get_x_7(); NullCheck(L_204); int32_t L_205 = ((int32_t)15); uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); MD4Managed_GG_m673E1D8ED9A1271A4F2D7BB651C2D127AB450DB6(__this, (uint32_t*)(&V_1), L_201, L_202, L_203, L_206, (uint8_t)((int32_t)13), /*hidden argument*/NULL); uint32_t L_207 = V_1; uint32_t L_208 = V_2; uint32_t L_209 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_210 = __this->get_x_7(); NullCheck(L_210); int32_t L_211 = 0; uint32_t L_212 = (L_210)->GetAt(static_cast(L_211)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_207, L_208, L_209, L_212, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_213 = V_0; uint32_t L_214 = V_1; uint32_t L_215 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_216 = __this->get_x_7(); NullCheck(L_216); int32_t L_217 = 8; uint32_t L_218 = (L_216)->GetAt(static_cast(L_217)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_213, L_214, L_215, L_218, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_219 = V_3; uint32_t L_220 = V_0; uint32_t L_221 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_222 = __this->get_x_7(); NullCheck(L_222); int32_t L_223 = 4; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_219, L_220, L_221, L_224, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_225 = V_2; uint32_t L_226 = V_3; uint32_t L_227 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_228 = __this->get_x_7(); NullCheck(L_228); int32_t L_229 = ((int32_t)12); uint32_t L_230 = (L_228)->GetAt(static_cast(L_229)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_225, L_226, L_227, L_230, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_231 = V_1; uint32_t L_232 = V_2; uint32_t L_233 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_234 = __this->get_x_7(); NullCheck(L_234); int32_t L_235 = 2; uint32_t L_236 = (L_234)->GetAt(static_cast(L_235)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_231, L_232, L_233, L_236, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_237 = V_0; uint32_t L_238 = V_1; uint32_t L_239 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_240 = __this->get_x_7(); NullCheck(L_240); int32_t L_241 = ((int32_t)10); uint32_t L_242 = (L_240)->GetAt(static_cast(L_241)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_237, L_238, L_239, L_242, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_243 = V_3; uint32_t L_244 = V_0; uint32_t L_245 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_246 = __this->get_x_7(); NullCheck(L_246); int32_t L_247 = 6; uint32_t L_248 = (L_246)->GetAt(static_cast(L_247)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_243, L_244, L_245, L_248, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_249 = V_2; uint32_t L_250 = V_3; uint32_t L_251 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_252 = __this->get_x_7(); NullCheck(L_252); int32_t L_253 = ((int32_t)14); uint32_t L_254 = (L_252)->GetAt(static_cast(L_253)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_249, L_250, L_251, L_254, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_255 = V_1; uint32_t L_256 = V_2; uint32_t L_257 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_258 = __this->get_x_7(); NullCheck(L_258); int32_t L_259 = 1; uint32_t L_260 = (L_258)->GetAt(static_cast(L_259)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_255, L_256, L_257, L_260, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_261 = V_0; uint32_t L_262 = V_1; uint32_t L_263 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_264 = __this->get_x_7(); NullCheck(L_264); int32_t L_265 = ((int32_t)9); uint32_t L_266 = (L_264)->GetAt(static_cast(L_265)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_261, L_262, L_263, L_266, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_267 = V_3; uint32_t L_268 = V_0; uint32_t L_269 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_270 = __this->get_x_7(); NullCheck(L_270); int32_t L_271 = 5; uint32_t L_272 = (L_270)->GetAt(static_cast(L_271)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_267, L_268, L_269, L_272, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_273 = V_2; uint32_t L_274 = V_3; uint32_t L_275 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_276 = __this->get_x_7(); NullCheck(L_276); int32_t L_277 = ((int32_t)13); uint32_t L_278 = (L_276)->GetAt(static_cast(L_277)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_273, L_274, L_275, L_278, (uint8_t)((int32_t)15), /*hidden argument*/NULL); uint32_t L_279 = V_1; uint32_t L_280 = V_2; uint32_t L_281 = V_3; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_282 = __this->get_x_7(); NullCheck(L_282); int32_t L_283 = 3; uint32_t L_284 = (L_282)->GetAt(static_cast(L_283)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_0), L_279, L_280, L_281, L_284, (uint8_t)3, /*hidden argument*/NULL); uint32_t L_285 = V_0; uint32_t L_286 = V_1; uint32_t L_287 = V_2; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_288 = __this->get_x_7(); NullCheck(L_288); int32_t L_289 = ((int32_t)11); uint32_t L_290 = (L_288)->GetAt(static_cast(L_289)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_3), L_285, L_286, L_287, L_290, (uint8_t)((int32_t)9), /*hidden argument*/NULL); uint32_t L_291 = V_3; uint32_t L_292 = V_0; uint32_t L_293 = V_1; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_294 = __this->get_x_7(); NullCheck(L_294); int32_t L_295 = 7; uint32_t L_296 = (L_294)->GetAt(static_cast(L_295)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_2), L_291, L_292, L_293, L_296, (uint8_t)((int32_t)11), /*hidden argument*/NULL); uint32_t L_297 = V_2; uint32_t L_298 = V_3; uint32_t L_299 = V_0; UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_300 = __this->get_x_7(); NullCheck(L_300); int32_t L_301 = ((int32_t)15); uint32_t L_302 = (L_300)->GetAt(static_cast(L_301)); MD4Managed_HH_m37D2A038DD89656B81410F273424F161B412D61D(__this, (uint32_t*)(&V_1), L_297, L_298, L_299, L_302, (uint8_t)((int32_t)15), /*hidden argument*/NULL); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_303 = ___state0; NullCheck(L_303); uint32_t* L_304 = ((L_303)->GetAddressAt(static_cast(0))); int32_t L_305 = *((uint32_t*)L_304); uint32_t L_306 = V_0; *((int32_t*)L_304) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)L_306)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_307 = ___state0; NullCheck(L_307); uint32_t* L_308 = ((L_307)->GetAddressAt(static_cast(1))); int32_t L_309 = *((uint32_t*)L_308); uint32_t L_310 = V_1; *((int32_t*)L_308) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_310)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_311 = ___state0; NullCheck(L_311); uint32_t* L_312 = ((L_311)->GetAddressAt(static_cast(2))); int32_t L_313 = *((uint32_t*)L_312); uint32_t L_314 = V_2; *((int32_t*)L_312) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)L_314)); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_315 = ___state0; NullCheck(L_315); uint32_t* L_316 = ((L_315)->GetAddressAt(static_cast(3))); int32_t L_317 = *((uint32_t*)L_316); uint32_t L_318 = V_3; *((int32_t*)L_316) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_317, (int32_t)L_318)); 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.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___name0; uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1935726387))))) { goto IL_0044; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)415037492))))) { goto IL_002f; } } { uint32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)206706215)))) { goto IL_00e5; } } { uint32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)415037492)))) { goto IL_00a9; } } { goto IL_0124; } IL_002f: { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)1918948768)))) { goto IL_0088; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)1935726387)))) { goto IL_009a; } } { goto IL_0124; } IL_0044: { uint32_t L_8 = V_0; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)-1330447974))))) { goto IL_0061; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)2019614482)))) { goto IL_0076; } } { uint32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)-1330447974)))) { goto IL_00b8; } } { goto IL_0124; } IL_0061: { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)-1267551733)))) { goto IL_00d6; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)-1240198026)))) { goto IL_00c7; } } { goto IL_0124; } IL_0076: { String_t* L_13 = ___name0; bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL); if (L_14) { goto IL_00f4; } } { goto IL_0124; } IL_0088: { String_t* L_15 = ___name0; bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteral86E9FFF1D00C68995BA96D3B00B707D9685F6995, /*hidden argument*/NULL); if (L_16) { goto IL_00fa; } } { goto IL_0124; } IL_009a: { String_t* L_17 = ___name0; bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL); if (L_18) { goto IL_0100; } } { goto IL_0124; } IL_00a9: { String_t* L_19 = ___name0; bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); if (L_20) { goto IL_0106; } } { goto IL_0124; } IL_00b8: { String_t* L_21 = ___name0; bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9, /*hidden argument*/NULL); if (L_22) { goto IL_010c; } } { goto IL_0124; } IL_00c7: { String_t* L_23 = ___name0; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB, /*hidden argument*/NULL); if (L_24) { goto IL_0112; } } { goto IL_0124; } IL_00d6: { String_t* L_25 = ___name0; bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73, /*hidden argument*/NULL); if (L_26) { goto IL_0118; } } { goto IL_0124; } IL_00e5: { String_t* L_27 = ___name0; bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E, /*hidden argument*/NULL); if (L_28) { goto IL_011e; } } { goto IL_0124; } IL_00f4: { MD2_tB9DBDA20B8FBE3A0D686434AEBE009BF3E3A35D8 * L_29 = MD2_Create_m36C83D189796BDF2C5003688843F5643D12D60BD(/*hidden argument*/NULL); return L_29; } IL_00fa: { MD4_t93852AA15D7A78709E08A83CA4D5F087FEE8E425 * L_30 = MD4_Create_m7CC02FECCF975814C855B73457655079AADA65DC(/*hidden argument*/NULL); return L_30; } IL_0100: { MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_31 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL); return L_31; } IL_0106: { SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_32 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL); return L_32; } IL_010c: { SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD * L_33 = SHA256_Create_mBB1886B9CB89D706FB87832AB8EC74F3BD835C3F(/*hidden argument*/NULL); return L_33; } IL_0112: { SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 * L_34 = SHA384_Create_m1DB8E3BCF13E7A7A3903B0609491D6A1170C0695(/*hidden argument*/NULL); return L_34; } IL_0118: { SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 * L_35 = SHA512_Create_mFAF244BD7F518A7FFCC07C8858EAC625FDA7B25E(/*hidden argument*/NULL); return L_35; } IL_011e: { RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 * L_36 = RIPEMD160_Create_mA05D45DE1F4811F68B3BFE07CE48E025916D93F0(/*hidden argument*/NULL); return L_36; } IL_0124: { } IL_0125: try { // begin try (depth: 1) String_t* L_37 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C, L_37, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); RuntimeObject * L_39 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_38, /*hidden argument*/NULL); V_1 = ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)CastclassClass((RuntimeObject*)L_39, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var)); goto IL_014a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0138; throw e; } CATCH_0138: { // begin catch(System.Object) String_t* L_40 = ___name0; String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral605F515DB23E613CEB4831C6EACE4C2B023EAEAB, L_40, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_42 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420_RuntimeMethod_var); } // end catch (depth: 1) IL_014a: { HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_43 = V_1; return L_43; } } // System.Void Mono.Security.Cryptography.PKCS1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS1__cctor_mB631F24E12F93448DEDDC356A28C7909F096EF7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA1_0(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA256_1(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_39_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA384_2(L_7); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____E75835D001C843F156FBA01B001DFE1B8029AC17_128_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var))->set_emptySHA512_3(L_10); 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 // System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { { EncryptedPrivateKeyInfo__ctor_mB4642CBDFDB47AB0247235D33B9F0271F2F1131E(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__algorithm_0(); return L_0; } } // System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_EncryptedData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__data_3(); if (!L_0) { goto IL_0019; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__data_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } IL_0019: { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } } // System.Byte[] Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_Salt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__salt_1(); if (L_0) { goto IL_0024; } } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__salt_1(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__salt_1(); NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_3); } IL_0024: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__salt_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::get_IterationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7 (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_2(); return L_0; } } // System.Void Mono.Security.Cryptography.PKCS8_EncryptedPrivateKeyInfo::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B2_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B1_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B4_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B3_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B5_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B14_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B7_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B13_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B12_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = L_1; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); G_B1_0 = L_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { G_B2_0 = L_2; goto IL_001b; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralDCABF61621CAD370E5A1627F06A24046C669ADF8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_001b: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = G_B2_0; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL); G_B3_0 = L_5; if ((((int32_t)L_8) == ((int32_t)((int32_t)48)))) { G_B4_0 = L_5; goto IL_0038; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_9, _stringLiteralBD9F58A710FAC588AA107D63418A112D1F511D9C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_0038: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_0; NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 0, /*hidden argument*/NULL); V_1 = L_11; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_1; NullCheck(L_12); uint8_t L_13 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_12, /*hidden argument*/NULL); G_B5_0 = G_B4_0; if ((((int32_t)L_13) == ((int32_t)6))) { G_B6_0 = G_B4_0; goto IL_0054; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_14 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_14, _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_0054: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_1; String_t* L_16 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_15, /*hidden argument*/NULL); __this->set__algorithm_0(L_16); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_17, /*hidden argument*/NULL); G_B7_0 = G_B6_0; if ((((int32_t)L_18) <= ((int32_t)1))) { G_B14_0 = G_B6_0; goto IL_00d7; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_0; NullCheck(L_19); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 1, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = L_20; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_21, /*hidden argument*/NULL); G_B8_0 = L_21; G_B8_1 = G_B7_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)48)))) { G_B9_0 = L_21; G_B9_1 = G_B7_0; goto IL_0085; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_23 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_23, _stringLiteral613FFB9B58FE9C68FF1D6DE407465C3D9BE81982, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_0085: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = G_B9_0; NullCheck(L_24); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 0, /*hidden argument*/NULL); V_3 = L_25; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_3; NullCheck(L_26); uint8_t L_27 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_26, /*hidden argument*/NULL); G_B10_0 = L_24; G_B10_1 = G_B9_1; if ((((int32_t)L_27) == ((int32_t)4))) { G_B11_0 = L_24; G_B11_1 = G_B9_1; goto IL_00a1; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_28 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_28, _stringLiteralEC870C8EC386B18E4953A9C1A441B73E787FE3E3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_00a1: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_3; NullCheck(L_29); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_29, /*hidden argument*/NULL); __this->set__salt_1(L_30); NullCheck(G_B11_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B11_0, 1, /*hidden argument*/NULL); V_4 = L_31; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_4; NullCheck(L_32); uint8_t L_33 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_32, /*hidden argument*/NULL); G_B12_0 = G_B11_1; if ((((int32_t)L_33) == ((int32_t)2))) { G_B13_0 = G_B11_1; goto IL_00ca; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_34 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_34, _stringLiteralA28F5F35CE0911B6863CEB2418D166A24D8E77FA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_00ca: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = V_4; int32_t L_36 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_35, /*hidden argument*/NULL); __this->set__iterations_2(L_36); G_B14_0 = G_B13_0; } IL_00d7: { NullCheck(G_B14_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B14_0, 1, /*hidden argument*/NULL); V_2 = L_37; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_2; NullCheck(L_38); uint8_t L_39 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)4))) { goto IL_00f2; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_40 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_40, _stringLiteral8CE5CDE3AE12BB7F114211660525770636C8128A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, EncryptedPrivateKeyInfo_Decode_m3E3AA4170C1FF3926173D62B6B5AAB818D88EC1A_RuntimeMethod_var); } IL_00f2: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_41 = V_2; NullCheck(L_41); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_41, /*hidden argument*/NULL); __this->set__data_3(L_42); 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 Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2 (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set__version_0(0); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set__list_3(L_0); return; } } // System.Void Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { { PrivateKeyInfo__ctor_mFFC093CE8E4AD3CBC1BBFF193CB96BA4359D88B2(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__key_2(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__key_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; int32_t V_5 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B5_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001c; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral2BBCCAEF340E6A667F3B3DEDEBD6B2545083F4B4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var); } IL_001c: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_1; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_0038; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_9, _stringLiteralAE01F992CF8E34DD0175C6CC6992DE1FB67CFFCF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var); } IL_0038: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_1; NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__version_0(L_13); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = V_0; NullCheck(L_14); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, 1, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = L_15; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_16, /*hidden argument*/NULL); G_B5_0 = L_16; if ((((int32_t)L_17) == ((int32_t)((int32_t)48)))) { G_B6_0 = L_16; goto IL_0062; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_18 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_18, _stringLiteralB6A6783D731A42C54B01BD71A6FD5F120594BE18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var); } IL_0062: { NullCheck(G_B6_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B6_0, 0, /*hidden argument*/NULL); V_2 = L_19; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = V_2; NullCheck(L_20); uint8_t L_21 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)6))) { goto IL_007d; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_22, _stringLiteral84FF1FC8EFD0C9C1C39DF85058324C2B8AAAC64C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, PrivateKeyInfo_Decode_mA1542B21663340AAC7A2AA62500242C1EC8D2E7F_RuntimeMethod_var); } IL_007d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_2; String_t* L_24 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_23, /*hidden argument*/NULL); __this->set__algorithm_1(L_24); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_0; NullCheck(L_25); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_25, 2, /*hidden argument*/NULL); V_3 = L_26; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = V_3; NullCheck(L_27); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_27, /*hidden argument*/NULL); __this->set__key_2(L_28); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)3))) { goto IL_00da; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = V_0; NullCheck(L_31); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_31, 3, /*hidden argument*/NULL); V_4 = L_32; V_5 = 0; goto IL_00cf; } IL_00b4: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_33 = __this->get__list_3(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_4; int32_t L_35 = V_5; NullCheck(L_34); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_34, L_35, /*hidden argument*/NULL); NullCheck(L_33); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_36); int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00cf: { int32_t L_38 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = V_4; NullCheck(L_39); int32_t L_40 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_39, /*hidden argument*/NULL); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_00b4; } } IL_00da: { return; } } // System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::RemoveLeadingZero(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; { V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bigInt0; NullCheck(L_0); V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bigInt0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if (L_3) { goto IL_0011; } } { V_0 = 1; int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); } IL_0011: { int32_t L_5 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bigInt0; int32_t L_8 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2; int32_t L_10 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, L_8, (RuntimeArray *)(RuntimeArray *)L_9, 0, L_10, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2; return L_11; } } // System.Byte[] Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::Normalize(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bigInt0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bigInt0; NullCheck(L_0); int32_t L_1 = ___length1; if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)L_1)))) { goto IL_0008; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bigInt0; return L_2; } IL_0008: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bigInt0; NullCheck(L_3); int32_t L_4 = ___length1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) <= ((int32_t)L_4))) { goto IL_0015; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bigInt0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_5, /*hidden argument*/NULL); return L_6; } IL_0015: { int32_t L_7 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___bigInt0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0; int32_t L_11 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bigInt0; NullCheck(L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bigInt0; NullCheck(L_13); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0; return L_14; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keypair0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___keypair0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001c; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var); } IL_001c: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0036; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_8 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_8, _stringLiteral9DB65CFA2237AB1A2FB1D568E668EC18B0803849, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var); } IL_0036: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) >= ((int32_t)((int32_t)9)))) { goto IL_004b; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_11 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_11, _stringLiteral1D9F018C6242ECF50722E7E37BA5BA97733D3906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118_RuntimeMethod_var); } IL_004b: { il2cpp_codegen_initobj((&V_1), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 )); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_0; NullCheck(L_12); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_12, 1, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_14, /*hidden argument*/NULL); (&V_1)->set_Modulus_1(L_15); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_16 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16.get_Modulus_1(); NullCheck(L_17); V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))); int32_t L_18 = V_2; V_3 = ((int32_t)((int32_t)L_18>>(int32_t)1)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_0; NullCheck(L_19); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 3, /*hidden argument*/NULL); NullCheck(L_20); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_20, /*hidden argument*/NULL); int32_t L_22 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_21, L_22, /*hidden argument*/NULL); (&V_1)->set_D_7(L_23); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_0; NullCheck(L_24); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 6, /*hidden argument*/NULL); NullCheck(L_25); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_25, /*hidden argument*/NULL); int32_t L_27 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_26, L_27, /*hidden argument*/NULL); (&V_1)->set_DP_4(L_28); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_0; NullCheck(L_29); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 7, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_30, /*hidden argument*/NULL); int32_t L_32 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_31, L_32, /*hidden argument*/NULL); (&V_1)->set_DQ_5(L_33); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_0; NullCheck(L_34); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_34, 2, /*hidden argument*/NULL); NullCheck(L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_35, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = PrivateKeyInfo_RemoveLeadingZero_m3CFFB8491961AC7498A8242107268B4E08F767A7(L_36, /*hidden argument*/NULL); (&V_1)->set_Exponent_0(L_37); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_0; NullCheck(L_38); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_38, 8, /*hidden argument*/NULL); NullCheck(L_39); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_39, /*hidden argument*/NULL); int32_t L_41 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_40, L_41, /*hidden argument*/NULL); (&V_1)->set_InverseQ_6(L_42); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_0; NullCheck(L_43); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_43, 4, /*hidden argument*/NULL); NullCheck(L_44); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_44, /*hidden argument*/NULL); int32_t L_46 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_45, L_46, /*hidden argument*/NULL); (&V_1)->set_P_2(L_47); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_48 = V_0; NullCheck(L_48); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_48, 5, /*hidden argument*/NULL); NullCheck(L_49); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_49, /*hidden argument*/NULL); int32_t L_51 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_50, L_51, /*hidden argument*/NULL); (&V_1)->set_Q_3(L_52); V_4 = (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)NULL; } IL_0129: try { // begin try (depth: 1) RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_53 = RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB(/*hidden argument*/NULL); V_4 = L_53; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_54 = V_4; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_55 = V_1; NullCheck(L_54); VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_54, L_55); goto IL_0158; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_013a; throw e; } CATCH_013a: { // begin catch(System.Security.Cryptography.CryptographicException) CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_56 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var); CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_56, /*hidden argument*/NULL); CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_57 = L_56; NullCheck(L_57); CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(L_57, 1, /*hidden argument*/NULL); RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_58 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m1688FF86ACB164CE19D754507AA1D87535BC2A30(L_58, L_57, /*hidden argument*/NULL); V_4 = L_58; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_59 = V_4; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_60 = V_1; NullCheck(L_59); VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_59, L_60); goto IL_0158; } // end catch (depth: 1) IL_0158: { RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_61 = V_4; return L_61; } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8_PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___privateKey0, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___dsaParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___privateKey0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_001b; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteralB69A13D63C5676008946ACB845A85AF96AEE9389, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31_RuntimeMethod_var); } IL_001b: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_5, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = PrivateKeyInfo_Normalize_m81A155DF0E23A6F8342875076FE000A949C02A44(L_6, ((int32_t)20), /*hidden argument*/NULL); (&___dsaParameters1)->set_X_5(L_7); DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_8 = DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA(/*hidden argument*/NULL); DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_9 = L_8; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_10 = ___dsaParameters1; NullCheck(L_9); VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_9, L_10); return L_9; } } #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 Mono.Security.Cryptography.RC4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4__ctor_mC5832FCEC7386029697E64BA5C9417843B385DE1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755(__this, /*hidden argument*/NULL); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)128)); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_BlockSizeValue_0(((int32_t)64)); int32_t L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_BlockSizeValue_0(); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9(); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalBlockSizesValue_4(L_1); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_2 = ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10(); ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalKeySizesValue_5(L_2); return; } } // System.Byte[] Mono.Security.Cryptography.RC4::get_IV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4_get_IV_m8D5D90FF02D5DB409F8CB5BBD575A46A05928565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Void Mono.Security.Cryptography.RC4::set_IV(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4_set_IV_mDD2009A54342ECCA11041893D72DC88D03050EA4 (RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { { return; } } // Mono.Security.Cryptography.RC4 Mono.Security.Cryptography.RC4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 * L_0 = (ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4 *)il2cpp_codegen_object_new(ARC4Managed_tA2CBFD7D8D17134F633863DCCA4AE4469AF909E4_il2cpp_TypeInfo_var); ARC4Managed__ctor_mA66A866D58CBACF8BAF2F6ABB50013CB1EB498AB(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void Mono.Security.Cryptography.RC4::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RC4__cctor_m4279215E0A88AB75DE0676F8D4A43EC2810E7153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = L_0; KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var); KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2); ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_3 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_4 = L_3; KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_5 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var); KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_5, ((int32_t)40), ((int32_t)2048), 8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_5); ((RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_StaticFields*)il2cpp_codegen_static_fields_for(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4); 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 Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged__ctor_m699C55D2A9C4C74BE49D79CCB52F31DA320D7C15_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_keyBlinding_3((bool)1); RSA__ctor_m5B3A9F1525FBE259BD7A5123F9A7ADE4B07BE683(__this, /*hidden argument*/NULL); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_LegalKeySizesValue_1(L_0); KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->get_LegalKeySizesValue_1(); KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var); KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2); int32_t L_3 = ___keySize0; AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Finalize_m8E2E584803BED107538B107A3DB8B05E92D0ABC3 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))>>(int32_t)1)); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); int32_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = BigInteger_op_Implicit_m8FC65295DF8A02AFACD4118E19156DB6BE430417(((int32_t)65537), /*hidden argument*/NULL); __this->set_e_13(L_3); } IL_0024: { int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_5 = BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57(L_4, /*hidden argument*/NULL); __this->set_p_7(L_5); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_p_7(); uint32_t L_7 = BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2(L_6, ((int32_t)65537), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_0024; } } IL_0043: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = BigInteger_GeneratePseudoPrime_mF641CA5C1E5F8230B540C41683045BD65C7B0B57(L_8, /*hidden argument*/NULL); __this->set_q_8(L_9); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_q_8(); uint32_t L_11 = BigInteger_op_Modulus_m87DF0D870DA7481DCC9E22F488E173DB66B8BAD2(L_10, ((int32_t)65537), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0043; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_p_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_14 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0043; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = __this->get_p_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_15, L_16, /*hidden argument*/NULL); __this->set_n_12(L_17); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = __this->get_n_12(); NullCheck(L_18); int32_t L_19 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_18, /*hidden argument*/NULL); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_00c0; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = __this->get_p_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_23 = BigInteger_op_LessThan_mCD33316F29326849C4C06380C2D8A82B4C3AEBA1(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0043; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = __this->get_q_8(); __this->set_p_7(L_24); goto IL_0043; } IL_00c0: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_26 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_27 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_28 = __this->get_q_8(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_29 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_31 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = V_3; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_33 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_31, L_32, /*hidden argument*/NULL); V_4 = L_33; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = __this->get_e_13(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = V_4; NullCheck(L_34); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_34, L_35, /*hidden argument*/NULL); __this->set_d_6(L_36); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_37 = __this->get_d_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_39 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_37, L_38, /*hidden argument*/NULL); __this->set_dp_9(L_39); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = __this->get_d_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = V_3; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_42 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_40, L_41, /*hidden argument*/NULL); __this->set_dq_10(L_42); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_43 = __this->get_q_8(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = __this->get_p_7(); NullCheck(L_43); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_43, L_44, /*hidden argument*/NULL); __this->set_qInv_11(L_45); __this->set_keypairGenerated_4((bool)1); __this->set_isCRTpossible_2((bool)1); KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_46 = __this->get_KeyGenerated_14(); if (!L_46) { goto IL_015e; } } { KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_47 = __this->get_KeyGenerated_14(); NullCheck(L_47); KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D(L_47, __this, (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *)NULL, /*hidden argument*/NULL); } IL_015e: { return; } } // System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232 (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_get_KeySize_m68D3929C5B0F89202785BC8E0BD472361CD0D232_RuntimeMethod_var); } IL_0018: { bool L_3 = __this->get_keypairGenerated_4(); if (!L_3) { goto IL_003b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_n_12(); NullCheck(L_4); int32_t L_5 = BigInteger_BitCount_m55F891B0F0CB6EA74B7D9DF946AA76CB3B0BC487(L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if (!((int32_t)((int32_t)L_6&(int32_t)7))) { goto IL_0039; } } { int32_t L_7 = V_0; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_8&(int32_t)7)))))); } IL_0039: { int32_t L_9 = V_0; return L_9; } IL_003b: { int32_t L_10 = AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline(__this, /*hidden argument*/NULL); return L_10; } } // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_get_PublicOnly_m0E75FCF0C80BF3D1D810F070EB5CC403D004BDAC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_keypairGenerated_4(); if (!L_0) { goto IL_0025; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_4 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_3, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); return L_4; } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var); } IL_0018: { bool L_3 = __this->get_keypairGenerated_4(); if (L_3) { goto IL_0026; } } { RSAManaged_GenerateKeyPair_mE7A78E915B5E65BF4DDEE9B2E099FFAE294D07FC(__this, /*hidden argument*/NULL); } IL_0026: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 )); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_e_13(); NullCheck(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_4, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_5); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_n_12(); NullCheck(L_6); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_6, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_7); bool L_8 = ___includePrivateParameters0; if (!L_8) { goto IL_0188; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_10 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_9, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0071; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_11 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_11, _stringLiteral1B455B5B6120697EB57C6A65C3F3E98FD311227A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, RSAManaged_ExportParameters_m286E5F353FC50A56FD9FA0D3648CD89F8087376E_RuntimeMethod_var); } IL_0071: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_d_6(); NullCheck(L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_12, /*hidden argument*/NULL); (&V_0)->set_D_7(L_13); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_14 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14.get_D_7(); NullCheck(L_15); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16.get_Modulus_1(); NullCheck(L_17); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_00cc; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_18 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18.get_Modulus_1(); NullCheck(L_19); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))); V_1 = L_20; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_21 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_21.get_D_7(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_1; NullCheck(L_24); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_25 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25.get_D_7(); NullCheck(L_26); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_27 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = L_27.get_D_7(); NullCheck(L_28); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1; (&V_0)->set_D_7(L_29); } IL_00cc: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_31 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_30, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_31) { goto IL_0188; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_32 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_33 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_32, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_0188; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_34 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_35 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_34, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_35) { goto IL_0188; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_36 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_37 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_36, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_0188; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_38 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_39 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_38, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_39) { goto IL_0188; } } { int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_2 = ((int32_t)((int32_t)L_40>>(int32_t)4)); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_41 = __this->get_p_7(); int32_t L_42 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_41, L_42, /*hidden argument*/NULL); (&V_0)->set_P_2(L_43); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_44 = __this->get_q_8(); int32_t L_45 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_44, L_45, /*hidden argument*/NULL); (&V_0)->set_Q_3(L_46); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_47 = __this->get_dp_9(); int32_t L_48 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_47, L_48, /*hidden argument*/NULL); (&V_0)->set_DP_4(L_49); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = __this->get_dq_10(); int32_t L_51 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_50, L_51, /*hidden argument*/NULL); (&V_0)->set_DQ_5(L_52); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_53 = __this->get_qInv_11(); int32_t L_54 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A(__this, L_53, L_54, /*hidden argument*/NULL); (&V_0)->set_InverseQ_6(L_55); } IL_0188: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_56 = V_0; return L_56; } } // System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_2 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_3 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_4 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_5 = NULL; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * V_6 = NULL; int32_t G_B22_0 = 0; RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B25_0 = NULL; RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B23_0 = NULL; RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B24_0 = NULL; int32_t G_B26_0 = 0; RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * G_B26_1 = NULL; int32_t G_B35_0 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDDE273A77F7B5FE50165399E85E5C2F0687C548D, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var); } IL_0018: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_3 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3.get_Exponent_0(); if (L_4) { goto IL_0030; } } { String_t* L_5 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral1BFBA49274D5FFD04A381E293A69A95116E371E9, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_6 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var); } IL_0030: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_7 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7.get_Modulus_1(); if (L_8) { goto IL_0048; } } { String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralCF8640B2F06532BE2709134CF9028B273081AA99, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var); } IL_0048: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_11 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11.get_Exponent_0(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_13, L_12, /*hidden argument*/NULL); __this->set_e_13(L_13); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_14 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14.get_Modulus_1(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_16, L_15, /*hidden argument*/NULL); __this->set_n_12(L_16); V_2 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL; __this->set_q_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_17 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = L_17; V_2 = L_18; __this->set_p_7(L_18); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_19 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = L_19; V_2 = L_20; __this->set_qInv_11(L_20); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_21 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = L_21; V_2 = L_22; __this->set_dq_10(L_22); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = V_2; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_24 = L_23; V_2 = L_24; __this->set_dp_9(L_24); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = V_2; __this->set_d_6(L_25); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_26 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26.get_D_7(); if (!L_27) { goto IL_00b7; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_28 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = L_28.get_D_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_30 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_30, L_29, /*hidden argument*/NULL); __this->set_d_6(L_30); } IL_00b7: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_31 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_DP_4(); if (!L_32) { goto IL_00d0; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_33 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_DP_4(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_35 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_35, L_34, /*hidden argument*/NULL); __this->set_dp_9(L_35); } IL_00d0: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_36 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36.get_DQ_5(); if (!L_37) { goto IL_00e9; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_38 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_38.get_DQ_5(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_40 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_40, L_39, /*hidden argument*/NULL); __this->set_dq_10(L_40); } IL_00e9: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_41 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_InverseQ_6(); if (!L_42) { goto IL_0102; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_43 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = L_43.get_InverseQ_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_45 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_45, L_44, /*hidden argument*/NULL); __this->set_qInv_11(L_45); } IL_0102: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_46 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46.get_P_2(); if (!L_47) { goto IL_011b; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_48 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_48.get_P_2(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_50 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_50, L_49, /*hidden argument*/NULL); __this->set_p_7(L_50); } IL_011b: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_51 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = L_51.get_Q_3(); if (!L_52) { goto IL_0134; } } { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_53 = ___parameters0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = L_53.get_Q_3(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_55 = (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)il2cpp_codegen_object_new(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger__ctor_m3D26EA41D287712CF88F08F654A9F0A4DA31C156(L_55, L_54, /*hidden argument*/NULL); __this->set_q_8(L_55); } IL_0134: { __this->set_keypairGenerated_4((bool)1); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_56 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_57 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_56, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_57) { goto IL_0165; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_58 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_59 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_58, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_59) { goto IL_0165; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_60 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_61 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_60, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_61)); goto IL_0166; } IL_0165: { G_B22_0 = 0; } IL_0166: { V_0 = (bool)G_B22_0; bool L_62 = V_0; G_B23_0 = __this; if (!L_62) { G_B25_0 = __this; goto IL_0187; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_63 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_64 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_63, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); G_B24_0 = G_B23_0; if (!L_64) { G_B25_0 = G_B23_0; goto IL_0187; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_65 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_66 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_65, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); G_B26_0 = ((int32_t)(L_66)); G_B26_1 = G_B24_0; goto IL_0188; } IL_0187: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_0188: { NullCheck(G_B26_1); G_B26_1->set_isCRTpossible_2((bool)G_B26_0); bool L_67 = V_0; if (L_67) { goto IL_0191; } } { return; } IL_0191: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_68 = __this->get_n_12(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_69 = __this->get_p_7(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_70 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_71 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_69, L_70, /*hidden argument*/NULL); bool L_72 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_68, L_71, /*hidden argument*/NULL); V_1 = L_72; bool L_73 = V_1; if (!L_73) { goto IL_0256; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_74 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_75 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_76 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_74, L_75, /*hidden argument*/NULL); V_3 = L_76; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_77 = __this->get_q_8(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_78 = BigInteger_op_Implicit_mEBF0ECC029472845A907AE9527CF5C42A2E8D2F0(1, /*hidden argument*/NULL); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_79 = BigInteger_op_Subtraction_mAADE8B324AE3DAD5AE94A1A8C54082689898F783(L_77, L_78, /*hidden argument*/NULL); V_4 = L_79; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_80 = V_3; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_81 = V_4; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_82 = BigInteger_op_Multiply_m1FFF28672DB386B441AA9572A3D7F330294920A4(L_80, L_81, /*hidden argument*/NULL); V_5 = L_82; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_83 = __this->get_e_13(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_84 = V_5; NullCheck(L_83); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_85 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_83, L_84, /*hidden argument*/NULL); V_6 = L_85; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_86 = __this->get_d_6(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_87 = V_6; bool L_88 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_86, L_87, /*hidden argument*/NULL); V_1 = L_88; bool L_89 = V_1; if (L_89) { goto IL_0256; } } { bool L_90 = __this->get_isCRTpossible_2(); if (!L_90) { goto IL_0256; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_91 = __this->get_dp_9(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_92 = V_6; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_93 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_94 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_92, L_93, /*hidden argument*/NULL); bool L_95 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_91, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0254; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_96 = __this->get_dq_10(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_97 = V_6; BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_98 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_99 = BigInteger_op_Modulus_mA18F436ECDB19BC874B195221FC3580EEAEAAC0A(L_97, L_98, /*hidden argument*/NULL); bool L_100 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_96, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_0254; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_101 = __this->get_qInv_11(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_102 = __this->get_q_8(); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_103 = __this->get_p_7(); NullCheck(L_102); BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_104 = BigInteger_ModInverse_m9419F7E4554F4D5749099C51E4B2E7E29C02F2F3(L_102, L_103, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_105 = BigInteger_op_Equality_mEB4551FE62AB42535941C10AB60EB87BF3209209(L_101, L_104, /*hidden argument*/NULL); G_B35_0 = ((int32_t)(L_105)); goto IL_0255; } IL_0254: { G_B35_0 = 0; } IL_0255: { V_1 = (bool)G_B35_0; } IL_0256: { bool L_106 = V_1; if (L_106) { goto IL_0269; } } { String_t* L_107 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBA5B3EECE056B8FA19F9675DC6B2C3279F72B203, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_108 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_108, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, RSAManaged_ImportParameters_m5F0E73EA3C372E5A7BA10AF7CA1792729B2EB61D_RuntimeMethod_var); } IL_0269: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_Dispose_m5948EC5DEFB0CF1E3C04EE0E86459314C67778CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_5(); if (L_0) { goto IL_010e; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_2 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_1, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_3 = __this->get_d_6(); NullCheck(L_3); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_3, /*hidden argument*/NULL); __this->set_d_6((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_002b: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_4 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_5 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_4, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_6 = __this->get_p_7(); NullCheck(L_6); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_6, /*hidden argument*/NULL); __this->set_p_7((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_004b: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_7 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_8 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_7, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_006b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_9 = __this->get_q_8(); NullCheck(L_9); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_9, /*hidden argument*/NULL); __this->set_q_8((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_006b: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_10 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_11 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_10, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_008b; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_12 = __this->get_dp_9(); NullCheck(L_12); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_12, /*hidden argument*/NULL); __this->set_dp_9((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_008b: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_13 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_14 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_13, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_00ab; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_15 = __this->get_dq_10(); NullCheck(L_15); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_15, /*hidden argument*/NULL); __this->set_dq_10((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00ab: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_16 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_17 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_16, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_00cb; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_18 = __this->get_qInv_11(); NullCheck(L_18); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_18, /*hidden argument*/NULL); __this->set_qInv_11((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00cb: { bool L_19 = ___disposing0; if (!L_19) { goto IL_010e; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_20 = __this->get_e_13(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_21 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_20, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00ee; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_22 = __this->get_e_13(); NullCheck(L_22); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_22, /*hidden argument*/NULL); __this->set_e_13((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_00ee: { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_23 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299_il2cpp_TypeInfo_var); bool L_24 = BigInteger_op_Inequality_m34CF1A4678FF8B20BDC99309B0B46B0AFB7FAC2B(L_23, (BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_010e; } } { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_25 = __this->get_n_12(); NullCheck(L_25); BigInteger_Clear_m5683BFEA0BFF3EEFA56967E535A9053BDDBD5EED(L_25, /*hidden argument*/NULL); __this->set_n_12((BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 *)NULL); } IL_010e: { __this->set_m_disposed_5((bool)1); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_add_KeyGenerated_m104032C4E638977B1C7EAC4D504615FCC625191A_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_0 = NULL; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_1 = NULL; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_2 = NULL; { KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_2 = V_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_6 = V_2; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_7 = V_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_9 = V_0; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_remove_KeyGenerated_mA174FA4F8EFDF83952C091961B30DD4B9981925C_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_0 = NULL; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_1 = NULL; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * V_2 = NULL; { KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_2 = V_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_6 = V_2; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_7 = V_1; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_9 = V_0; KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 *)L_10)))) { goto IL_0007; } } { return; } } // System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___includePrivateParameters0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_2 = VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(10 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_1); V_1 = L_2; } IL_000e: try { // begin try (depth: 1) { StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteral2573431B92F35769F17226527DDA47049FF4A0DF, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteral389F2CE8BCC7BBD0A3FF8EEE933CAD8BCD045174, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_6 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6.get_Modulus_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_8 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_7, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_8, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteralE1389F27DE95DF8DE493690AD602D0D9C4B8A064, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_10, _stringLiteral3F00283C1F56E677FC4B8300E75C719DD482B456, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_12 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12.get_Exponent_0(); String_t* L_14 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_13, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralBDEFEB489575DFA1A3BA1FCA02FEA1FB3C42F6EA, /*hidden argument*/NULL); bool L_16 = ___includePrivateParameters0; if (!L_16) { goto IL_0198; } } IL_0074: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_17 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17.get_P_2(); if (!L_18) { goto IL_00a6; } } IL_007c: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_21 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_21.get_P_2(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_23 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_22, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_23, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3, /*hidden argument*/NULL); } IL_00a6: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_25 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25.get_Q_3(); if (!L_26) { goto IL_00d8; } } IL_00ae: { StringBuilder_t * L_27 = V_0; NullCheck(L_27); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, _stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A, /*hidden argument*/NULL); StringBuilder_t * L_28 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_29 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29.get_Q_3(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_31 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_30, /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_31, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_0; NullCheck(L_32); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5, /*hidden argument*/NULL); } IL_00d8: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_33 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33.get_DP_4(); if (!L_34) { goto IL_010a; } } IL_00e0: { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, _stringLiteralC376AAE863FED7F2100B15B45F998504B3C30559, /*hidden argument*/NULL); StringBuilder_t * L_36 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_37 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37.get_DP_4(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_39 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_38, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, L_39, /*hidden argument*/NULL); StringBuilder_t * L_40 = V_0; NullCheck(L_40); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, _stringLiteral3F2997F78A546288F461F90F87679397A1E5A51F, /*hidden argument*/NULL); } IL_010a: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_41 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_DQ_5(); if (!L_42) { goto IL_013c; } } IL_0112: { StringBuilder_t * L_43 = V_0; NullCheck(L_43); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral669EC1C9F3C16BB6049E4E62DED3D267DB25932E, /*hidden argument*/NULL); StringBuilder_t * L_44 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_45 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = L_45.get_DQ_5(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_47 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_46, /*hidden argument*/NULL); NullCheck(L_44); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, L_47, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_0; NullCheck(L_48); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteral9444DC2D03948DE0E3F0FB612AC887006E0DC23E, /*hidden argument*/NULL); } IL_013c: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_49 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = L_49.get_InverseQ_6(); if (!L_50) { goto IL_016e; } } IL_0144: { StringBuilder_t * L_51 = V_0; NullCheck(L_51); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_51, _stringLiteral9636E74995FF458A887B597EABB50C7D35056A34, /*hidden argument*/NULL); StringBuilder_t * L_52 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_53 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = L_53.get_InverseQ_6(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_55 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_54, /*hidden argument*/NULL); NullCheck(L_52); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_52, L_55, /*hidden argument*/NULL); StringBuilder_t * L_56 = V_0; NullCheck(L_56); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_56, _stringLiteral16027BD069AB27D060EBB9DE6EF1E9ECA4BC97E2, /*hidden argument*/NULL); } IL_016e: { StringBuilder_t * L_57 = V_0; NullCheck(L_57); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_57, _stringLiteralA5F656374D7FF6B837776376DF09B2C531805C9E, /*hidden argument*/NULL); StringBuilder_t * L_58 = V_0; RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_59 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = L_59.get_D_7(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_61 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_60, /*hidden argument*/NULL); NullCheck(L_58); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_58, L_61, /*hidden argument*/NULL); StringBuilder_t * L_62 = V_0; NullCheck(L_62); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, _stringLiteral9D47261D808C7285426E7FA767344B13B392D7D2, /*hidden argument*/NULL); } IL_0198: { StringBuilder_t * L_63 = V_0; NullCheck(L_63); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_63, _stringLiteral09AB7D22A03780085A8E13440BC03282C58B11C9, /*hidden argument*/NULL); goto IL_0254; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01a9; throw e; } CATCH_01a9: { // begin catch(System.Object) { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_64 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = L_64.get_P_2(); if (!L_65) { goto IL_01c6; } } IL_01b2: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_66 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = L_66.get_P_2(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_68 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = L_68.get_P_2(); NullCheck(L_69); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_67, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), /*hidden argument*/NULL); } IL_01c6: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_70 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = L_70.get_Q_3(); if (!L_71) { goto IL_01e2; } } IL_01ce: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_72 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = L_72.get_Q_3(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_74 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = L_74.get_Q_3(); NullCheck(L_75); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_73, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))), /*hidden argument*/NULL); } IL_01e2: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_76 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = L_76.get_DP_4(); if (!L_77) { goto IL_01fe; } } IL_01ea: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_78 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = L_78.get_DP_4(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_80 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = L_80.get_DP_4(); NullCheck(L_81); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_79, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))), /*hidden argument*/NULL); } IL_01fe: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_82 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = L_82.get_DQ_5(); if (!L_83) { goto IL_021a; } } IL_0206: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_84 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = L_84.get_DQ_5(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_86 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = L_86.get_DQ_5(); NullCheck(L_87); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_85, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_87)->max_length)))), /*hidden argument*/NULL); } IL_021a: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_88 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = L_88.get_InverseQ_6(); if (!L_89) { goto IL_0236; } } IL_0222: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_90 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = L_90.get_InverseQ_6(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_92 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = L_92.get_InverseQ_6(); NullCheck(L_93); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_91, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length)))), /*hidden argument*/NULL); } IL_0236: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_94 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = L_94.get_D_7(); if (!L_95) { goto IL_0252; } } IL_023e: { RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_96 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = L_96.get_D_7(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_98 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = L_98.get_D_7(); NullCheck(L_99); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_97, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length)))), /*hidden argument*/NULL); } IL_0252: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, RSAManaged_ToXmlString_m8E9EFD71530D51CA123BED1E3B9385FF95869F0A_RuntimeMethod_var); } } // end catch (depth: 1) IL_0254: { StringBuilder_t * L_100 = V_0; NullCheck(L_100); String_t* L_101 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_100); return L_101; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A (RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * __this, BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RSAManaged_GetPaddedValue_m6EB8E2267C1320FA83315D88A9297B490835FE8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * L_0 = ___value0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = BigInteger_GetBytes_m8CF0DA35A79EBB80B36EDED001EF3F2F535672FE(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ___length1; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) < ((int32_t)L_3))) { goto IL_000f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; return L_4; } IL_000f: { int32_t L_5 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1; int32_t L_9 = ___length1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0; NullCheck(L_11); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0; NullCheck(L_13); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_12, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1; return L_14; } } #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 Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m1D476DC447C27E893BE469F65E6473201AAB54EC (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mCECB2E15C59113C6F54E0A0927548E16FA38807D (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___e1) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___sender0) - 1), ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_m4CEFD35C158E4EEC7FD171B52A7D6B02D1CD2B78 (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_EndInvoke_mD3EE951FEC7E9CE8DA3FCF36C8F96A9BA4F227E7 (KeyGeneratedEventHandler_tC0F998D7EA9B547DA10E88E54D7899405EA50C53 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_0 = ___symmAlgo0; __this->set_algo_0(L_0); bool L_1 = ___encryption1; __this->set_encrypt_1(L_1); SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_2 = __this->get_algo_0(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_2); __this->set_BlockSizeByte_2(((int32_t)((int32_t)L_3>>(int32_t)3))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbIV2; if (L_4) { goto IL_0039; } } { int32_t L_5 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = KeyBuilder_IV_m45A7513A2E5E3F6535B20B1861DFA209FD52232E(L_5, /*hidden argument*/NULL); ___rgbIV2 = L_6; goto IL_0046; } IL_0039: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___rgbIV2; NullCheck((RuntimeArray *)(RuntimeArray *)L_7); RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL); ___rgbIV2 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } IL_0046: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbIV2; NullCheck(L_9); int32_t L_10 = __this->get_BlockSizeByte_2(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))) >= ((int32_t)L_10))) { goto IL_0080; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___rgbIV2; NullCheck(L_13); int32_t L_14 = (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); RuntimeObject * L_15 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_12; int32_t L_17 = __this->get_BlockSizeByte_2(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_19); String_t* L_20 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral74D9AA7385655FF1A37D056C70CC90FF0DC510E1, L_16, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_21 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644_RuntimeMethod_var); } IL_0080: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_22 = __this->get_algo_0(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_22); __this->set_padmode_7(L_23); int32_t L_24 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_24); __this->set_temp_3(L_25); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___rgbIV2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_temp_3(); int32_t L_28 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___rgbIV2; NullCheck(L_29); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_30 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_28, (((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), /*hidden argument*/NULL); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, 0, L_30, /*hidden argument*/NULL); int32_t L_31 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_31); __this->set_temp2_4(L_32); SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_33 = __this->get_algo_0(); NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize() */, L_33); __this->set_FeedBackByte_8(((int32_t)((int32_t)L_34>>(int32_t)3))); int32_t L_35 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_35); __this->set_workBuff_5(L_36); int32_t L_37 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_37); __this->set_workout_6(L_38); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Finalize_mA4DC2F45603D526675A95049C6B1047E66F8FF2E (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::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_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_System_IDisposable_Dispose_m70D1BAC2055579FB9D2708A8DFBE20428C63056B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Dispose_mB1772CA7DFE17822D4DA6B4964075F457CB922A8 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_9(); if (L_0) { goto IL_0044; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_003d; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_temp_3(); int32_t L_3 = __this->get_BlockSizeByte_2(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, L_3, /*hidden argument*/NULL); __this->set_temp_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_temp2_4(); int32_t L_5 = __this->get_BlockSizeByte_2(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); __this->set_temp2_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); } IL_003d: { __this->set_m_disposed_9((bool)1); } IL_0044: { return; } } // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_CanTransformMultipleBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_CanTransformMultipleBlocks_m2F32AA63EC5263702283E5CFB5A97D43F5A5136F (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_InputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_InputBlockSize_m9AD6D343F40B9DB5347C82379BD349597020FF05 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_BlockSizeByte_2(); return L_0; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_OutputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_OutputBlockSize_m175AE4824AD1AF183DA0062EDA4C33372A58C20C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_BlockSizeByte_2(); return L_0; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_0 = __this->get_algo_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0033; } case 1: { goto IL_002a; } case 2: { goto IL_0045; } case 3: { goto IL_003c; } case 4: { goto IL_004e; } } } { goto IL_0057; } IL_002a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_3, L_4); return; } IL_0033: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(16 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) */, __this, L_5, L_6); return; } IL_003c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) */, __this, L_7, L_8); return; } IL_0045: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(18 /* System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) */, __this, L_9, L_10); return; } IL_004e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(19 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) */, __this, L_11, L_12); return; } IL_0057: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_13 = __this->get_algo_0(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_13); V_0 = L_14; RuntimeObject * L_15 = Box(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); V_0 = *(int32_t*)UnBox(L_15); String_t* L_17 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralDCFF9DBB06877161F546329B7AEEFBC6D1CD75CF, L_16, /*hidden argument*/NULL); NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_18 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, SymmetricTransform_Transform_m368521E64F18BEDFE6D4AC22D7A7B59F8AFFEA2C_RuntimeMethod_var); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CBC_mD064A19728648D06248556772DED1171F42DAE4B (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_encrypt_1(); if (!L_0) { goto IL_004f; } } { V_0 = 0; goto IL_0024; } IL_000c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_temp_3(); int32_t L_2 = V_0; NullCheck(L_1); uint8_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2))); int32_t L_4 = *((uint8_t*)L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___input0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); *((int8_t*)L_3) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4^(int32_t)L_8))))); int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0024: { int32_t L_10 = V_0; int32_t L_11 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_temp_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_12, L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___output1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_temp_3(); int32_t L_16 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, L_16, /*hidden argument*/NULL); return; } IL_004f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_temp2_4(); int32_t L_19 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, L_19, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___output1; VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_20, L_21); V_1 = 0; goto IL_0087; } IL_006f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___output1; int32_t L_23 = V_1; NullCheck(L_22); uint8_t* L_24 = ((L_22)->GetAddressAt(static_cast(L_23))); int32_t L_25 = *((uint8_t*)L_24); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_temp_3(); int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); *((int8_t*)L_24) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25^(int32_t)L_29))))); int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0087: { int32_t L_31 = V_1; int32_t L_32 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_006f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_temp2_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_temp_3(); int32_t L_35 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CFB_m277EFE8AC61E39DA92EA33C161EAA1D8B7AF7203 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_encrypt_1(); if (!L_0) { goto IL_006d; } } { V_0 = 0; goto IL_0063; } IL_000c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_temp_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_temp2_4(); VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_1, L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___output1; int32_t L_4 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_temp2_4(); NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___input0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7^(int32_t)L_11)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_temp_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_temp_3(); int32_t L_14 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_12, 1, (RuntimeArray *)(RuntimeArray *)L_13, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___output1; int32_t L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_temp_3(); int32_t L_18 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), 1, /*hidden argument*/NULL); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0063: { int32_t L_20 = V_0; int32_t L_21 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_000c; } } { return; } IL_006d: { V_1 = 0; goto IL_00d6; } IL_0071: { __this->set_encrypt_1((bool)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_temp_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_temp2_4(); VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_22, L_23); __this->set_encrypt_1((bool)0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_temp_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_temp_3(); int32_t L_26 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_24, 1, (RuntimeArray *)(RuntimeArray *)L_25, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___input0; int32_t L_28 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_temp_3(); int32_t L_30 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, L_28, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), 1, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___output1; int32_t L_32 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_temp2_4(); NullCheck(L_33); int32_t L_34 = 0; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = ___input0; int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = L_37; uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_35^(int32_t)L_39)))))); int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d6: { int32_t L_41 = V_1; int32_t L_42 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0071; } } { return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_0 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_0, _stringLiteral4FDD733D36272843701E5EC4845801A55DE85495, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, SymmetricTransform_OFB_m858145E5F02696E69C4D8D2E4EB70DCCF66D84FE_RuntimeMethod_var); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_0 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_0, _stringLiteral14AFF934472E4B37E202A5129262334190FE1E4E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, SymmetricTransform_CTS_mB8E70DCADD03562EFFCB774A145A57653958A2D8_RuntimeMethod_var); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___inputOffset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___inputCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralF4899A80CEDB1ABCA39A3C2A6576FD6C02751156, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0; NullCheck(L_7); int32_t L_8 = ___inputCount2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_0053; } } { String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_10, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17_RuntimeMethod_var); } IL_0053: { return; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_m_disposed_9(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_0013: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inputBuffer0; int32_t L_3 = ___inputOffset1; int32_t L_4 = ___inputCount2; SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17(__this, L_2, L_3, L_4, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___outputBuffer3; if (L_5) { goto IL_002b; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_002b: { int32_t L_7 = ___outputOffset4; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0040; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral2B3CFF83CB4A0E1C099817C6CCCD1D87B5728340, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_0040: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___outputBuffer3; NullCheck(L_9); int32_t L_10 = ___inputCount2; int32_t L_11 = ___outputOffset4; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)), (int32_t)L_11)); bool L_12 = __this->get_encrypt_1(); if (L_12) { goto IL_007d; } } { int32_t L_13 = V_0; if ((((int32_t)0) <= ((int32_t)L_13))) { goto IL_007d; } } { int32_t L_14 = __this->get_padmode_7(); if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0068; } } { int32_t L_15 = __this->get_padmode_7(); if ((!(((uint32_t)L_15) == ((uint32_t)3)))) { goto IL_007d; } } IL_0068: { String_t* L_16 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_17 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_17, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_007d: { bool L_18 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_00a5; } } { int32_t L_19 = V_0; int32_t L_20 = __this->get_BlockSizeByte_2(); if ((((int32_t)0) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))))) { goto IL_00db; } } { String_t* L_21 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_22, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_00a5: { int32_t L_23 = V_0; if ((((int32_t)0) <= ((int32_t)L_23))) { goto IL_00db; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___inputBuffer0; NullCheck(L_24); int32_t L_25 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___outputBuffer3; NullCheck(L_26); int32_t L_27 = __this->get_BlockSizeByte_2(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), (int32_t)L_25)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))))) == ((uint32_t)L_27)))) { goto IL_00c6; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___outputBuffer3; NullCheck(L_28); int32_t L_29 = ___outputOffset4; ___inputCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), (int32_t)L_29)); goto IL_00db; } IL_00c6: { String_t* L_30 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4DA7BC9200C71949EAE8135D4A25BB5B299CF7CC, /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_31 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_31, _stringLiteralD9BB331EE619A027401866B555490F2B616FE8BE, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, SymmetricTransform_TransformBlock_mF34197219337604B4F5B8D3776CA0CEEA7BD5D66_RuntimeMethod_var); } IL_00db: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ___inputBuffer0; int32_t L_33 = ___inputOffset1; int32_t L_34 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___outputBuffer3; int32_t L_36 = ___outputOffset4; int32_t L_37 = SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_32, L_33, L_34, L_35, L_36, /*hidden argument*/NULL); return L_37; } } // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_encrypt_1(); if (L_0) { goto IL_001e; } } { int32_t L_1 = __this->get_padmode_7(); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001e; } } { int32_t L_2 = __this->get_padmode_7(); return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001e: { return (bool)0; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___inputOffset1; V_0 = L_0; int32_t L_1 = ___inputCount2; int32_t L_2 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_002b; } } { int32_t L_3 = ___inputCount2; int32_t L_4 = __this->get_BlockSizeByte_2(); if (!((int32_t)((int32_t)L_3%(int32_t)L_4))) { goto IL_0020; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, _stringLiteralFA43437147C570F9689EEDC4E2C98B8CF9E217C7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA_RuntimeMethod_var); } IL_0020: { int32_t L_6 = ___inputCount2; int32_t L_7 = __this->get_BlockSizeByte_2(); V_1 = ((int32_t)((int32_t)L_6/(int32_t)L_7)); goto IL_002d; } IL_002b: { V_1 = 1; } IL_002d: { bool L_8 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0039; } } { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0039: { V_2 = 0; bool L_10 = __this->get_lastBlock_10(); if (!L_10) { goto IL_0086; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_workBuff_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_workout_6(); VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_11, L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_workout_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___outputBuffer3; int32_t L_15 = ___outputOffset4; int32_t L_16 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = ___outputOffset4; int32_t L_18 = __this->get_BlockSizeByte_2(); ___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = V_2; int32_t L_20 = __this->get_BlockSizeByte_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); __this->set_lastBlock_10((bool)0); } IL_0086: { V_3 = 0; goto IL_00e7; } IL_008a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___inputBuffer0; int32_t L_22 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_workBuff_5(); int32_t L_24 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_workBuff_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get_workout_6(); VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_25, L_26); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_workout_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___outputBuffer3; int32_t L_29 = ___outputOffset4; int32_t L_30 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL); int32_t L_31 = V_0; int32_t L_32 = __this->get_BlockSizeByte_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); int32_t L_33 = ___outputOffset4; int32_t L_34 = __this->get_BlockSizeByte_2(); ___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); int32_t L_35 = V_2; int32_t L_36 = __this->get_BlockSizeByte_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)); int32_t L_37 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00e7: { int32_t L_38 = V_3; int32_t L_39 = V_1; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_008a; } } { bool L_40 = SymmetricTransform_get_KeepLastBlock_m99171002D05E62922383B865ECFB5AB5824B2346(__this, /*hidden argument*/NULL); if (!L_40) { goto IL_010e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = ___inputBuffer0; int32_t L_42 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = __this->get_workBuff_5(); int32_t L_44 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_43, 0, L_44, /*hidden argument*/NULL); __this->set_lastBlock_10((bool)1); } IL_010e: { int32_t L_45 = V_2; return L_45; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get__rng_11(); if (L_0) { goto IL_0013; } } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); __this->set__rng_11(L_1); } IL_0013: { int32_t L_2 = ___length2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_4 = __this->get__rng_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_4, L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0; int32_t L_8 = ___start1; int32_t L_9 = ___length2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAFDC8D7C64B756F4ADA95B44C3717A7871889496, /*hidden argument*/NULL); int32_t L_1 = ___padding0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0_il2cpp_TypeInfo_var, &L_2); String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ___length1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0036; } } { String_t* L_6 = V_0; String_t* L_7 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02BD3977C1399BE0ADCF865D1B10E6E749103B32, /*hidden argument*/NULL); int32_t L_8 = ___length1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_7, L_10, /*hidden argument*/NULL); String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0036: { int32_t L_13 = ___position2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0056; } } { String_t* L_14 = V_0; String_t* L_15 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralE6FF01AF7F9F47978C73D56D62AA1F4F955A222D, /*hidden argument*/NULL); int32_t L_16 = ___position2; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17); String_t* L_19 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_15, L_18, /*hidden argument*/NULL); String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, L_19, /*hidden argument*/NULL); V_0 = L_20; } IL_0056: { String_t* L_21 = V_0; CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_22 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124_RuntimeMethod_var); } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; int32_t V_4 = 0; uint8_t V_5 = 0x0; int32_t V_6 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; int32_t V_8 = 0; { int32_t L_0 = ___inputCount2; int32_t L_1 = __this->get_BlockSizeByte_2(); int32_t L_2 = __this->get_BlockSizeByte_2(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_0/(int32_t)L_1)), (int32_t)L_2)); int32_t L_3 = ___inputCount2; int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)); int32_t L_5 = V_0; V_2 = L_5; int32_t L_6 = __this->get_padmode_7(); V_6 = L_6; int32_t L_7 = V_6; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_002a; } } { int32_t L_8 = V_6; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)4))) <= ((uint32_t)1)))) { goto IL_0035; } } IL_002a: { int32_t L_9 = V_2; int32_t L_10 = __this->get_BlockSizeByte_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); goto IL_007f; } IL_0035: { int32_t L_11 = ___inputCount2; if (L_11) { goto IL_003f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); return L_12; } IL_003f: { int32_t L_13 = V_1; if (!L_13) { goto IL_007f; } } { int32_t L_14 = __this->get_padmode_7(); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0056; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_15 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_15, _stringLiteral7338818D0CDCA1ABBBCCCA0551BBF955FB04E6C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, SymmetricTransform_FinalEncrypt_m8036A6B835C295A89F3FAFCFA050599240A1A26C_RuntimeMethod_var); } IL_0056: { int32_t L_16 = V_0; int32_t L_17 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))); V_7 = L_18; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___inputBuffer0; int32_t L_20 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_7; int32_t L_22 = ___inputCount2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_7; ___inputBuffer0 = L_23; ___inputOffset1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_7; NullCheck(L_24); ___inputCount2 = (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))); int32_t L_25 = ___inputCount2; V_2 = L_25; } IL_007f: { int32_t L_26 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_26); V_3 = L_27; V_4 = 0; goto IL_00bb; } IL_008b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___inputBuffer0; int32_t L_29 = ___inputOffset1; int32_t L_30 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_3; int32_t L_32 = V_4; SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_28, L_29, L_30, L_31, L_32, /*hidden argument*/NULL); int32_t L_33 = ___inputOffset1; int32_t L_34 = __this->get_BlockSizeByte_2(); ___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)); int32_t L_35 = V_4; int32_t L_36 = __this->get_BlockSizeByte_2(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)); int32_t L_37 = V_2; int32_t L_38 = __this->get_BlockSizeByte_2(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } IL_00bb: { int32_t L_39 = V_2; int32_t L_40 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_39) > ((int32_t)L_40))) { goto IL_008b; } } { int32_t L_41 = __this->get_BlockSizeByte_2(); int32_t L_42 = V_1; V_5 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42))))); int32_t L_43 = __this->get_padmode_7(); V_6 = L_43; int32_t L_44 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)2))) { case 0: { goto IL_0155; } case 1: { goto IL_018e; } case 2: { goto IL_00f5; } case 3: { goto IL_011e; } } } { goto IL_018e; } IL_00f5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_3; NullCheck(L_46); uint8_t L_47 = V_5; NullCheck(L_45); (L_45)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))), (int32_t)1))), (uint8_t)L_47); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = ___inputBuffer0; int32_t L_49 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_3; int32_t L_51 = V_0; int32_t L_52 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, L_49, (RuntimeArray *)(RuntimeArray *)L_50, L_51, L_52, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_3; int32_t L_54 = V_0; int32_t L_55 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = V_3; int32_t L_57 = V_0; SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_53, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); goto IL_01a0; } IL_011e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_3; NullCheck(L_59); uint8_t L_60 = V_5; uint8_t L_61 = V_5; SymmetricTransform_Random_m50AE0AF5D735913B5F85601BB9D300569B3F2AF2(__this, L_58, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))), (int32_t)L_60)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_3; NullCheck(L_63); uint8_t L_64 = V_5; NullCheck(L_62); (L_62)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))), (int32_t)1))), (uint8_t)L_64); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ___inputBuffer0; int32_t L_66 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_3; int32_t L_68 = V_0; int32_t L_69 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_65, L_66, (RuntimeArray *)(RuntimeArray *)L_67, L_68, L_69, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_3; int32_t L_71 = V_0; int32_t L_72 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_3; int32_t L_74 = V_0; SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL); goto IL_01a0; } IL_0155: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_3; NullCheck(L_75); V_8 = (((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))); goto IL_0162; } IL_015c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = V_3; int32_t L_77 = V_8; uint8_t L_78 = V_5; NullCheck(L_76); (L_76)->SetAt(static_cast(L_77), (uint8_t)L_78); } IL_0162: { int32_t L_79 = V_8; int32_t L_80 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1)); V_8 = L_80; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_3; NullCheck(L_81); uint8_t L_82 = V_5; if ((((int32_t)L_80) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))), (int32_t)L_82))))) { goto IL_015c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = ___inputBuffer0; int32_t L_84 = ___inputOffset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_3; int32_t L_86 = V_0; int32_t L_87 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_83, L_84, (RuntimeArray *)(RuntimeArray *)L_85, L_86, L_87, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = V_3; int32_t L_89 = V_0; int32_t L_90 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_3; int32_t L_92 = V_0; SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_88, L_89, L_90, L_91, L_92, /*hidden argument*/NULL); goto IL_01a0; } IL_018e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = ___inputBuffer0; int32_t L_94 = ___inputOffset1; int32_t L_95 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = V_3; int32_t L_97 = V_4; SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_93, L_94, L_95, L_96, L_97, /*hidden argument*/NULL); } IL_01a0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = V_3; return L_98; } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_FinalDecrypt_m95106D207EC68D94D766570857BD57BD970CE82D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL; int32_t G_B10_0 = 0; { int32_t L_0 = ___inputCount2; V_0 = L_0; int32_t L_1 = ___inputCount2; V_1 = L_1; bool L_2 = __this->get_lastBlock_10(); if (!L_2) { goto IL_0015; } } { int32_t L_3 = V_1; int32_t L_4 = __this->get_BlockSizeByte_2(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); } IL_0015: { int32_t L_5 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; V_3 = 0; goto IL_004a; } IL_0020: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0; int32_t L_8 = ___inputOffset1; int32_t L_9 = __this->get_BlockSizeByte_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_2; int32_t L_11 = V_3; int32_t L_12 = SymmetricTransform_InternalTransformBlock_m447D350AB1BCBDD19E241AAEDE4D78BCC69DBAAA(__this, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); V_5 = L_12; int32_t L_13 = ___inputOffset1; int32_t L_14 = __this->get_BlockSizeByte_2(); ___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = V_3; int32_t L_16 = V_5; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_0; int32_t L_18 = __this->get_BlockSizeByte_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); } IL_004a: { int32_t L_19 = V_0; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0020; } } { bool L_20 = __this->get_lastBlock_10(); if (!L_20) { goto IL_008c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_workBuff_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_workout_6(); VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_21, L_22); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_workout_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2; int32_t L_25 = V_3; int32_t L_26 = __this->get_BlockSizeByte_2(); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, L_25, L_26, /*hidden argument*/NULL); int32_t L_27 = V_3; int32_t L_28 = __this->get_BlockSizeByte_2(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); __this->set_lastBlock_10((bool)0); } IL_008c: { int32_t L_29 = V_1; if ((((int32_t)L_29) > ((int32_t)0))) { goto IL_0093; } } { G_B10_0 = 0; goto IL_0098; } IL_0093: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2; int32_t L_31 = V_1; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); G_B10_0 = ((int32_t)(L_33)); } IL_0098: { V_4 = (uint8_t)G_B10_0; int32_t L_34 = __this->get_padmode_7(); V_6 = L_34; int32_t L_35 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))) { case 0: { goto IL_0188; } case 1: { goto IL_0138; } case 2: { goto IL_0188; } case 3: { goto IL_00c4; } case 4: { goto IL_0114; } } } { goto IL_0188; } IL_00c4: { uint8_t L_36 = V_4; if (!L_36) { goto IL_00d2; } } { uint8_t L_37 = V_4; int32_t L_38 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_37) <= ((int32_t)L_38))) { goto IL_00e1; } } IL_00d2: { int32_t L_39 = __this->get_padmode_7(); uint8_t L_40 = V_4; SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_39, L_40, (-1), /*hidden argument*/NULL); } IL_00e1: { uint8_t L_41 = V_4; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); goto IL_0108; } IL_00e9: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_7; NullCheck(L_42); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)), (int32_t)L_44)); uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); if (!L_46) { goto IL_0102; } } { int32_t L_47 = __this->get_padmode_7(); int32_t L_48 = V_7; SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_47, (-1), L_48, /*hidden argument*/NULL); } IL_0102: { int32_t L_49 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); } IL_0108: { int32_t L_50 = V_7; if ((((int32_t)L_50) > ((int32_t)0))) { goto IL_00e9; } } { int32_t L_51 = V_1; uint8_t L_52 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)); goto IL_0188; } IL_0114: { uint8_t L_53 = V_4; if (!L_53) { goto IL_0122; } } { uint8_t L_54 = V_4; int32_t L_55 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_54) <= ((int32_t)L_55))) { goto IL_0131; } } IL_0122: { int32_t L_56 = __this->get_padmode_7(); uint8_t L_57 = V_4; SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_56, L_57, (-1), /*hidden argument*/NULL); } IL_0131: { int32_t L_58 = V_1; uint8_t L_59 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)); goto IL_0188; } IL_0138: { uint8_t L_60 = V_4; if (!L_60) { goto IL_0146; } } { uint8_t L_61 = V_4; int32_t L_62 = __this->get_BlockSizeByte_2(); if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_0155; } } IL_0146: { int32_t L_63 = __this->get_padmode_7(); uint8_t L_64 = V_4; SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_63, L_64, (-1), /*hidden argument*/NULL); } IL_0155: { uint8_t L_65 = V_4; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)); goto IL_017e; } IL_015d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = V_2; int32_t L_67 = V_1; int32_t L_68 = V_8; NullCheck(L_66); int32_t L_69 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)), (int32_t)L_68)); uint8_t L_70 = (L_66)->GetAt(static_cast(L_69)); uint8_t L_71 = V_4; if ((((int32_t)L_70) == ((int32_t)L_71))) { goto IL_0178; } } { int32_t L_72 = __this->get_padmode_7(); int32_t L_73 = V_8; SymmetricTransform_ThrowBadPaddingException_mEF90DBB11E1AB7A9A89AE567DBFD8A7A60CBA124(__this, L_72, (-1), L_73, /*hidden argument*/NULL); } IL_0178: { int32_t L_74 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)); } IL_017e: { int32_t L_75 = V_8; if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_015d; } } { int32_t L_76 = V_1; uint8_t L_77 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_77)); } IL_0188: { int32_t L_78 = V_1; if ((((int32_t)L_78) <= ((int32_t)0))) { goto IL_01ac; } } { int32_t L_79 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_79); V_9 = L_80; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_9; int32_t L_83 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_81, 0, (RuntimeArray *)(RuntimeArray *)L_82, 0, L_83, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = V_2; NullCheck(L_85); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_84, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = V_9; return L_86; } IL_01ac: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); return L_87; } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_9(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralFB1AE274028B6974E9FDF9D77F5D12C65C8CD4D4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SymmetricTransform_TransformFinalBlock_mD9CD87AED9812D26AA500C83A1ABB5FAA61F8535_RuntimeMethod_var); } IL_0013: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inputBuffer0; int32_t L_3 = ___inputOffset1; int32_t L_4 = ___inputCount2; SymmetricTransform_CheckInput_m7DDBC77491ED9DA61BE2CF61D9C40A366E574D17(__this, L_2, L_3, L_4, /*hidden argument*/NULL); bool L_5 = __this->get_encrypt_1(); if (!L_5) { goto IL_002e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___inputBuffer0; int32_t L_7 = ___inputOffset1; int32_t L_8 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(21 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_6, L_7, L_8); return L_9; } IL_002e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0; int32_t L_11 = ___inputOffset1; int32_t L_12 = ___inputCount2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(22 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_10, L_11, L_12); return L_13; } } #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 Mono.Security.PKCS7_ContentInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)160), /*hidden argument*/NULL); __this->set_content_1(L_0); return; } } // System.Void Mono.Security.PKCS7_ContentInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___oid0, const RuntimeMethod* method) { { ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78(__this, /*hidden argument*/NULL); String_t* L_0 = ___oid0; __this->set_contentType_0(L_0); return; } } // System.Void Mono.Security.PKCS7_ContentInfo::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.PKCS7_ContentInfo::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_0022; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_002d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ___asn10; NullCheck(L_4); int32_t L_5 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_002d; } } IL_0022: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, _stringLiteral9FF10F59D606AD213E55A2680D237F4560B5407D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var); } IL_002d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ___asn10; NullCheck(L_7); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_7, 0, /*hidden argument*/NULL); NullCheck(L_8); uint8_t L_9 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)6))) { goto IL_0047; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, _stringLiteralF037AEB428D0D727267C01C044FA8D18A1427205, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var); } IL_0047: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ___asn10; NullCheck(L_11); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL); String_t* L_13 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_12, /*hidden argument*/NULL); __this->set_contentType_0(L_13); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ___asn10; NullCheck(L_14); int32_t L_15 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_008d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ___asn10; NullCheck(L_16); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 1, /*hidden argument*/NULL); NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)160)))) { goto IL_0080; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, _stringLiteral941EDC1E840EE8A244DED7C91C3A0C73970CBDD9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6_RuntimeMethod_var); } IL_0080: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ___asn10; NullCheck(L_20); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_20, 1, /*hidden argument*/NULL); __this->set_content_1(L_21); } IL_008d: { return; } } // Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::get_ASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46(__this, /*hidden argument*/NULL); return L_0; } } // Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::get_Content() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_content_1(); return L_0; } } // System.Void Mono.Security.PKCS7_ContentInfo::set_Content(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___value0; __this->set_content_1(L_0); return; } } // System.String Mono.Security.PKCS7_ContentInfo::get_ContentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_contentType_0(); return L_0; } } // System.Void Mono.Security.PKCS7_ContentInfo::set_ContentType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_contentType_0(L_0); return; } } // Mono.Security.ASN1 Mono.Security.PKCS7_ContentInfo::GetASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46 (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ContentInfo_GetASN1_mF7FA872FD8285044BFA1F83C393AA7ABF86FAF46_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = V_0; String_t* L_2 = __this->get_contentType_0(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(L_2, /*hidden argument*/NULL); NullCheck(L_1); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_1, L_3, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = __this->get_content_1(); if (!L_4) { goto IL_003d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = __this->get_content_1(); NullCheck(L_5); int32_t L_6 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = __this->get_content_1(); NullCheck(L_7); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_7, L_8, /*hidden argument*/NULL); } IL_003d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0; return L_9; } } #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 Mono.Security.PKCS7_EncryptedData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set__version_0((uint8_t)0); return; } } // System.Void Mono.Security.PKCS7_EncryptedData::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279 (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B7_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B6_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B9_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B8_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL; { EncryptedData__ctor_m5AD62777464DB1E597D86ABA8C7CC712604EA9B1(__this, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_0019; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_0024; } } IL_0019: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteralE6FB7942BFCD54B6178ADECE738C3E25D32CF155, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_0024: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = ___asn10; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_003e; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral902E1C9C702765BFD051F2EA2095144DF20BEFF3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_003e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ___asn10; NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_9, 0, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__version_0(L_13); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ___asn10; NullCheck(L_14); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, 1, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = L_15; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_16, /*hidden argument*/NULL); G_B6_0 = L_16; if ((((int32_t)L_17) == ((int32_t)((int32_t)48)))) { G_B7_0 = L_16; goto IL_006e; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, _stringLiteral99DF9DBD518CF90FFF8724227F439A55D615463E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_006e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = G_B7_0; NullCheck(L_19); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, 0, /*hidden argument*/NULL); V_0 = L_20; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = V_0; NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_21, /*hidden argument*/NULL); G_B8_0 = L_19; if ((((int32_t)L_22) == ((int32_t)6))) { G_B9_0 = L_19; goto IL_008a; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, _stringLiteral2A29B7FE27DAF69AFEE5861F4F771F3C1333106F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_008a: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_0; String_t* L_25 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_24, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_26 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_26, L_25, /*hidden argument*/NULL); __this->set__content_1(L_26); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = G_B9_0; NullCheck(L_27); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_27, 1, /*hidden argument*/NULL); V_1 = L_28; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_1; NullCheck(L_29); uint8_t L_30 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_29, /*hidden argument*/NULL); G_B10_0 = L_27; if ((((int32_t)L_30) == ((int32_t)((int32_t)48)))) { G_B11_0 = L_27; goto IL_00b8; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_31, _stringLiteral80B7C95DB89E34F9F8C13CFECA9C592572CFAD08, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_00b8: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_1; NullCheck(L_32); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_32, 0, /*hidden argument*/NULL); String_t* L_34 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_33, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_35 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_35, L_34, /*hidden argument*/NULL); __this->set__encryptionAlgorithm_2(L_35); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_36 = __this->get__encryptionAlgorithm_2(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_1; NullCheck(L_37); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_37, 1, /*hidden argument*/NULL); NullCheck(L_36); ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_36, L_38, /*hidden argument*/NULL); NullCheck(G_B11_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B11_0, 2, /*hidden argument*/NULL); V_2 = L_39; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_2; NullCheck(L_40); uint8_t L_41 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)128)))) { goto IL_0100; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_42 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_42, _stringLiteralD964E4390D86936E2472E05166BCAA08DD191882, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279_RuntimeMethod_var); } IL_0100: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_2; NullCheck(L_43); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_43, /*hidden argument*/NULL); __this->set__encrypted_3(L_44); return; } } // Mono.Security.PKCS7_ContentInfo Mono.Security.PKCS7_EncryptedData::get_EncryptionAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method) { { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_0 = __this->get__encryptionAlgorithm_2(); return L_0; } } // System.Byte[] Mono.Security.PKCS7_EncryptedData::get_EncryptedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__encrypted_3(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__encrypted_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } #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 Mono.Security.X509.PKCS12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set__iterations_7(((int32_t)2000)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set__keyBags_1(L_0); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL); __this->set__secretBags_2(L_1); X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_2 = (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA *)il2cpp_codegen_object_new(X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_mEF9D9BD6C5A780D8A8F89F4A70F20A77274BEE11(L_2, /*hidden argument*/NULL); __this->set__certs_3(L_2); __this->set__keyBagsChanged_4((bool)0); __this->set__secretBagsChanged_5((bool)0); __this->set__certsChanged_6((bool)0); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL); __this->set__safeBags_8(L_3); return; } } // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { { PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E(__this, /*hidden argument*/NULL); PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18(__this, (String_t*)NULL, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___password1, const RuntimeMethod* method) { { PKCS12__ctor_mE739F7571CBB393E3A922E482C696F28B4824C2E(__this, /*hidden argument*/NULL); String_t* L_0 = ___password1; PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0; PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL; int32_t V_10 = 0; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_11 = NULL; String_t* V_12 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_13 = NULL; EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * V_14 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_15 = NULL; int32_t V_16 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_17 = NULL; int32_t V_18 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_19 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B13_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B12_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = V_0; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_001c; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral88AF471A23DFDC103E67752DD56128AE77B8DEBE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_001c: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_0; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0036; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral099D7F4DF2D04C9F091C29CF417AB4B2A1888D38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_0036: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_0; NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_9, 1, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_11 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(L_11, L_10, /*hidden argument*/NULL); V_1 = L_11; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_12, /*hidden argument*/NULL); bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL); if (!L_14) { goto IL_0060; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, _stringLiteral19D0B27B43EDD3905D1094D123383F92AE318631, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_0060: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)2))) { goto IL_01b0; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = V_0; NullCheck(L_18); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_18, 2, /*hidden argument*/NULL); V_3 = L_19; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = V_3; NullCheck(L_20); uint8_t L_21 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)((int32_t)48)))) { goto IL_0089; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_22, _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_0089: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_3; NullCheck(L_23); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_23, 0, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = L_24; NullCheck(L_25); uint8_t L_26 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_25, /*hidden argument*/NULL); G_B10_0 = L_25; if ((((int32_t)L_26) == ((int32_t)((int32_t)48)))) { G_B11_0 = L_25; goto IL_00a5; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, _stringLiteral287560723F8A1FBF90A40EFAD7B0419130008627, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_00a5: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = G_B11_0; NullCheck(L_28); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_28, 0, /*hidden argument*/NULL); NullCheck(L_29); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 0, /*hidden argument*/NULL); String_t* L_31 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_30, /*hidden argument*/NULL); bool L_32 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_31, _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6, /*hidden argument*/NULL); G_B12_0 = L_28; if (!L_32) { G_B13_0 = L_28; goto IL_00ce; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_33 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_33, _stringLiteral44C55C338925A7EF2FA7FA48B516C92EF8DB9745, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_00ce: { NullCheck(G_B13_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B13_0, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_34, /*hidden argument*/NULL); V_4 = L_35; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_3; NullCheck(L_36); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_36, 1, /*hidden argument*/NULL); V_5 = L_37; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = V_5; NullCheck(L_38); uint8_t L_39 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)4))) { goto IL_00f9; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_40 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_40, _stringLiteral6DEA0A0DA8A093EC1AAF0430ED587E9E19F55290, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_00f9: { __this->set__iterations_7(1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_41 = V_3; NullCheck(L_41); int32_t L_42 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)2))) { goto IL_0134; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_3; NullCheck(L_43); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_43, 2, /*hidden argument*/NULL); V_8 = L_44; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_45 = V_8; NullCheck(L_45); uint8_t L_46 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) == ((int32_t)2))) { goto IL_0127; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_47 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_47, _stringLiteral25D33207529D684D63435567C0BEAFD4F02CCF74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_0127: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_48 = V_8; int32_t L_49 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_48, /*hidden argument*/NULL); __this->set__iterations_7(L_49); } IL_0134: { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_50 = V_1; NullCheck(L_50); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_51 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_50, /*hidden argument*/NULL); NullCheck(L_51); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_52 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_51, 0, /*hidden argument*/NULL); NullCheck(L_52); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_52, /*hidden argument*/NULL); V_6 = L_53; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = __this->get__password_0(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_5; NullCheck(L_55); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_55, /*hidden argument*/NULL); int32_t L_57 = __this->get__iterations_7(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_54, L_56, L_57, L_58, /*hidden argument*/NULL); V_7 = L_59; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_7; bool L_62 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_60, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_01b0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); V_9 = L_63; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_9; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = V_5; NullCheck(L_65); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_65, /*hidden argument*/NULL); int32_t L_67 = __this->get__iterations_7(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_64, L_66, L_67, L_68, /*hidden argument*/NULL); V_7 = L_69; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_7; bool L_72 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_70, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_01a8; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_73 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_73, _stringLiteral3115DAFC73A9DE6DB80C4AC21E701A8A1C100369, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_01a8: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_9; __this->set__password_0(L_74); } IL_01b0: { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_75 = V_1; NullCheck(L_75); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_76 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_75, /*hidden argument*/NULL); NullCheck(L_76); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_77 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_76, 0, /*hidden argument*/NULL); NullCheck(L_77); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_77, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_79 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_79, L_78, /*hidden argument*/NULL); V_2 = L_79; V_10 = 0; goto IL_02c7; } IL_01cf: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_80 = V_2; int32_t L_81 = V_10; NullCheck(L_80); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_82 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_80, L_81, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_83 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m6BE136F4DC98D9B1BA320BBCD30B53BEAF89FEE6(L_83, L_82, /*hidden argument*/NULL); V_11 = L_83; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_84 = V_11; NullCheck(L_84); String_t* L_85 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_84, /*hidden argument*/NULL); V_12 = L_85; String_t* L_86 = V_12; bool L_87 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_86, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL); if (L_87) { goto IL_0219; } } { String_t* L_88 = V_12; bool L_89 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_88, _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD, /*hidden argument*/NULL); if (L_89) { goto IL_025d; } } { String_t* L_90 = V_12; bool L_91 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_90, _stringLiteralA475B0456F9E29FC0A863EA86E627DE0D6273626, /*hidden argument*/NULL); if (L_91) { goto IL_02ab; } } { goto IL_02b6; } IL_0219: { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_92 = V_11; NullCheck(L_92); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_93 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_92, /*hidden argument*/NULL); NullCheck(L_93); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_94 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_93, 0, /*hidden argument*/NULL); NullCheck(L_94); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_94, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_96 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_96, L_95, /*hidden argument*/NULL); V_13 = L_96; V_16 = 0; goto IL_0250; } IL_0237: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_97 = V_13; int32_t L_98 = V_16; NullCheck(L_97); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_99 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_97, L_98, /*hidden argument*/NULL); V_17 = L_99; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_100 = V_17; PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A(__this, L_100, /*hidden argument*/NULL); int32_t L_101 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_0250: { int32_t L_102 = V_16; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_103 = V_13; NullCheck(L_103); int32_t L_104 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_103, /*hidden argument*/NULL); if ((((int32_t)L_102) < ((int32_t)L_104))) { goto IL_0237; } } { goto IL_02c1; } IL_025d: { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_105 = V_11; NullCheck(L_105); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_106 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_105, /*hidden argument*/NULL); NullCheck(L_106); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_107 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_106, 0, /*hidden argument*/NULL); EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_108 = (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 *)il2cpp_codegen_object_new(EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82_il2cpp_TypeInfo_var); EncryptedData__ctor_m68A856911E704DF5C67EB95CD7FD58F6A4093279(L_108, L_107, /*hidden argument*/NULL); V_14 = L_108; EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_109 = V_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_110 = PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F(__this, L_109, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_111 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_111, L_110, /*hidden argument*/NULL); V_15 = L_111; V_18 = 0; goto IL_029e; } IL_0285: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_112 = V_15; int32_t L_113 = V_18; NullCheck(L_112); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_114 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_112, L_113, /*hidden argument*/NULL); V_19 = L_114; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_115 = V_19; PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A(__this, L_115, /*hidden argument*/NULL); int32_t L_116 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_029e: { int32_t L_117 = V_18; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_118 = V_15; NullCheck(L_118); int32_t L_119 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_118, /*hidden argument*/NULL); if ((((int32_t)L_117) < ((int32_t)L_119))) { goto IL_0285; } } { goto IL_02c1; } IL_02ab: { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_120 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_120, _stringLiteral8979F67C086DEAF5044AC5C8AA93642B1431C146, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_120, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_02b6: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_121 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_121, _stringLiteralB3C4276351B5F9013DC3E70B3FBC9174A0379575, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, PKCS12_Decode_m9209D09CB228ECF5019CC3A63A954F89FA23E6DA_RuntimeMethod_var); } IL_02c1: { int32_t L_122 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_02c7: { int32_t L_123 = V_10; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_124 = V_2; NullCheck(L_124); int32_t L_125 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_124, /*hidden argument*/NULL); if ((((int32_t)L_123) < ((int32_t)L_125))) { goto IL_01cf; } } { return; } } // System.Void Mono.Security.X509.PKCS12::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_Finalize_m8E195F72467B95472F9D5DF4AAACAAAEC445178F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0(); if (!L_0) { goto IL_001c; } } IL_0008: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__password_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0(); NullCheck(L_2); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001c: { __this->set__password_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); IL2CPP_LEAVE(0x2C, FINALLY_0025); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { return; } } // System.Void Mono.Security.X509.PKCS12::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_set_Password_m453D20253BD5532F9FEAF6B1288AE12ABF162D18_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0(); if (!L_0) { goto IL_001c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__password_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0(); NullCheck(L_2); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001c: { __this->set__password_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); String_t* L_3 = ___value0; if (!L_3) { goto IL_0087; } } { String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_007b; } } { String_t* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); V_0 = L_7; V_1 = 0; int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); int32_t L_9 = PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline(/*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_004f; } } { String_t* L_10 = ___value0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if (!L_12) { goto IL_0055; } } { V_1 = 1; goto IL_0055; } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); int32_t L_13 = PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline(/*hidden argument*/NULL); V_0 = L_13; } IL_0055: { int32_t L_14 = V_0; int32_t L_15 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))<<(int32_t)1))); __this->set__password_0(L_16); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_17 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL); String_t* L_18 = ___value0; int32_t L_19 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get__password_0(); NullCheck(L_17); VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(17 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_17, L_18, 0, L_19, L_20, 0); return; } IL_007b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2); __this->set__password_0(L_21); } IL_0087: { return; } } // System.Int32 Mono.Security.X509.PKCS12::get_IterationCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_7(); return L_0; } } // System.Void Mono.Security.X509.PKCS12::set_IterationCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_7(L_0); return; } } // System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_Keys_mD5239EDB445B3F3284434C22D9014FF0723ED825_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; uint8_t V_3 = 0x0; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_4; memset((&V_4), 0, sizeof(V_4)); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * V_5 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_8; memset((&V_8), 0, sizeof(V_8)); RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = __this->get__keyBagsChanged_4(); if (!L_0) { goto IL_0190; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get__keyBags_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_0 = L_3; } IL_0022: try { // begin try (depth: 1) { goto IL_0168; } IL_0027: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_1 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL); if (!L_8) { goto IL_00af; } } IL_0045: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_1; NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL); PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_13 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_13, L_12, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_13, /*hidden argument*/NULL); V_2 = L_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2; NullCheck(L_15); int32_t L_16 = 0; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); V_3 = L_17; uint8_t L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_0070; } } IL_0069: { uint8_t L_19 = V_3; if ((((int32_t)L_19) == ((int32_t)((int32_t)48)))) { goto IL_008e; } } IL_006e: { goto IL_00a0; } IL_0070: { il2cpp_codegen_initobj((&V_4), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 )); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_22 = V_4; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_23 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_23); goto IL_00a0; } IL_008e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_2; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_26 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_25, /*hidden argument*/NULL); NullCheck(L_24); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_26); } IL_00a0: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2; NullCheck(L_28); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_27, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))), /*hidden argument*/NULL); goto IL_0168; } IL_00af: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_29 = V_1; NullCheck(L_29); String_t* L_30 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); bool L_31 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_30, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL); if (!L_31) { goto IL_0168; } } IL_00c4: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_32 = V_1; NullCheck(L_32); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_32, /*hidden argument*/NULL); NullCheck(L_33); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_33, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_34, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_36 = (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var); EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85(L_36, L_35, /*hidden argument*/NULL); V_5 = L_36; EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_37 = V_5; NullCheck(L_37); String_t* L_38 = EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline(L_37, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_39 = V_5; NullCheck(L_39); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F(L_39, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_41 = V_5; NullCheck(L_41); int32_t L_42 = EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline(L_41, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_43 = V_5; NullCheck(L_43); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4(L_43, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_38, L_40, L_42, L_44, /*hidden argument*/NULL); V_6 = L_45; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_6; PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_47 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_47, L_46, /*hidden argument*/NULL); NullCheck(L_47); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_47, /*hidden argument*/NULL); V_7 = L_48; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_7; NullCheck(L_49); int32_t L_50 = 0; uint8_t L_51 = (L_49)->GetAt(static_cast(L_50)); V_3 = L_51; uint8_t L_52 = V_3; if ((((int32_t)L_52) == ((int32_t)2))) { goto IL_011e; } } IL_0117: { uint8_t L_53 = V_3; if ((((int32_t)L_53) == ((int32_t)((int32_t)48)))) { goto IL_013d; } } IL_011c: { goto IL_0150; } IL_011e: { il2cpp_codegen_initobj((&V_8), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 )); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_54 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_7; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_56 = V_8; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_57 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_55, L_56, /*hidden argument*/NULL); NullCheck(L_54); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_54, L_57); goto IL_0150; } IL_013d: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_58 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_7; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_60 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_59, /*hidden argument*/NULL); NullCheck(L_58); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_58, L_60); } IL_0150: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_7; NullCheck(L_62); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_61, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_6; NullCheck(L_64); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_63, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))), /*hidden argument*/NULL); } IL_0168: { RuntimeObject* L_65 = V_0; NullCheck(L_65); bool L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_65); if (L_66) { goto IL_0027; } } IL_0173: { IL2CPP_LEAVE(0x189, FINALLY_0175); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0175; } FINALLY_0175: { // begin finally (depth: 1) { RuntimeObject* L_67 = V_0; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_67, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_68 = V_9; if (!L_68) { goto IL_0188; } } IL_0181: { RuntimeObject* L_69 = V_9; NullCheck(L_69); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_69); } IL_0188: { IL2CPP_END_FINALLY(373) } } // end finally (depth: 1) IL2CPP_CLEANUP(373) { IL2CPP_JUMP_TBL(0x189, IL_0189) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0189: { __this->set__keyBagsChanged_4((bool)0); } IL_0190: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_70 = __this->get__keyBags_1(); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_71 = ArrayList_ReadOnly_m15C79B069370829463875D47C52859A0F539F90F(L_70, /*hidden argument*/NULL); return L_71; } } // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_1 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = __this->get__certsChanged_6(); if (!L_0) { goto IL_009d; } } { X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_1 = __this->get__certs_3(); NullCheck(L_1); CollectionBase_Clear_m532DA443B53F9D48FAC7184B5C405D8E725E554A(L_1, /*hidden argument*/NULL); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_0 = L_3; } IL_0022: try { // begin try (depth: 1) { goto IL_007b; } IL_0024: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_1 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (!L_8) { goto IL_007b; } } IL_0042: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_1; NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_13 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_13, L_12, /*hidden argument*/NULL); V_2 = L_13; X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_14 = __this->get__certs_3(); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_15 = V_2; NullCheck(L_15); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 0, /*hidden argument*/NULL); NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_17, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_19 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_19, L_18, /*hidden argument*/NULL); NullCheck(L_14); X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341(L_14, L_19, /*hidden argument*/NULL); } IL_007b: { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0024; } } IL_0083: { IL2CPP_LEAVE(0x96, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_3; if (!L_23) { goto IL_0095; } } IL_008f: { RuntimeObject* L_24 = V_3; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_24); } IL_0095: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_JUMP_TBL(0x96, IL_0096) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0096: { __this->set__certsChanged_6((bool)0); } IL_009d: { X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_25 = __this->get__certs_3(); return L_25; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::get_RNG() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = __this->get__rng_9(); if (L_0) { goto IL_0013; } } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); __this->set__rng_9(L_1); } IL_0013: { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = __this->get__rng_9(); return L_2; } } // System.Boolean Mono.Security.X509.PKCS12::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___expected0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___actual1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { V_0 = (bool)0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___expected0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___actual1; NullCheck(L_1); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))) { goto IL_0024; } } { V_1 = 0; goto IL_001c; } IL_000e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___expected0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___actual1; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); if ((((int32_t)L_5) == ((int32_t)L_9))) { goto IL_0018; } } { return (bool)0; } IL_0018: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_001c: { int32_t L_11 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___expected0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_000e; } } { V_0 = (bool)1; } IL_0024: { bool L_13 = V_0; return L_13; } } // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.X509.PKCS12::GetSymmetricAlgorithm(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * V_3 = NULL; SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_4 = NULL; uint32_t V_5 = 0; { V_0 = (String_t*)NULL; V_1 = 8; V_2 = 8; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_0 = (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 *)il2cpp_codegen_object_new(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var); DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A(L_0, /*hidden argument*/NULL); V_3 = L_0; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_1 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_0(); NullCheck(L_1); DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F(L_1, L_2, /*hidden argument*/NULL); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_3 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___salt1; NullCheck(L_3); DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30(L_3, L_4, /*hidden argument*/NULL); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_5 = V_3; int32_t L_6 = ___iterationCount2; NullCheck(L_5); DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline(L_5, L_6, /*hidden argument*/NULL); String_t* L_7 = ___algorithmOid0; uint32_t L_8 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_7, /*hidden argument*/NULL); V_5 = L_8; uint32_t L_9 = V_5; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)-1345144596))))) { goto IL_0092; } } { uint32_t L_10 = V_5; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)-1412255072))))) { goto IL_0069; } } { uint32_t L_11 = V_5; if ((((int32_t)L_11) == ((int32_t)((int32_t)1314512600)))) { goto IL_0135; } } { uint32_t L_12 = V_5; if ((((int32_t)L_12) == ((int32_t)((int32_t)1331290219)))) { goto IL_014a; } } { uint32_t L_13 = V_5; if ((((int32_t)L_13) == ((int32_t)((int32_t)-1412255072)))) { goto IL_01c8; } } { goto IL_02ed; } IL_0069: { uint32_t L_14 = V_5; if ((((int32_t)L_14) == ((int32_t)((int32_t)-1378699834)))) { goto IL_019e; } } { uint32_t L_15 = V_5; if ((((int32_t)L_15) == ((int32_t)((int32_t)-1361922215)))) { goto IL_01b3; } } { uint32_t L_16 = V_5; if ((((int32_t)L_16) == ((int32_t)((int32_t)-1345144596)))) { goto IL_0174; } } { goto IL_02ed; } IL_0092: { uint32_t L_17 = V_5; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)-751088392))))) { goto IL_00c1; } } { uint32_t L_18 = V_5; if ((((int32_t)L_18) == ((int32_t)((int32_t)-1328366977)))) { goto IL_0189; } } { uint32_t L_19 = V_5; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1294811739)))) { goto IL_015f; } } { uint32_t L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)-751088392)))) { goto IL_00e1; } } { goto IL_02ed; } IL_00c1: { uint32_t L_21 = V_5; if ((((int32_t)L_21) == ((int32_t)((int32_t)-717533154)))) { goto IL_00f6; } } { uint32_t L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)-667200297)))) { goto IL_010b; } } { uint32_t L_23 = V_5; if ((((int32_t)L_23) == ((int32_t)((int32_t)-633645059)))) { goto IL_0120; } } { goto IL_02ed; } IL_00e1: { String_t* L_24 = ___algorithmOid0; bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral0425D7D3778CCF20AE9594EC58FAE88CACC94F5E, /*hidden argument*/NULL); if (L_25) { goto IL_01dd; } } { goto IL_02ed; } IL_00f6: { String_t* L_26 = ___algorithmOid0; bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteralC438BA3DF76E517ADEB7757B01B707A8FD7C53B9, /*hidden argument*/NULL); if (L_27) { goto IL_01f3; } } { goto IL_02ed; } IL_010b: { String_t* L_28 = ___algorithmOid0; bool L_29 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_28, _stringLiteralDC7A4E51273DD99D30CC77D766CCBD48170C6CAC, /*hidden argument*/NULL); if (L_29) { goto IL_0209; } } { goto IL_02ed; } IL_0120: { String_t* L_30 = ___algorithmOid0; bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_30, _stringLiteralA6D742824424B5CC45A579F1CBB3776F08DDB783, /*hidden argument*/NULL); if (L_31) { goto IL_0221; } } { goto IL_02ed; } IL_0135: { String_t* L_32 = ___algorithmOid0; bool L_33 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_32, _stringLiteral3B8985A7F6F3523C5194B27380C8B9A09D4E7286, /*hidden argument*/NULL); if (L_33) { goto IL_0239; } } { goto IL_02ed; } IL_014a: { String_t* L_34 = ___algorithmOid0; bool L_35 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_34, _stringLiteral4E803123E3F3ACF68327B5004FFBFE1BEA455372, /*hidden argument*/NULL); if (L_35) { goto IL_024f; } } { goto IL_02ed; } IL_015f: { String_t* L_36 = ___algorithmOid0; bool L_37 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_36, _stringLiteralE2A4A83E97480FEE533C17B7E9E66E07F7D508D4, /*hidden argument*/NULL); if (L_37) { goto IL_0267; } } { goto IL_02ed; } IL_0174: { String_t* L_38 = ___algorithmOid0; bool L_39 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, _stringLiteralC7B28B0B9455757301EFBE14A68ACEFE87C35B48, /*hidden argument*/NULL); if (L_39) { goto IL_027f; } } { goto IL_02ed; } IL_0189: { String_t* L_40 = ___algorithmOid0; bool L_41 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_40, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL); if (L_41) { goto IL_0296; } } { goto IL_02ed; } IL_019e: { String_t* L_42 = ___algorithmOid0; bool L_43 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_42, _stringLiteral8E0BFE8117E07EBEF6C2CD100E3BCC63032D3607, /*hidden argument*/NULL); if (L_43) { goto IL_02ac; } } { goto IL_02ed; } IL_01b3: { String_t* L_44 = ___algorithmOid0; bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteralD1CEA7B241EAF16F5C4A6E380E2B3624E7A80287, /*hidden argument*/NULL); if (L_45) { goto IL_02c2; } } { goto IL_02ed; } IL_01c8: { String_t* L_46 = ___algorithmOid0; bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_46, _stringLiteralDC62B38EEB716E83A2EF7B3E3983DFF61AAFA8F1, /*hidden argument*/NULL); if (L_47) { goto IL_02d8; } } { goto IL_02ed; } IL_01dd: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_48 = V_3; NullCheck(L_48); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_48, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL); V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D; goto IL_02fe; } IL_01f3: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_49 = V_3; NullCheck(L_49); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_49, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL); V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D; goto IL_02fe; } IL_0209: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_50 = V_3; NullCheck(L_50); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_50, _stringLiteral83BD2260257D398076A738813A94BD2F37D6F282, /*hidden argument*/NULL); V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; V_1 = 4; goto IL_02fe; } IL_0221: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_51 = V_3; NullCheck(L_51); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_51, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL); V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; V_1 = 4; goto IL_02fe; } IL_0239: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_52 = V_3; NullCheck(L_52); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_52, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D; goto IL_02fe; } IL_024f: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_53 = V_3; NullCheck(L_53); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_53, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; V_1 = 4; goto IL_02fe; } IL_0267: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_54 = V_3; NullCheck(L_54); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_54, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F; V_1 = ((int32_t)16); V_2 = 0; goto IL_02fe; } IL_027f: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_55 = V_3; NullCheck(L_55); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_55, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F; V_1 = 5; V_2 = 0; goto IL_02fe; } IL_0296: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_56 = V_3; NullCheck(L_56); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_56, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F; V_1 = ((int32_t)24); goto IL_02fe; } IL_02ac: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_57 = V_3; NullCheck(L_57); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_57, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F; V_1 = ((int32_t)16); goto IL_02fe; } IL_02c2: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_58 = V_3; NullCheck(L_58); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_58, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; V_1 = ((int32_t)16); goto IL_02fe; } IL_02d8: { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_59 = V_3; NullCheck(L_59); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_59, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); V_0 = _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C; V_1 = 5; goto IL_02fe; } IL_02ed: { String_t* L_60 = V_0; String_t* L_61 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral7CB21E3398253A9FD01555A78CDD038F46778484, L_60, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_62 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_62, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var); } IL_02fe: { V_4 = (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)NULL; String_t* L_63 = V_0; bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL); if (L_64) { goto IL_0337; } } { String_t* L_65 = V_0; bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral2B69EA076BD364D53AD2617C3A0BF3387013220C, /*hidden argument*/NULL); if (L_66) { goto IL_0340; } } { String_t* L_67 = V_0; bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral2113842AE751CFD206BA143B55BA46A421A7E07F, /*hidden argument*/NULL); if (L_68) { goto IL_0349; } } { String_t* L_69 = V_0; bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral80C050AFCE55BDA39642CED27679D2CBB619663F, /*hidden argument*/NULL); if (L_70) { goto IL_0352; } } { goto IL_035b; } IL_0337: { IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var); DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * L_71 = DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5(/*hidden argument*/NULL); V_4 = L_71; goto IL_0362; } IL_0340: { IL2CPP_RUNTIME_CLASS_INIT(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_il2cpp_TypeInfo_var); RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA * L_72 = RC2_Create_m3742A99AA8D0593D6142F4BCAC2CF0367CEC2BDF(/*hidden argument*/NULL); V_4 = L_72; goto IL_0362; } IL_0349: { IL2CPP_RUNTIME_CLASS_INIT(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var); TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_73 = TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A(/*hidden argument*/NULL); V_4 = L_73; goto IL_0362; } IL_0352: { IL2CPP_RUNTIME_CLASS_INIT(RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A_il2cpp_TypeInfo_var); RC4_tE948FABB480D5D62B6283E1CAB240049880D2A4A * L_74 = RC4_Create_m52D2B01E3CB9AEF1D6CA078AD8119B194A8B4436(/*hidden argument*/NULL); V_4 = L_74; goto IL_0362; } IL_035b: { String_t* L_75 = V_0; NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_76 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_76, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E_RuntimeMethod_var); } IL_0362: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_77 = V_4; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_78 = V_3; int32_t L_79 = V_1; NullCheck(L_78); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F(L_78, L_79, /*hidden argument*/NULL); NullCheck(L_77); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_77, L_80); int32_t L_81 = V_2; if ((((int32_t)L_81) <= ((int32_t)0))) { goto IL_038a; } } { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_82 = V_4; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_83 = V_3; int32_t L_84 = V_2; NullCheck(L_83); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF(L_83, L_84, /*hidden argument*/NULL); NullCheck(L_82); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_82, L_85); SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_86 = V_4; NullCheck(L_86); VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_86, 1); } IL_038a: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_87 = V_4; return L_87; } } // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(System.String,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___encryptedData3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788_MetadataUsageId); s_Il2CppMethodInitialized = true; } SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)NULL; V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_0004: try { // begin try (depth: 1) String_t* L_0 = ___algorithmOid0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_3 = PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(23 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateDecryptor() */, L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___encryptedData3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___encryptedData3; NullCheck(L_7); NullCheck(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(4 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); V_1 = L_8; IL2CPP_LEAVE(0x2D, FINALLY_0023); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_9 = V_0; if (!L_9) { goto IL_002c; } } IL_0026: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_10 = V_0; NullCheck(L_10); SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2(L_10, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1; return L_11; } } // System.Byte[] Mono.Security.X509.PKCS12::Decrypt(Mono.Security.PKCS7_EncryptedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Decrypt_m96326C7F7100C5C91AFE089A46B6F7582823141F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * ___ed0, const RuntimeMethod* method) { { EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_0 = ___ed0; NullCheck(L_0); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_1 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_1, /*hidden argument*/NULL); EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_3 = ___ed0; NullCheck(L_3); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_4 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); NullCheck(L_6); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_6, /*hidden argument*/NULL); EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_8 = ___ed0; NullCheck(L_8); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_9 = EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL); int32_t L_12 = ASN1Convert_ToInt32_mAC5DAAEB9310B76D9572D1774F7341BBC321FC75(L_11, /*hidden argument*/NULL); EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * L_13 = ___ed0; NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = EncryptedData_get_EncryptedContent_m8FA8621199A8B7A57DA4627C42962BCC770A635D(L_13, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_2, L_7, L_12, L_14, /*hidden argument*/NULL); return L_15; } } // System.Byte[] Mono.Security.X509.PKCS12::Encrypt(System.String,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, String_t* ___algorithmOid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterationCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; String_t* L_0 = ___algorithmOid0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1; int32_t L_2 = ___iterationCount2; SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_3 = PKCS12_GetSymmetricAlgorithm_m9FCCE26168D2401D9F6A20E07C15D3B435C1D68E(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_000c: try { // begin try (depth: 1) SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_4 = V_1; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___data3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___data3; NullCheck(L_7); NullCheck(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(4 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); V_0 = L_8; IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_9 = V_1; if (!L_9) { goto IL_002a; } } IL_0024: { SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_10); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_0; return L_11; } } // System.Security.Cryptography.DSAParameters Mono.Security.X509.PKCS12::GetExistingParameters(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, bool* ___found0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * V_0 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_1 = NULL; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * V_2 = NULL; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_0 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL); NullCheck(L_0); X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_1 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0034; } IL_000e: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_2 = V_0; NullCheck(L_2); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_3 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_2, /*hidden argument*/NULL); V_1 = L_3; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_4 = V_1; NullCheck(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_4); if (!L_5) { goto IL_0034; } } IL_001d: { X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_6 = V_1; NullCheck(L_6); DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_7 = X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC(L_6, /*hidden argument*/NULL); V_2 = L_7; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_8 = V_2; if (!L_8) { goto IL_0034; } } IL_0027: { bool* L_9 = ___found0; *((int8_t*)L_9) = (int8_t)1; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_10 = V_2; NullCheck(L_10); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(10 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_10, (bool)0); V_3 = L_11; IL2CPP_LEAVE(0x60, FINALLY_003e); } IL_0034: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_12 = V_0; NullCheck(L_12); bool L_13 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_000e; } } IL_003c: { IL2CPP_LEAVE(0x52, 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) { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_14 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (!L_15) { goto IL_0051; } } IL_004a: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16); } IL_0051: { IL2CPP_END_FINALLY(62) } } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x60, IL_0060) IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0052: { bool* L_17 = ___found0; *((int8_t*)L_17) = (int8_t)0; il2cpp_codegen_initobj((&V_5), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 )); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_18 = V_5; return L_18; } IL_0060: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_19 = V_3; return L_19; } } // System.Void Mono.Security.X509.PKCS12::AddPrivateKey(Mono.Security.Cryptography.PKCS8_PrivateKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * ___pki0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; uint8_t V_1 = 0x0; bool V_2 = false; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_3; memset((&V_3), 0, sizeof(V_3)); { PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_0 = ___pki0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = PrivateKeyInfo_get_PrivateKey_mD33447D28BE8F6FD730BA45FD65D8B4567C0D49D(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_1 = L_4; uint8_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0016; } } { uint8_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)48)))) { goto IL_0037; } } { goto IL_004b; } IL_0016: { DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_7 = PKCS12_GetExistingParameters_m5CB92F86AC0108C49D9E0494F9E27531097277A3(__this, (bool*)(&V_2), /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_2; if (!L_8) { goto IL_0060; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0; DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = V_3; DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_12 = PrivateKeyInfo_DecodeDSA_m39B2BF20D77117C7A5FC54FBC8C27862E3C92F31(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_12); goto IL_0060; } IL_0037: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = __this->get__keyBags_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0; RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_15 = PrivateKeyInfo_DecodeRSA_m081ABDEDA78547986C709C7FC27D5C6592609118(L_14, /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_15); goto IL_0060; } IL_004b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0; NullCheck(L_17); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_16, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), /*hidden argument*/NULL); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_18 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_18, _stringLiteral5946ACD155491E90D92E508F3BC09953839635A6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66_RuntimeMethod_var); } IL_0060: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_0; NullCheck(L_20); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_19, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))), /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::ReadSafeBag(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; String_t* V_1 = NULL; EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL; int32_t V_10 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_11 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B4_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B3_0 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * G_B15_0 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * G_B14_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B24_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B23_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B26_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B26_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B25_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B25_1 = NULL; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___safeBag0; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)48)))) { goto IL_0015; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, _stringLiteral2148F912D5521151B4B4FCF9E3FA7841DB561995, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_0015: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ___safeBag0; NullCheck(L_3); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_3, 0, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = L_4; NullCheck(L_5); uint8_t L_6 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_5, /*hidden argument*/NULL); G_B3_0 = L_5; if ((((int32_t)L_6) == ((int32_t)6))) { G_B4_0 = L_5; goto IL_0030; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteral43CE8C8760C0F57C8E735CF657FC12BA30A8B65B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_0030: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ___safeBag0; NullCheck(L_8); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_8, 1, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(G_B4_0, /*hidden argument*/NULL); V_1 = L_10; String_t* L_11 = V_1; bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL); if (L_12) { goto IL_009d; } } { String_t* L_13 = V_1; bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL); if (L_14) { goto IL_00b3; } } { String_t* L_15 = V_1; bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (L_16) { goto IL_00f6; } } { String_t* L_17 = V_1; bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteral2585FC37E8BD5E0ABA0AA8CAD9C47283C578EBD3, /*hidden argument*/NULL); if (L_18) { goto IL_0168; } } { String_t* L_19 = V_1; bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE, /*hidden argument*/NULL); if (L_20) { goto IL_0145; } } { String_t* L_21 = V_1; bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralC2FFDAF1F4D54001A31179F5FE1D57F557C4FBDC, /*hidden argument*/NULL); if (L_22) { goto IL_0168; } } { goto IL_015d; } IL_009d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_0; NullCheck(L_23); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_23, /*hidden argument*/NULL); PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_25 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_25, L_24, /*hidden argument*/NULL); PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66(__this, L_25, /*hidden argument*/NULL); goto IL_0168; } IL_00b3: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_0; NullCheck(L_26); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_26, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_28 = (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A *)il2cpp_codegen_object_new(EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A_il2cpp_TypeInfo_var); EncryptedPrivateKeyInfo__ctor_m07345021935BB4EBCDF2CD8A3D15497A313BEF85(L_28, L_27, /*hidden argument*/NULL); V_2 = L_28; EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_29 = V_2; NullCheck(L_29); String_t* L_30 = EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline(L_29, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_31 = V_2; NullCheck(L_31); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = EncryptedPrivateKeyInfo_get_Salt_m480EAA85D0E1F8C96C521251FA149F23B3AF867F(L_31, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_33 = V_2; NullCheck(L_33); int32_t L_34 = EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline(L_33, /*hidden argument*/NULL); EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * L_35 = V_2; NullCheck(L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = EncryptedPrivateKeyInfo_get_EncryptedData_m1F093E66F70D267552152E3610B5716B61440AD4(L_35, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = PKCS12_Decrypt_m88BC08546709DA6F6891144613C4C72EA982A788(__this, L_30, L_32, L_34, L_36, /*hidden argument*/NULL); V_3 = L_37; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_3; PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 * L_39 = (PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8 *)il2cpp_codegen_object_new(PrivateKeyInfo_tB0FE1E120AA479902AF80D2FDC2B6E58656A94B8_il2cpp_TypeInfo_var); PrivateKeyInfo__ctor_m3D3E32BC564FD9A146623B7A509FDADA9B52B7EB(L_39, L_38, /*hidden argument*/NULL); PKCS12_AddPrivateKey_mEBFD8E9657B64302B3271A734446374BAC352F66(__this, L_39, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_3; NullCheck(L_41); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_40, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))), /*hidden argument*/NULL); goto IL_0168; } IL_00f6: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_0; NullCheck(L_42); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_42, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_44 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_44, L_43, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_45 = L_44; NullCheck(L_45); String_t* L_46 = ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline(L_45, /*hidden argument*/NULL); bool L_47 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_46, _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817, /*hidden argument*/NULL); G_B14_0 = L_45; if (!L_47) { G_B15_0 = L_45; goto IL_011e; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_48 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_48, _stringLiteral2CFD4072F8990E79EAEA6A6C2045E74F87B56352, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_011e: { NullCheck(G_B15_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(G_B15_0, /*hidden argument*/NULL); NullCheck(L_49); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_50 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_49, 0, /*hidden argument*/NULL); NullCheck(L_50); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_50, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_52 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_52, L_51, /*hidden argument*/NULL); V_4 = L_52; X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_53 = __this->get__certs_3(); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_54 = V_4; NullCheck(L_53); X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341(L_53, L_54, /*hidden argument*/NULL); goto IL_0168; } IL_0145: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_0; NullCheck(L_55); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_55, /*hidden argument*/NULL); V_5 = L_56; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_57 = __this->get__secretBags_2(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_5; NullCheck(L_57); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_57, (RuntimeObject *)(RuntimeObject *)L_58); goto IL_0168; } IL_015d: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_59 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_59, _stringLiteralAC52213E99AFDA01D46868C80010237AC135927B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_0168: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_60 = ___safeBag0; NullCheck(L_60); int32_t L_61 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_60, /*hidden argument*/NULL); if ((((int32_t)L_61) <= ((int32_t)2))) { goto IL_0261; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_62 = ___safeBag0; NullCheck(L_62); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_63 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_62, 2, /*hidden argument*/NULL); V_6 = L_63; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_64 = V_6; NullCheck(L_64); uint8_t L_65 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_64, /*hidden argument*/NULL); if ((((int32_t)L_65) == ((int32_t)((int32_t)49)))) { goto IL_0193; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_66 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_66, _stringLiteral85C0C834CC0B9B381C0FF7F8BBAC9285AF308AB0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_0193: { V_7 = 0; goto IL_0253; } IL_019b: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_67 = V_6; int32_t L_68 = V_7; NullCheck(L_67); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_69 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_67, L_68, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_70 = L_69; NullCheck(L_70); uint8_t L_71 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_70, /*hidden argument*/NULL); G_B23_0 = L_70; if ((((int32_t)L_71) == ((int32_t)((int32_t)48)))) { G_B24_0 = L_70; goto IL_01b9; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_72 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_72, _stringLiteral471DB6AD83C76628B068C830D0269B041596AEAA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_01b9: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_73 = G_B24_0; NullCheck(L_73); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_74 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_73, 0, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_75 = L_74; NullCheck(L_75); uint8_t L_76 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_75, /*hidden argument*/NULL); G_B25_0 = L_75; G_B25_1 = L_73; if ((((int32_t)L_76) == ((int32_t)6))) { G_B26_0 = L_75; G_B26_1 = L_73; goto IL_01d4; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_77 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_77, _stringLiteral44E5C4B7066508335FF9B48BB0D5A05575F2001B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_01d4: { String_t* L_78 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(G_B26_0, /*hidden argument*/NULL); V_8 = L_78; NullCheck(G_B26_1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_79 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(G_B26_1, 1, /*hidden argument*/NULL); V_9 = L_79; V_10 = 0; goto IL_0242; } IL_01e8: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_80 = V_9; int32_t L_81 = V_10; NullCheck(L_80); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_82 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_80, L_81, /*hidden argument*/NULL); V_11 = L_82; String_t* L_83 = V_8; bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL); if (L_84) { goto IL_0211; } } { String_t* L_85 = V_8; bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL); if (L_86) { goto IL_0227; } } { goto IL_023c; } IL_0211: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_87 = V_11; NullCheck(L_87); uint8_t L_88 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_87, /*hidden argument*/NULL); if ((((int32_t)L_88) == ((int32_t)((int32_t)30)))) { goto IL_023c; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_89 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_89, _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_89, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_0227: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_90 = V_11; NullCheck(L_90); uint8_t L_91 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_90, /*hidden argument*/NULL); if ((((int32_t)L_91) == ((int32_t)4))) { goto IL_023c; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_92 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_92, _stringLiteral16B16DE39EAF0CBCF65105A574643EF876F34376, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, PKCS12_ReadSafeBag_m1CC6544B6152507D97975CF04D53D0659DE6C38A_RuntimeMethod_var); } IL_023c: { int32_t L_93 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0242: { int32_t L_94 = V_10; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_95 = V_9; NullCheck(L_95); int32_t L_96 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_95, /*hidden argument*/NULL); if ((((int32_t)L_94) < ((int32_t)L_96))) { goto IL_01e8; } } { int32_t L_97 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0253: { int32_t L_98 = V_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_99 = V_6; NullCheck(L_99); int32_t L_100 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_99, /*hidden argument*/NULL); if ((((int32_t)L_98) < ((int32_t)L_100))) { goto IL_019b; } } IL_0261: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_101 = __this->get__safeBags_8(); String_t* L_102 = V_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_103 = ___safeBag0; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_104 = (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)il2cpp_codegen_object_new(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var); SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2(L_104, L_102, L_103, /*hidden argument*/NULL); NullCheck(L_101); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_101, L_104); return; } } // Mono.Security.ASN1 Mono.Security.X509.PKCS12::CertificateSafeBag(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___x5090, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_7 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_8 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_10 = NULL; RuntimeObject* V_11 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_13 = NULL; RuntimeObject* V_14 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_15 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_16 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_17 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_18 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___x5090; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_2, (uint8_t)4, L_1, /*hidden argument*/NULL); V_0 = L_2; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_3 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mD3AEA567902B344B28E5BF28413B0A532693BE78(L_3, /*hidden argument*/NULL); V_1 = L_3; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_4 = V_1; NullCheck(L_4); ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline(L_4, _stringLiteralC99B45DFFF89CE2609C9C3C74B70826509B7E817, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_5 = V_1; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_5, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_0; NullCheck(L_6); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_6, L_7, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_8, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_2 = L_8; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_2; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_10 = V_1; NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_10, /*hidden argument*/NULL); NullCheck(L_9); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_9, L_11, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_12, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_3 = L_12; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); NullCheck(L_13); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_13, L_14, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_2; NullCheck(L_15); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_15, L_16, /*hidden argument*/NULL); RuntimeObject* L_17 = ___attributes1; if (!L_17) { goto IL_0225; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_18, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_4 = L_18; RuntimeObject* L_19 = ___attributes1; NullCheck(L_19); RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_19); V_5 = L_20; goto IL_0206; } IL_0080: { RuntimeObject* L_21 = V_5; NullCheck(L_21); RuntimeObject * L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_21); V_6 = ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)); String_t* L_23 = V_6; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL); if (L_24) { goto IL_00b2; } } { String_t* L_25 = V_6; bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL); if (L_26) { goto IL_015f; } } { goto IL_0206; } IL_00b2: { RuntimeObject* L_27 = V_5; NullCheck(L_27); RuntimeObject * L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_27); V_7 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_28, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = V_7; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_0206; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_31 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_31, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_9 = L_31; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = V_9; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral475F6403296A11AD7C5C0A2C315474FAE9953448, /*hidden argument*/NULL); NullCheck(L_32); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_32, L_33, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_34, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_10 = L_34; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_7; NullCheck(L_35); RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_35); V_11 = L_36; } IL_00fa: try { // begin try (depth: 1) { goto IL_0126; } IL_00fc: { RuntimeObject* L_37 = V_11; NullCheck(L_37); RuntimeObject * L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_37); V_12 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_38, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_39, (uint8_t)((int32_t)30), /*hidden argument*/NULL); V_13 = L_39; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_13; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_12; NullCheck(L_40); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_40, L_41, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_10; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_13; NullCheck(L_42); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_42, L_43, /*hidden argument*/NULL); } IL_0126: { RuntimeObject* L_44 = V_11; NullCheck(L_44); bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_44); if (L_45) { goto IL_00fc; } } IL_012f: { IL2CPP_LEAVE(0x146, FINALLY_0131); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0131; } FINALLY_0131: { // begin finally (depth: 1) { RuntimeObject* L_46 = V_11; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_14; if (!L_47) { goto IL_0145; } } IL_013e: { RuntimeObject* L_48 = V_14; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_48); } IL_0145: { IL2CPP_END_FINALLY(305) } } // end finally (depth: 1) IL2CPP_CLEANUP(305) { IL2CPP_JUMP_TBL(0x146, IL_0146) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0146: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = V_9; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_50 = V_10; NullCheck(L_49); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_49, L_50, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_51 = V_4; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_52 = V_9; NullCheck(L_51); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_51, L_52, /*hidden argument*/NULL); goto IL_0206; } IL_015f: { RuntimeObject* L_53 = V_5; NullCheck(L_53); RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_53); V_8 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_54, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_55 = V_8; NullCheck(L_55); int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_55); if ((((int32_t)L_56) <= ((int32_t)0))) { goto IL_0206; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_57 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_57, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_15 = L_57; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_58 = V_15; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_59 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral6CB177B80C57F442434FADF5878CCBB93AE352D6, /*hidden argument*/NULL); NullCheck(L_58); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_58, L_59, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_60 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_60, (uint8_t)((int32_t)49), /*hidden argument*/NULL); V_16 = L_60; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_61 = V_8; NullCheck(L_61); RuntimeObject* L_62 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_61); V_11 = L_62; } IL_01a7: try { // begin try (depth: 1) { goto IL_01d2; } IL_01a9: { RuntimeObject* L_63 = V_11; NullCheck(L_63); RuntimeObject * L_64 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_63); V_17 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_64, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_65, (uint8_t)4, /*hidden argument*/NULL); V_18 = L_65; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_66 = V_18; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_17; NullCheck(L_66); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_66, L_67, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_68 = V_16; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_69 = V_18; NullCheck(L_68); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_68, L_69, /*hidden argument*/NULL); } IL_01d2: { RuntimeObject* L_70 = V_11; NullCheck(L_70); bool L_71 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_70); if (L_71) { goto IL_01a9; } } IL_01db: { IL2CPP_LEAVE(0x1F2, FINALLY_01dd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01dd; } FINALLY_01dd: { // begin finally (depth: 1) { RuntimeObject* L_72 = V_11; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_72, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_73 = V_14; if (!L_73) { goto IL_01f1; } } IL_01ea: { RuntimeObject* L_74 = V_14; NullCheck(L_74); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_74); } IL_01f1: { IL2CPP_END_FINALLY(477) } } // end finally (depth: 1) IL2CPP_CLEANUP(477) { IL2CPP_JUMP_TBL(0x1F2, IL_01f2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f2: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_75 = V_15; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_76 = V_16; NullCheck(L_75); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_75, L_76, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_77 = V_4; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_78 = V_15; NullCheck(L_77); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_77, L_78, /*hidden argument*/NULL); } IL_0206: { RuntimeObject* L_79 = V_5; NullCheck(L_79); bool L_80 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_79); if (L_80) { goto IL_0080; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_81 = V_4; NullCheck(L_81); int32_t L_82 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_81, /*hidden argument*/NULL); if ((((int32_t)L_82) <= ((int32_t)0))) { goto IL_0225; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_83 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_84 = V_4; NullCheck(L_83); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_83, L_84, /*hidden argument*/NULL); } IL_0225: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_85 = V_3; return L_85; } } // System.Byte[] Mono.Security.X509.PKCS12::MAC(System.Byte[],System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, int32_t ___iterations2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E_MetadataUsageId); s_Il2CppMethodInitialized = true; } DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * V_0 = NULL; { DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_0 = (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 *)il2cpp_codegen_object_new(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var); DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A(L_0, /*hidden argument*/NULL); V_0 = L_0; DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_1 = V_0; NullCheck(L_1); DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline(L_1, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_2 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___password0; NullCheck(L_2); DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F(L_2, L_3, /*hidden argument*/NULL); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_4 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___salt1; NullCheck(L_4); DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30(L_4, L_5, /*hidden argument*/NULL); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_6 = V_0; int32_t L_7 = ___iterations2; NullCheck(L_6); DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline(L_6, L_7, /*hidden argument*/NULL); HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * L_8 = HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B(/*hidden argument*/NULL); HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_9 = ((HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)CastclassClass((RuntimeObject*)L_8, HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var)); DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819(L_10, ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_9); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Void System.Security.Cryptography.KeyedHashAlgorithm::set_Key(System.Byte[]) */, L_9, L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___data3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___data3; NullCheck(L_13); NullCheck(L_9); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819(L_9, L_12, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), /*hidden argument*/NULL); return L_14; } } // System.Byte[] Mono.Security.X509.PKCS12::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_2 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_6 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_7 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_9 = NULL; RuntimeObject* V_10 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_11 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_12 = NULL; RuntimeObject* V_13 = NULL; X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * V_14 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_15 = NULL; bool V_16 = false; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_17 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_18 = NULL; bool V_19 = false; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_20 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_21 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_22 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_23 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_24 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_25 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_26 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_27 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_28 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_29 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_30 = NULL; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_31 = NULL; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * V_32 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_33 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_34 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_35 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_36 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 10); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL); V_1 = L_1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get__safeBags_8(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_10 = L_3; } IL_001b: try { // begin try (depth: 1) { goto IL_0075; } IL_001d: { RuntimeObject* L_4 = V_10; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_11 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_5, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_11; NullCheck(L_6); String_t* L_7 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (!L_8) { goto IL_0075; } } IL_003e: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_9 = V_11; NullCheck(L_9); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL); NullCheck(L_11); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_11, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_13 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_13, L_12, /*hidden argument*/NULL); V_12 = L_13; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = V_1; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_15 = V_12; NullCheck(L_15); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_16, 0, /*hidden argument*/NULL); NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_17, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_19 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_19, L_18, /*hidden argument*/NULL); NullCheck(L_14); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_19); } IL_0075: { RuntimeObject* L_20 = V_10; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_001d; } } IL_007e: { IL2CPP_LEAVE(0x95, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_13; if (!L_23) { goto IL_0094; } } IL_008d: { RuntimeObject* L_24 = V_13; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_24); } IL_0094: { IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x95, IL_0095) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0095: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_25 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_25, /*hidden argument*/NULL); V_2 = L_25; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_26, /*hidden argument*/NULL); V_3 = L_26; X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_27 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL); NullCheck(L_27); X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_28 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_27, /*hidden argument*/NULL); V_14 = L_28; } IL_00ae: try { // begin try (depth: 1) { goto IL_011a; } IL_00b0: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_29 = V_14; NullCheck(L_29); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_30 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_29, /*hidden argument*/NULL); V_15 = L_30; V_16 = (bool)0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_31 = V_1; NullCheck(L_31); RuntimeObject* L_32 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_31); V_10 = L_32; } IL_00c4: try { // begin try (depth: 2) { goto IL_00ed; } IL_00c6: { RuntimeObject* L_33 = V_10; NullCheck(L_33); RuntimeObject * L_34 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_33); V_17 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_34, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_35 = V_15; NullCheck(L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_35); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_37 = V_17; NullCheck(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_37); bool L_39 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00ed; } } IL_00ea: { V_16 = (bool)1; } IL_00ed: { RuntimeObject* L_40 = V_10; NullCheck(L_40); bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_00c6; } } IL_00f6: { IL2CPP_LEAVE(0x10D, FINALLY_00f8); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f8; } FINALLY_00f8: { // begin finally (depth: 2) { RuntimeObject* L_42 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_43 = V_13; if (!L_43) { goto IL_010c; } } IL_0105: { RuntimeObject* L_44 = V_13; NullCheck(L_44); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_44); } IL_010c: { IL2CPP_END_FINALLY(248) } } // end finally (depth: 2) IL2CPP_CLEANUP(248) { IL2CPP_JUMP_TBL(0x10D, IL_010d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_010d: { bool L_45 = V_16; if (L_45) { goto IL_011a; } } IL_0111: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_46 = V_2; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_47 = V_15; NullCheck(L_46); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_46, L_47); } IL_011a: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_48 = V_14; NullCheck(L_48); bool L_49 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_48, /*hidden argument*/NULL); if (L_49) { goto IL_00b0; } } IL_0123: { IL2CPP_LEAVE(0x13A, FINALLY_0125); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0125; } FINALLY_0125: { // begin finally (depth: 1) { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_50 = V_14; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_50, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_51 = V_13; if (!L_51) { goto IL_0139; } } IL_0132: { RuntimeObject* L_52 = V_13; NullCheck(L_52); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_52); } IL_0139: { IL2CPP_END_FINALLY(293) } } // end finally (depth: 1) IL2CPP_CLEANUP(293) { IL2CPP_JUMP_TBL(0x13A, IL_013a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013a: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_53 = V_1; NullCheck(L_53); RuntimeObject* L_54 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_53); V_10 = L_54; } IL_0142: try { // begin try (depth: 1) { goto IL_01b3; } IL_0144: { RuntimeObject* L_55 = V_10; NullCheck(L_55); RuntimeObject * L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_55); V_18 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_56, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); V_19 = (bool)0; X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_57 = PKCS12_get_Certificates_m48624BD34367888FB6943D073B4578BCECCA398D(__this, /*hidden argument*/NULL); NullCheck(L_57); X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_58 = X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29(L_57, /*hidden argument*/NULL); V_14 = L_58; } IL_0162: try { // begin try (depth: 2) { goto IL_0186; } IL_0164: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_59 = V_14; NullCheck(L_59); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_60 = X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089(L_59, /*hidden argument*/NULL); V_20 = L_60; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_61 = V_18; NullCheck(L_61); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_61); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_63 = V_20; NullCheck(L_63); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_63); bool L_65 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_62, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0186; } } IL_0183: { V_19 = (bool)1; } IL_0186: { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_66 = V_14; NullCheck(L_66); bool L_67 = X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2(L_66, /*hidden argument*/NULL); if (L_67) { goto IL_0164; } } IL_018f: { IL2CPP_LEAVE(0x1A6, FINALLY_0191); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0191; } FINALLY_0191: { // begin finally (depth: 2) { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_68 = V_14; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_13; if (!L_69) { goto IL_01a5; } } IL_019e: { RuntimeObject* L_70 = V_13; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_70); } IL_01a5: { IL2CPP_END_FINALLY(401) } } // end finally (depth: 2) IL2CPP_CLEANUP(401) { IL2CPP_JUMP_TBL(0x1A6, IL_01a6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a6: { bool L_71 = V_19; if (L_71) { goto IL_01b3; } } IL_01aa: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_72 = V_3; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_73 = V_18; NullCheck(L_72); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_72, L_73); } IL_01b3: { RuntimeObject* L_74 = V_10; NullCheck(L_74); bool L_75 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_74); if (L_75) { goto IL_0144; } } IL_01bc: { IL2CPP_LEAVE(0x1D3, FINALLY_01be); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01be; } FINALLY_01be: { // begin finally (depth: 1) { RuntimeObject* L_76 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_76, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_77 = V_13; if (!L_77) { goto IL_01d2; } } IL_01cb: { RuntimeObject* L_78 = V_13; NullCheck(L_78); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_78); } IL_01d2: { IL2CPP_END_FINALLY(446) } } // end finally (depth: 1) IL2CPP_CLEANUP(446) { IL2CPP_JUMP_TBL(0x1D3, IL_01d3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01d3: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_79 = V_3; NullCheck(L_79); RuntimeObject* L_80 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_79); V_10 = L_80; } IL_01db: try { // begin try (depth: 1) { goto IL_01f3; } IL_01dd: { RuntimeObject* L_81 = V_10; NullCheck(L_81); RuntimeObject * L_82 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_81); V_21 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_82, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_83 = V_21; PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5(__this, L_83, /*hidden argument*/NULL); } IL_01f3: { RuntimeObject* L_84 = V_10; NullCheck(L_84); bool L_85 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_84); if (L_85) { goto IL_01dd; } } IL_01fc: { IL2CPP_LEAVE(0x213, FINALLY_01fe); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01fe; } FINALLY_01fe: { // begin finally (depth: 1) { RuntimeObject* L_86 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_86, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_87 = V_13; if (!L_87) { goto IL_0212; } } IL_020b: { RuntimeObject* L_88 = V_13; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_88); } IL_0212: { IL2CPP_END_FINALLY(510) } } // end finally (depth: 1) IL2CPP_CLEANUP(510) { IL2CPP_JUMP_TBL(0x213, IL_0213) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0213: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_89 = V_2; NullCheck(L_89); RuntimeObject* L_90 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_89); V_10 = L_90; } IL_021b: try { // begin try (depth: 1) { goto IL_0233; } IL_021d: { RuntimeObject* L_91 = V_10; NullCheck(L_91); RuntimeObject * L_92 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_91); V_22 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_92, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_93 = V_22; PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471(__this, L_93, /*hidden argument*/NULL); } IL_0233: { RuntimeObject* L_94 = V_10; NullCheck(L_94); bool L_95 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_94); if (L_95) { goto IL_021d; } } IL_023c: { IL2CPP_LEAVE(0x253, FINALLY_023e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_023e; } FINALLY_023e: { // begin finally (depth: 1) { RuntimeObject* L_96 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_96, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_97 = V_13; if (!L_97) { goto IL_0252; } } IL_024b: { RuntimeObject* L_98 = V_13; NullCheck(L_98); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_98); } IL_0252: { IL2CPP_END_FINALLY(574) } } // end finally (depth: 1) IL2CPP_CLEANUP(574) { IL2CPP_JUMP_TBL(0x253, IL_0253) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0253: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_99 = __this->get__safeBags_8(); NullCheck(L_99); int32_t L_100 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_99); if ((((int32_t)L_100) <= ((int32_t)0))) { goto IL_02f3; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_101 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_101, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_23 = L_101; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_102 = __this->get__safeBags_8(); NullCheck(L_102); RuntimeObject* L_103 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_102); V_10 = L_103; } IL_027a: try { // begin try (depth: 1) { goto IL_02ac; } IL_027c: { RuntimeObject* L_104 = V_10; NullCheck(L_104); RuntimeObject * L_105 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_104); V_24 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_105, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_106 = V_24; NullCheck(L_106); String_t* L_107 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_106, /*hidden argument*/NULL); NullCheck(L_107); bool L_108 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_107, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (!L_108) { goto IL_02ac; } } IL_029d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_109 = V_23; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_110 = V_24; NullCheck(L_110); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_111 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_110, /*hidden argument*/NULL); NullCheck(L_109); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_109, L_111, /*hidden argument*/NULL); } IL_02ac: { RuntimeObject* L_112 = V_10; NullCheck(L_112); bool L_113 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_112); if (L_113) { goto IL_027c; } } IL_02b5: { IL2CPP_LEAVE(0x2CC, FINALLY_02b7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b7; } FINALLY_02b7: { // begin finally (depth: 1) { RuntimeObject* L_114 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_114, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_115 = V_13; if (!L_115) { goto IL_02cb; } } IL_02c4: { RuntimeObject* L_116 = V_13; NullCheck(L_116); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_116); } IL_02cb: { IL2CPP_END_FINALLY(695) } } // end finally (depth: 1) IL2CPP_CLEANUP(695) { IL2CPP_JUMP_TBL(0x2CC, IL_02cc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02cc: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_117 = V_23; NullCheck(L_117); int32_t L_118 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_117, /*hidden argument*/NULL); if ((((int32_t)L_118) <= ((int32_t)0))) { goto IL_02f3; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_119 = V_23; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_120 = PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A(__this, L_119, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL); V_25 = L_120; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_121 = V_0; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_122 = V_25; NullCheck(L_122); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_123 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_122, /*hidden argument*/NULL); NullCheck(L_121); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_121, L_123, /*hidden argument*/NULL); } IL_02f3: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_124 = __this->get__safeBags_8(); NullCheck(L_124); int32_t L_125 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_124); if ((((int32_t)L_125) <= ((int32_t)0))) { goto IL_03cd; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_126 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_126, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_26 = L_126; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_127 = __this->get__safeBags_8(); NullCheck(L_127); RuntimeObject* L_128 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_127); V_10 = L_128; } IL_031a: try { // begin try (depth: 1) { goto IL_035f; } IL_031c: { RuntimeObject* L_129 = V_10; NullCheck(L_129); RuntimeObject * L_130 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_129); V_27 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_130, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_131 = V_27; NullCheck(L_131); String_t* L_132 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_131, /*hidden argument*/NULL); NullCheck(L_132); bool L_133 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_132, _stringLiteral2F280ADB68040B360D7B03B819A13379B799EFAB, /*hidden argument*/NULL); if (L_133) { goto IL_0350; } } IL_033d: { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_134 = V_27; NullCheck(L_134); String_t* L_135 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_134, /*hidden argument*/NULL); NullCheck(L_135); bool L_136 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_135, _stringLiteral3F556C2B89C9D40F8FCB8B45DB88D9BA3BDB25A7, /*hidden argument*/NULL); if (!L_136) { goto IL_035f; } } IL_0350: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_137 = V_26; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_138 = V_27; NullCheck(L_138); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_139 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_138, /*hidden argument*/NULL); NullCheck(L_137); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_137, L_139, /*hidden argument*/NULL); } IL_035f: { RuntimeObject* L_140 = V_10; NullCheck(L_140); bool L_141 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_140); if (L_141) { goto IL_031c; } } IL_0368: { IL2CPP_LEAVE(0x37F, FINALLY_036a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_036a; } FINALLY_036a: { // begin finally (depth: 1) { RuntimeObject* L_142 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_142, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_143 = V_13; if (!L_143) { goto IL_037e; } } IL_0377: { RuntimeObject* L_144 = V_13; NullCheck(L_144); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_144); } IL_037e: { IL2CPP_END_FINALLY(874) } } // end finally (depth: 1) IL2CPP_CLEANUP(874) { IL2CPP_JUMP_TBL(0x37F, IL_037f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_037f: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_145 = V_26; NullCheck(L_145); int32_t L_146 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_145, /*hidden argument*/NULL); if ((((int32_t)L_146) <= ((int32_t)0))) { goto IL_03cd; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_147 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_147, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_28 = L_147; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_148 = V_28; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_149 = V_26; NullCheck(L_149); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_150 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_149); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_151 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_151, (uint8_t)4, L_150, /*hidden argument*/NULL); NullCheck(L_148); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_148, L_151, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_152 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_152, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL); V_29 = L_152; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_153 = V_29; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_154 = V_28; NullCheck(L_153); ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_153, L_154, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_155 = V_0; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_156 = V_29; NullCheck(L_156); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_157 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_156, /*hidden argument*/NULL); NullCheck(L_155); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_155, L_157, /*hidden argument*/NULL); } IL_03cd: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_158 = __this->get__safeBags_8(); NullCheck(L_158); int32_t L_159 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_158); if ((((int32_t)L_159) <= ((int32_t)0))) { goto IL_046d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_160 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_160, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_30 = L_160; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_161 = __this->get__safeBags_8(); NullCheck(L_161); RuntimeObject* L_162 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_161); V_10 = L_162; } IL_03f4: try { // begin try (depth: 1) { goto IL_0426; } IL_03f6: { RuntimeObject* L_163 = V_10; NullCheck(L_163); RuntimeObject * L_164 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_163); V_31 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_164, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_165 = V_31; NullCheck(L_165); String_t* L_166 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_165, /*hidden argument*/NULL); NullCheck(L_166); bool L_167 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_166, _stringLiteralD9D28254BE2512FBA8D1D209322E0B1B22D90CEE, /*hidden argument*/NULL); if (!L_167) { goto IL_0426; } } IL_0417: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_168 = V_30; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_169 = V_31; NullCheck(L_169); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_170 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_169, /*hidden argument*/NULL); NullCheck(L_168); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_168, L_170, /*hidden argument*/NULL); } IL_0426: { RuntimeObject* L_171 = V_10; NullCheck(L_171); bool L_172 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_171); if (L_172) { goto IL_03f6; } } IL_042f: { IL2CPP_LEAVE(0x446, FINALLY_0431); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0431; } FINALLY_0431: { // begin finally (depth: 1) { RuntimeObject* L_173 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_173, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_174 = V_13; if (!L_174) { goto IL_0445; } } IL_043e: { RuntimeObject* L_175 = V_13; NullCheck(L_175); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_175); } IL_0445: { IL2CPP_END_FINALLY(1073) } } // end finally (depth: 1) IL2CPP_CLEANUP(1073) { IL2CPP_JUMP_TBL(0x446, IL_0446) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0446: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_176 = V_30; NullCheck(L_176); int32_t L_177 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_176, /*hidden argument*/NULL); if ((((int32_t)L_177) <= ((int32_t)0))) { goto IL_046d; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_178 = V_30; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_179 = PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A(__this, L_178, _stringLiteral8123C11021D033CA8E67AEF3CA8B6BC4D85B977C, /*hidden argument*/NULL); V_32 = L_179; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_180 = V_0; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_181 = V_32; NullCheck(L_181); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_182 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_181, /*hidden argument*/NULL); NullCheck(L_180); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_180, L_182, /*hidden argument*/NULL); } IL_046d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_183 = V_0; NullCheck(L_183); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_184 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_183); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_185 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_185, (uint8_t)4, L_184, /*hidden argument*/NULL); V_4 = L_185; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_186 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_186, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_5 = L_186; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_187 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_188 = V_4; NullCheck(L_187); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_187, L_188, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_189 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_189, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL); V_6 = L_189; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_190 = V_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_191 = V_5; NullCheck(L_190); ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_190, L_191, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_192 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_192, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_7 = L_192; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_193 = __this->get__password_0(); if (!L_193) { goto IL_0571; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_194 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_33 = L_194; RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_195 = PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_196 = V_33; NullCheck(L_195); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_195, L_196); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_197 = __this->get__password_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_198 = V_33; int32_t L_199 = __this->get__iterations_7(); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_200 = V_6; NullCheck(L_200); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_201 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_200, /*hidden argument*/NULL); NullCheck(L_201); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_202 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_201, 0, /*hidden argument*/NULL); NullCheck(L_202); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_203 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_202, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_204 = PKCS12_MAC_m490C907C6D5F0D36297F5A37DAFF5AB2E25C307E(__this, L_197, L_198, L_199, L_203, /*hidden argument*/NULL); V_34 = L_204; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_205 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_205, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_35 = L_205; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_206 = V_35; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_207 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6, /*hidden argument*/NULL); NullCheck(L_206); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_206, L_207, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_208 = V_35; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_209 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_209, (uint8_t)5, /*hidden argument*/NULL); NullCheck(L_208); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_208, L_209, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_210 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_210, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_36 = L_210; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_211 = V_36; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_212 = V_35; NullCheck(L_211); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_211, L_212, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_213 = V_36; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_214 = V_34; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_215 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_215, (uint8_t)4, L_214, /*hidden argument*/NULL); NullCheck(L_213); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_213, L_215, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_216 = V_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_217 = V_36; NullCheck(L_216); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_216, L_217, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_218 = V_7; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_219 = V_33; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_220 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_220, (uint8_t)4, L_219, /*hidden argument*/NULL); NullCheck(L_218); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_218, L_220, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_221 = V_7; int32_t L_222 = __this->get__iterations_7(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_223 = ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C(L_222, /*hidden argument*/NULL); NullCheck(L_221); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_221, L_223, /*hidden argument*/NULL); } IL_0571: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_224 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_225 = L_224; NullCheck(L_225); (L_225)->SetAt(static_cast(0), (uint8_t)3); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_226 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_226, (uint8_t)2, L_225, /*hidden argument*/NULL); V_8 = L_226; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_227 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_227, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_9 = L_227; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_228 = V_9; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_229 = V_8; NullCheck(L_228); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_228, L_229, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_230 = V_9; ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_231 = V_6; NullCheck(L_231); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_232 = ContentInfo_get_ASN1_mB9B58ED70D77C87B3DDEF2B63D3F966711FE0463(L_231, /*hidden argument*/NULL); NullCheck(L_230); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_230, L_232, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_233 = V_7; NullCheck(L_233); int32_t L_234 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_233, /*hidden argument*/NULL); if ((((int32_t)L_234) <= ((int32_t)0))) { goto IL_05b9; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_235 = V_9; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_236 = V_7; NullCheck(L_235); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_235, L_236, /*hidden argument*/NULL); } IL_05b9: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_237 = V_9; NullCheck(L_237); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_238 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_237); return L_238; } } // Mono.Security.PKCS7_ContentInfo Mono.Security.X509.PKCS12::EncryptedContentInfo(Mono.Security.ASN1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___safeBags0, String_t* ___algorithmOid1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_EncryptedContentInfo_m3617CCECB3D0B83828C57105ADA83EF2D2E1BF5A_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_6 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_7 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_1 = PKCS12_get_RNG_mF15B333934AED97104F96D1908756A0DD177D9A0(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_3, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_1 = L_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_6, (uint8_t)4, L_5, /*hidden argument*/NULL); NullCheck(L_4); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_4, L_6, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_1; int32_t L_8 = __this->get__iterations_7(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1Convert_FromInt32_mD4C2F67258BE5C03F5995559EFA21712D7E5E68C(L_8, /*hidden argument*/NULL); NullCheck(L_7); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_7, L_9, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_10, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_2 = L_10; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = V_2; String_t* L_12 = ___algorithmOid1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(L_12, /*hidden argument*/NULL); NullCheck(L_11); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_11, L_13, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = V_2; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_1; NullCheck(L_14); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_14, L_15, /*hidden argument*/NULL); String_t* L_16 = ___algorithmOid1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0; int32_t L_18 = __this->get__iterations_7(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = ___safeBags0; NullCheck(L_19); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_19); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = PKCS12_Encrypt_m3C939B2CB429573E20C83AA1F42AD16060BB60AA(__this, L_16, L_17, L_18, L_20, /*hidden argument*/NULL); V_3 = L_21; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_23, (uint8_t)((int32_t)128), L_22, /*hidden argument*/NULL); V_4 = L_23; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_24, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_5 = L_24; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = ASN1Convert_FromOid_mB3A7302E073A92182531098AED83C9360BAEC2E8(_stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL); NullCheck(L_25); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_25, L_26, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = V_2; NullCheck(L_27); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_27, L_28, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = V_4; NullCheck(L_29); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_29, L_30, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m3371B5636A5BB2D9E201125A60A1F78114869EA1(L_32, (uint8_t)2, L_31, /*hidden argument*/NULL); V_6 = L_32; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_33, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_7 = L_33; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = V_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = V_6; NullCheck(L_34); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_34, L_35, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_5; NullCheck(L_36); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_36, L_37, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m6CD02322B6C9EB8F7EB5E1BE8806D1AEA4D66769(L_38, (uint8_t)((int32_t)160), /*hidden argument*/NULL); V_8 = L_38; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_39 = V_8; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_7; NullCheck(L_39); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_39, L_40, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_41 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_m5D2F2676DAC12BBF9E2C7B9BACB700AFA57A8DC0(L_41, _stringLiteral796CC3E6D06777F1C198837519479B1D2F0024AD, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_42 = L_41; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_43 = V_8; NullCheck(L_42); ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline(L_42, L_43, /*hidden argument*/NULL); return L_42; } } // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_m13F5B8A31148BFD33467F781A524529E65D9E471 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method) { { X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___cert0; PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::AddCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_AddCertificate_mAFCA35BF8D310D200F401F855177982BC5633622_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_2 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_3 = NULL; { V_0 = (bool)0; V_1 = 0; goto IL_0070; } IL_0006: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__safeBags_8(); int32_t L_1 = V_1; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_2 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_3 = V_2; NullCheck(L_3); String_t* L_4 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_4, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (!L_5) { goto IL_006c; } } { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_2; NullCheck(L_6); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_7, 1, /*hidden argument*/NULL); NullCheck(L_8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_8, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_10 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_10, L_9, /*hidden argument*/NULL); NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL); NullCheck(L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_12, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_14 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_14, L_13, /*hidden argument*/NULL); V_3 = L_14; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_15 = ___cert0; NullCheck(L_15); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_15); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_17 = V_3; NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_17); bool L_19 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006c; } } { V_0 = (bool)1; } IL_006c: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0070: { bool L_21 = V_0; if (L_21) { goto IL_0081; } } { int32_t L_22 = V_1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_23 = __this->get__safeBags_8(); NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_23); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0006; } } IL_0081: { bool L_25 = V_0; if (L_25) { goto IL_00a9; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = __this->get__safeBags_8(); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_27 = ___cert0; RuntimeObject* L_28 = ___attributes1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = PKCS12_CertificateSafeBag_m0AF3CCB4F5929F24B0FC81144BD7091F418A003B(__this, L_27, L_28, /*hidden argument*/NULL); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_30 = (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)il2cpp_codegen_object_new(SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var); SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2(L_30, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, L_29, /*hidden argument*/NULL); NullCheck(L_26); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_30); __this->set__certsChanged_6((bool)1); } IL_00a9: { return; } } // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_m4065903170E186791C37B133E6748901D49EE1F5 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, const RuntimeMethod* method) { { X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___cert0; PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12::RemoveCertificate(Mono.Security.X509.X509Certificate,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___cert0, RuntimeObject* ___attrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_RemoveCertificate_mA4F7C52454569A7515F8566E208F13C69168A7AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL; String_t* V_9 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_10 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_14 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_15 = NULL; { V_0 = (-1); V_1 = 0; goto IL_0169; } IL_0009: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__safeBags_8(); int32_t L_1 = V_1; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_2 = ((SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 *)CastclassClass((RuntimeObject*)L_2, SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945_il2cpp_TypeInfo_var)); SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_3 = V_2; NullCheck(L_3); String_t* L_4 = SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_4, _stringLiteralF02768AE02EDF48DA977F708A0513A95FDC0F733, /*hidden argument*/NULL); if (!L_5) { goto IL_0165; } } { SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * L_6 = V_2; NullCheck(L_6); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline(L_6, /*hidden argument*/NULL); V_3 = L_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_3; NullCheck(L_8); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_8, 1, /*hidden argument*/NULL); NullCheck(L_9); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_9, /*hidden argument*/NULL); ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_11 = (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 *)il2cpp_codegen_object_new(ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986_il2cpp_TypeInfo_var); ContentInfo__ctor_mE630FE84E77D61DDE8742EC51FC32FF199BD18BA(L_11, L_10, /*hidden argument*/NULL); NullCheck(L_11); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_12, 0, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_13, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_15 = (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)il2cpp_codegen_object_new(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E(L_15, L_14, /*hidden argument*/NULL); V_4 = L_15; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_16 = ___cert0; NullCheck(L_16); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_16); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_18 = V_4; NullCheck(L_18); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_18); bool L_20 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0165; } } { RuntimeObject* L_21 = ___attrs1; if (!L_21) { goto IL_0163; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = V_3; NullCheck(L_22); int32_t L_23 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)3)))) { goto IL_0165; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = V_3; NullCheck(L_24); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_24, 2, /*hidden argument*/NULL); V_5 = L_25; V_6 = 0; V_7 = 0; goto IL_0146; } IL_009d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_5; int32_t L_27 = V_7; NullCheck(L_26); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_26, L_27, /*hidden argument*/NULL); V_8 = L_28; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_8; NullCheck(L_29); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 0, /*hidden argument*/NULL); String_t* L_31 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_30, /*hidden argument*/NULL); V_9 = L_31; RuntimeObject* L_32 = ___attrs1; String_t* L_33 = V_9; NullCheck(L_32); RuntimeObject * L_34 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var, L_32, L_33); V_10 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_34, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_10; if (!L_35) { goto IL_0140; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = V_8; NullCheck(L_36); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_36, 1, /*hidden argument*/NULL); V_11 = L_37; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_38 = V_10; NullCheck(L_38); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_38); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_40 = V_11; NullCheck(L_40); int32_t L_41 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_40, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)L_41)))) { goto IL_0140; } } { V_12 = 0; V_13 = 0; goto IL_0124; } IL_00ec: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_11; int32_t L_43 = V_13; NullCheck(L_42); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_44 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_42, L_43, /*hidden argument*/NULL); V_14 = L_44; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = V_10; int32_t L_46 = V_13; NullCheck(L_45); RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46); V_15 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_47, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_15; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = V_14; NullCheck(L_49); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_49, /*hidden argument*/NULL); bool L_51 = PKCS12_Compare_mCC973799FFBED64F20591ECBAB38C65CE84DEF29(__this, L_48, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_011e; } } { int32_t L_52 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_011e: { int32_t L_53 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0124: { int32_t L_54 = V_13; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_55 = V_11; NullCheck(L_55); int32_t L_56 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_55, /*hidden argument*/NULL); if ((((int32_t)L_54) < ((int32_t)L_56))) { goto IL_00ec; } } { int32_t L_57 = V_12; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_58 = V_11; NullCheck(L_58); int32_t L_59 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_58, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)L_59)))) { goto IL_0140; } } { int32_t L_60 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0140: { int32_t L_61 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0146: { int32_t L_62 = V_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_63 = V_5; NullCheck(L_63); int32_t L_64 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_63, /*hidden argument*/NULL); if ((((int32_t)L_62) < ((int32_t)L_64))) { goto IL_009d; } } { int32_t L_65 = V_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_66 = V_5; NullCheck(L_66); int32_t L_67 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_66, /*hidden argument*/NULL); if ((!(((uint32_t)L_65) == ((uint32_t)L_67)))) { goto IL_0165; } } { int32_t L_68 = V_1; V_0 = L_68; goto IL_0165; } IL_0163: { int32_t L_69 = V_1; V_0 = L_69; } IL_0165: { int32_t L_70 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_0169: { int32_t L_71 = V_0; if ((!(((uint32_t)L_71) == ((uint32_t)(-1))))) { goto IL_017e; } } { int32_t L_72 = V_1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_73 = __this->get__safeBags_8(); NullCheck(L_73); int32_t L_74 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_73); if ((((int32_t)L_72) < ((int32_t)L_74))) { goto IL_0009; } } IL_017e: { int32_t L_75 = V_0; if ((((int32_t)L_75) == ((int32_t)(-1)))) { goto IL_0195; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_76 = __this->get__safeBags_8(); int32_t L_77 = V_0; NullCheck(L_76); VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_76, L_77); __this->set__certsChanged_6((bool)1); } IL_0195: { return; } } // System.Object Mono.Security.X509.PKCS12::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093 (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_Clone_m831381C048C713FF2BBA6E777E5F91F698F53093_MetadataUsageId); s_Il2CppMethodInitialized = true; } PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * V_0 = NULL; { V_0 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__password_0(); if (!L_0) { goto IL_0028; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F(__this, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__password_0(); NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_3); PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_5 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)il2cpp_codegen_object_new(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); PKCS12__ctor_mC744767A931FEFA18EB70DCA6A8570F83956CB89(L_5, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0034; } IL_0028: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = PKCS12_GetBytes_m1C4E43997B95C2A32E210082C62AACF47C39B63F(__this, /*hidden argument*/NULL); PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_7 = (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 *)il2cpp_codegen_object_new(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); PKCS12__ctor_mB65CF8CA8D2A62BCD6875EA851C0C55CE052FEA8(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0034: { PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_8 = V_0; int32_t L_9 = PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline(L_8, L_9, /*hidden argument*/NULL); PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * L_10 = V_0; return L_10; } } // System.Int32 Mono.Security.X509.PKCS12::get_MaximumPasswordLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); int32_t L_0 = ((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->get_password_max_length_10(); return L_0; } } // System.Void Mono.Security.X509.PKCS12::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12__cctor_mAEF8875AD1BD3113E8D8F0337754DFE718D21845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->set_password_max_length_10(((int32_t)2147483647LL)); 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 Mono.Security.X509.PKCS12_DeriveBytes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_mE250E0E58AA52584D077855051D7ED31141DF47A (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::set_HashName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__hashName_3(L_0); return; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::set_IterationCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_4(L_0); return; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::set_Password(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_set_Password_m16AA9059AAA60ADFC5B7F09A9D7283F6B8E1BC6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; if (L_0) { goto IL_0010; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); __this->set__password_5(L_1); return; } IL_0010: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); __this->set__password_5(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::set_Salt(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_set_Salt_mA854998FFAD24BD9E6826587CBEEB7152BC32B30_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; if (!L_0) { goto IL_0015; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set__salt_6(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); return; } IL_0015: { __this->set__salt_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); return; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::Adjust(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Adjust_mB007AD5E976063DCCC68BCE0DAF99DBAD3223997 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___a0, int32_t ___aOff1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___b2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___b2; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___a0; int32_t L_5 = ___aOff1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___b2; NullCheck(L_6); NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))), (int32_t)1)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))), (int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255))))), (int32_t)1)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___a0; int32_t L_10 = ___aOff1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___b2; NullCheck(L_11); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_12)))); int32_t L_13 = V_0; V_0 = ((int32_t)((int32_t)L_13>>(int32_t)8)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___b2; NullCheck(L_14); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))), (int32_t)2)); goto IL_005e; } IL_0037: { int32_t L_15 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___b2; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___a0; int32_t L_21 = ___aOff1; int32_t L_22 = V_1; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255))), (int32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)255))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___a0; int32_t L_26 = ___aOff1; int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))), (uint8_t)(((int32_t)((uint8_t)L_28)))); int32_t L_29 = V_0; V_0 = ((int32_t)((int32_t)L_29>>(int32_t)8)); int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_005e: { int32_t L_31 = V_1; if ((((int32_t)L_31) >= ((int32_t)0))) { goto IL_0037; } } { return; } } // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::Derive(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___diversifier0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; { String_t* L_0 = __this->get__hashName_3(); IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var); HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = PKCS1_CreateFromName_m04A1F397EE0DF24D3887A0F59EBDA38F0437F420(L_0, /*hidden argument*/NULL); V_0 = L_1; HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = V_0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_2); V_1 = ((int32_t)((int32_t)L_3>>(int32_t)3)); V_2 = ((int32_t)64); int32_t L_4 = ___n1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4); V_3 = L_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__salt_6(); if (!L_6) { goto IL_0073; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__salt_6(); NullCheck(L_7); if (!(((RuntimeArray*)L_7)->max_length)) { goto IL_0073; } } { int32_t L_8 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__salt_6(); NullCheck(L_9); int32_t L_10 = V_2; int32_t L_11 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)), (int32_t)1))/(int32_t)L_11))))); V_4 = L_12; V_9 = 0; goto IL_0069; } IL_004c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_4; int32_t L_14 = V_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__salt_6(); int32_t L_16 = V_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__salt_6(); NullCheck(L_17); NullCheck(L_15); int32_t L_18 = ((int32_t)((int32_t)L_16%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))); uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (uint8_t)L_19); int32_t L_20 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0069: { int32_t L_21 = V_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_4; NullCheck(L_22); if ((!(((uint32_t)L_21) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))))) { goto IL_004c; } } { goto IL_007b; } IL_0073: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); V_4 = L_23; } IL_007b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__password_5(); if (!L_24) { goto IL_00cf; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get__password_5(); NullCheck(L_25); if (!(((RuntimeArray*)L_25)->max_length)) { goto IL_00cf; } } { int32_t L_26 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get__password_5(); NullCheck(L_27); int32_t L_28 = V_2; int32_t L_29 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), (int32_t)L_28)), (int32_t)1))/(int32_t)L_29))))); V_5 = L_30; V_10 = 0; goto IL_00c5; } IL_00a8: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_5; int32_t L_32 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__password_5(); int32_t L_34 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get__password_5(); NullCheck(L_35); NullCheck(L_33); int32_t L_36 = ((int32_t)((int32_t)L_34%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))); uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (uint8_t)L_37); int32_t L_38 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00c5: { int32_t L_39 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_5; NullCheck(L_40); if ((!(((uint32_t)L_39) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))))) { goto IL_00a8; } } { goto IL_00d7; } IL_00cf: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0); V_5 = L_41; } IL_00d7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_4; NullCheck(L_42); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_5; NullCheck(L_43); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))))))); V_6 = L_44; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_4; NullCheck(L_47); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_4; NullCheck(L_50); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5; NullCheck(L_51); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, (((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))), /*hidden argument*/NULL); int32_t L_52 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_52); V_7 = L_53; int32_t L_54 = ___n1; int32_t L_55 = V_1; int32_t L_56 = V_1; V_8 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)), (int32_t)1))/(int32_t)L_56)); V_11 = 1; goto IL_01ee; } IL_0121: { HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_57 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = ___diversifier0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = ___diversifier0; NullCheck(L_59); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = ___diversifier0; NullCheck(L_57); HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_57, L_58, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))), L_60, 0, /*hidden argument*/NULL); HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_61 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_6; NullCheck(L_63); NullCheck(L_61); HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177(L_61, L_62, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))), /*hidden argument*/NULL); HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_64 = V_0; NullCheck(L_64); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_64); V_12 = L_65; HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_66 = V_0; NullCheck(L_66); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_66); V_13 = 1; goto IL_0165; } IL_0150: { HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_67 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_12; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = V_12; NullCheck(L_69); NullCheck(L_67); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819(L_67, L_68, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))), /*hidden argument*/NULL); V_12 = L_70; int32_t L_71 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_0165: { int32_t L_72 = V_13; int32_t L_73 = __this->get__iterations_4(); if ((!(((uint32_t)L_72) == ((uint32_t)L_73)))) { goto IL_0150; } } { V_14 = 0; goto IL_0189; } IL_0174: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_7; int32_t L_75 = V_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = V_12; int32_t L_77 = V_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = V_12; NullCheck(L_78); NullCheck(L_76); int32_t L_79 = ((int32_t)((int32_t)L_77%(int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))); uint8_t L_80 = (L_76)->GetAt(static_cast(L_79)); NullCheck(L_74); (L_74)->SetAt(static_cast(L_75), (uint8_t)L_80); int32_t L_81 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0189: { int32_t L_82 = V_14; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = V_7; NullCheck(L_83); if ((!(((uint32_t)L_82) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))))))) { goto IL_0174; } } { V_15 = 0; goto IL_01aa; } IL_0196: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_6; int32_t L_85 = V_15; int32_t L_86 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = V_7; DeriveBytes_Adjust_mB007AD5E976063DCCC68BCE0DAF99DBAD3223997(__this, L_84, ((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)L_86)), L_87, /*hidden argument*/NULL); int32_t L_88 = V_15; V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_01aa: { int32_t L_89 = V_15; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = V_6; NullCheck(L_90); int32_t L_91 = V_2; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_90)->max_length))))/(int32_t)L_91)))))) { goto IL_0196; } } { int32_t L_92 = V_11; int32_t L_93 = V_8; if ((!(((uint32_t)L_92) == ((uint32_t)L_93)))) { goto IL_01d5; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = V_12; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = V_3; int32_t L_96 = V_11; int32_t L_97 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = V_3; NullCheck(L_98); int32_t L_99 = V_11; int32_t L_100 = V_1; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_94, 0, (RuntimeArray *)(RuntimeArray *)L_95, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)), (int32_t)L_97)), ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_98)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1)), (int32_t)L_100)))), /*hidden argument*/NULL); goto IL_01e8; } IL_01d5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_101 = V_12; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_102 = V_3; int32_t L_103 = V_11; int32_t L_104 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = V_12; NullCheck(L_105); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_101, 0, (RuntimeArray *)(RuntimeArray *)L_102, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)), (int32_t)L_104)), (((int32_t)((int32_t)(((RuntimeArray*)L_105)->max_length)))), /*hidden argument*/NULL); } IL_01e8: { int32_t L_106 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_01ee: { int32_t L_107 = V_11; int32_t L_108 = V_8; if ((((int32_t)L_107) <= ((int32_t)L_108))) { goto IL_0121; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_109 = V_3; return L_109; } } // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::DeriveKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveKey_mB869A64D12F1F4FB65F24E0724A067590DB9423F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->get_keyDiversifier_0(); int32_t L_1 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::DeriveIV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveIV_m85A1C453ABAD1547195132CC0E958E856501F6CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->get_ivDiversifier_1(); int32_t L_1 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] Mono.Security.X509.PKCS12_DeriveBytes::DeriveMAC(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819 (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes_DeriveMAC_mDF4165FCFFCB3A3789C48CBBC3FAE166A404A819_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->get_macDiversifier_2(); int32_t L_1 = ___size0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = DeriveBytes_Derive_m4417319B4B7F85D597E9F82E69BB459A4464E7D6(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Mono.Security.X509.PKCS12_DeriveBytes::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__cctor_mC4051C84B0BB193938F7BA71B853E05DC4427319 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeriveBytes__cctor_mC4051C84B0BB193938F7BA71B853E05DC4427319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->set_keyDiversifier_0(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->set_ivDiversifier_1(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_StaticFields*)il2cpp_codegen_static_fields_for(DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889_il2cpp_TypeInfo_var))->set_macDiversifier_2(L_7); 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 Mono.Security.X509.SafeBag::.ctor(System.String,Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeBag__ctor_m1D3F8D556CEDD12987BE0BFE9671364DB45B23F2 (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, String_t* ___bagOID0, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn11, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___bagOID0; __this->set__bagOID_0(L_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = ___asn11; __this->set__asn1_1(L_1); return; } } // System.String Mono.Security.X509.SafeBag::get_BagOID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3 (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__bagOID_0(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.SafeBag::get_ASN1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get__asn1_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.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0035; } IL_000a: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = ___seq0; int32_t L_2 = V_1; NullCheck(L_1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; StringBuilder_t * L_4 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE(L_4, L_5, (bool)1, /*hidden argument*/NULL); int32_t L_6 = V_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ___seq0; NullCheck(L_7); int32_t L_8 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))) { goto IL_0031; } } { StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); } IL_0031: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { int32_t L_11 = V_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ___seq0; NullCheck(L_12); int32_t L_13 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_000a; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_15; } } // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X501_ToString_m7DAF3907D55EB3E1443A8F77BBD112157D5B46D1 (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___seq0, bool ___reversed1, String_t* ___separator2, bool ___quotes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_ToString_m7DAF3907D55EB3E1443A8F77BBD112157D5B46D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; int32_t V_3 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___reversed1; if (!L_1) { goto IL_003a; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); goto IL_0034; } IL_0014: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ___seq0; int32_t L_5 = V_1; NullCheck(L_4); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; StringBuilder_t * L_7 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_2; bool L_9 = ___quotes3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE(L_7, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0030; } } { StringBuilder_t * L_11 = V_0; String_t* L_12 = ___separator2; NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_12, /*hidden argument*/NULL); } IL_0030: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0034: { int32_t L_14 = V_1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0014; } } { goto IL_0070; } IL_003a: { V_3 = 0; goto IL_0067; } IL_003e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ___seq0; int32_t L_16 = V_3; NullCheck(L_15); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_15, L_16, /*hidden argument*/NULL); V_4 = L_17; StringBuilder_t * L_18 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_4; bool L_20 = ___quotes3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE(L_18, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = ___seq0; NullCheck(L_22); int32_t L_23 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_0063; } } { StringBuilder_t * L_24 = V_0; String_t* L_25 = ___separator2; NullCheck(L_24); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_25, /*hidden argument*/NULL); } IL_0063: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_3; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = ___seq0; NullCheck(L_28); int32_t L_29 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_003e; } } IL_0070: { StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // System.Void Mono.Security.X509.X501::AppendEntry(System.Text.StringBuilder,Mono.Security.ASN1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE (StringBuilder_t * ___sb0, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___entry1, bool ___quotes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501_AppendEntry_m6B792902676CBE52DA6D3602B64C215ACF3881FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; String_t* V_4 = NULL; StringBuilder_t * V_5 = NULL; int32_t V_6 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_7 = NULL; { V_0 = 0; goto IL_02fd; } IL_0007: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___entry1; int32_t L_1 = V_0; NullCheck(L_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = V_1; NullCheck(L_3); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_3, 1, /*hidden argument*/NULL); V_2 = L_4; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_2; if (!L_5) { goto IL_02f9; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = V_1; NullCheck(L_6); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_6, 0, /*hidden argument*/NULL); V_3 = L_7; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_3; if (!L_8) { goto IL_02f9; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_countryName_0(); NullCheck(L_9); bool L_11 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteral28B3D69739B57CAF199F039988DB6DFEA93AC5CE, /*hidden argument*/NULL); goto IL_0206; } IL_0049: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_organizationName_1(); NullCheck(L_13); bool L_15 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0067; } } { StringBuilder_t * L_16 = ___sb0; NullCheck(L_16); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, _stringLiteral0F55C3EB87ABA7E522BE619EF498B24F3B66D357, /*hidden argument*/NULL); goto IL_0206; } IL_0067: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_organizationalUnitName_2(); NullCheck(L_17); bool L_19 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0085; } } { StringBuilder_t * L_20 = ___sb0; NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteralAAF41204BECC9AE2723473273563ACB861046064, /*hidden argument*/NULL); goto IL_0206; } IL_0085: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_commonName_3(); NullCheck(L_21); bool L_23 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00a3; } } { StringBuilder_t * L_24 = ___sb0; NullCheck(L_24); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteralFAE7183D72E2D922886D89549E9DC0AA31A04226, /*hidden argument*/NULL); goto IL_0206; } IL_00a3: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_localityName_4(); NullCheck(L_25); bool L_27 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00c1; } } { StringBuilder_t * L_28 = ___sb0; NullCheck(L_28); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, _stringLiteral4D01C38D447D39747350F6F29B3DC073CF36EB69, /*hidden argument*/NULL); goto IL_0206; } IL_00c1: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_stateOrProvinceName_5(); NullCheck(L_29); bool L_31 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00df; } } { StringBuilder_t * L_32 = ___sb0; NullCheck(L_32); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteralB9D719400551A68010930DED96BD8F5C0A8FFE51, /*hidden argument*/NULL); goto IL_0206; } IL_00df: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_streetAddress_6(); NullCheck(L_33); bool L_35 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00fd; } } { StringBuilder_t * L_36 = ___sb0; NullCheck(L_36); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, _stringLiteralA79BB3C5466E1747E27A4D48E271565C77423F5C, /*hidden argument*/NULL); goto IL_0206; } IL_00fd: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_domainComponent_7(); NullCheck(L_37); bool L_39 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_011b; } } { StringBuilder_t * L_40 = ___sb0; NullCheck(L_40); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, _stringLiteralB906B1C4E8EC693BD44787748A9C6EB47D96A6F3, /*hidden argument*/NULL); goto IL_0206; } IL_011b: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_41 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_userid_8(); NullCheck(L_41); bool L_43 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0139; } } { StringBuilder_t * L_44 = ___sb0; NullCheck(L_44); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, _stringLiteralFFD87CEDA20B4534B76315088FAE09B20B741846, /*hidden argument*/NULL); goto IL_0206; } IL_0139: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_45 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_email_9(); NullCheck(L_45); bool L_47 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0157; } } { StringBuilder_t * L_48 = ___sb0; NullCheck(L_48); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteralAF3660C744976107BED8FC205296D903AFBCF8D5, /*hidden argument*/NULL); goto IL_0206; } IL_0157: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_49 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_dnQualifier_10(); NullCheck(L_49); bool L_51 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_49, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0175; } } { StringBuilder_t * L_52 = ___sb0; NullCheck(L_52); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_52, _stringLiteral09064C8431C9942F09D36EE43DACB440E8B42B8F, /*hidden argument*/NULL); goto IL_0206; } IL_0175: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_53 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_title_11(); NullCheck(L_53); bool L_55 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0190; } } { StringBuilder_t * L_56 = ___sb0; NullCheck(L_56); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_56, _stringLiteralF2507A133F1CDD66D4A6B0DC9A0A6F4558D39AB7, /*hidden argument*/NULL); goto IL_0206; } IL_0190: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_57 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_surname_12(); NullCheck(L_57); bool L_59 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01ab; } } { StringBuilder_t * L_60 = ___sb0; NullCheck(L_60); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_60, _stringLiteral93E119B1853ED8810093C33F265CF1B1A0A6B1A2, /*hidden argument*/NULL); goto IL_0206; } IL_01ab: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_61 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_givenName_13(); NullCheck(L_61); bool L_63 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01c6; } } { StringBuilder_t * L_64 = ___sb0; NullCheck(L_64); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_64, _stringLiteral36DC074F734611AC43ECA91F89189DB7BF0C9C20, /*hidden argument*/NULL); goto IL_0206; } IL_01c6: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->get_initial_14(); NullCheck(L_65); bool L_67 = ASN1_CompareValue_m9BB3AFD0FD94AE4C59E934D6D4A740177F50251F(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_01e1; } } { StringBuilder_t * L_68 = ___sb0; NullCheck(L_68); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_68, _stringLiteral019A3223E819F9804E2A27B7FED3A7D841457746, /*hidden argument*/NULL); goto IL_0206; } IL_01e1: { StringBuilder_t * L_69 = ___sb0; NullCheck(L_69); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_69, _stringLiteral5E930233E7755E8AABF4429C153DFCE37500C051, /*hidden argument*/NULL); StringBuilder_t * L_70 = ___sb0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_71 = V_3; String_t* L_72 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_71, /*hidden argument*/NULL); NullCheck(L_70); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_70, L_72, /*hidden argument*/NULL); StringBuilder_t * L_73 = ___sb0; NullCheck(L_73); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_73, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL); } IL_0206: { V_4 = (String_t*)NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_74 = V_2; NullCheck(L_74); uint8_t L_75 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_74, /*hidden argument*/NULL); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)30))))) { goto IL_0250; } } { StringBuilder_t * L_76 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_76, /*hidden argument*/NULL); V_5 = L_76; V_6 = 1; goto IL_0236; } IL_021f: { StringBuilder_t * L_77 = V_5; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_78 = V_2; NullCheck(L_78); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_78, /*hidden argument*/NULL); int32_t L_80 = V_6; NullCheck(L_79); int32_t L_81 = L_80; uint8_t L_82 = (L_79)->GetAt(static_cast(L_81)); NullCheck(L_77); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_77, L_82, /*hidden argument*/NULL); int32_t L_83 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)2)); } IL_0236: { int32_t L_84 = V_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_85 = V_2; NullCheck(L_85); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_85, /*hidden argument*/NULL); NullCheck(L_86); if ((((int32_t)L_84) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_86)->max_length))))))) { goto IL_021f; } } { StringBuilder_t * L_87 = V_5; NullCheck(L_87); String_t* L_88 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_87); V_4 = L_88; goto IL_02d9; } IL_0250: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_89 = V_2; NullCheck(L_89); uint8_t L_90 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_89, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)20))))) { goto IL_026e; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_91 = Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C(/*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_92 = V_2; NullCheck(L_92); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_92, /*hidden argument*/NULL); NullCheck(L_91); String_t* L_94 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_91, L_93); V_4 = L_94; goto IL_0280; } IL_026e: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_95 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_96 = V_2; NullCheck(L_96); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_96, /*hidden argument*/NULL); NullCheck(L_95); String_t* L_98 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_95, L_97); V_4 = L_98; } IL_0280: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_99 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)7); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = L_99; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_101 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_100, L_101, /*hidden argument*/NULL); V_7 = L_100; bool L_102 = ___quotes2; if (!L_102) { goto IL_02d9; } } { String_t* L_103 = V_4; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_104 = V_7; String_t* L_105 = V_4; NullCheck(L_105); int32_t L_106 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_105, /*hidden argument*/NULL); NullCheck(L_103); int32_t L_107 = String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495(L_103, L_104, 0, L_106, /*hidden argument*/NULL); if ((((int32_t)L_107) > ((int32_t)0))) { goto IL_02c6; } } { String_t* L_108 = V_4; NullCheck(L_108); bool L_109 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_108, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); if (L_109) { goto IL_02c6; } } { String_t* L_110 = V_4; NullCheck(L_110); bool L_111 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_110, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); if (!L_111) { goto IL_02d9; } } IL_02c6: { String_t* L_112 = V_4; String_t* L_113 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, L_112, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_4 = L_113; } IL_02d9: { StringBuilder_t * L_114 = ___sb0; String_t* L_115 = V_4; NullCheck(L_114); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_114, L_115, /*hidden argument*/NULL); int32_t L_116 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_117 = ___entry1; NullCheck(L_117); int32_t L_118 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_117, /*hidden argument*/NULL); if ((((int32_t)L_116) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1))))) { goto IL_02f9; } } { StringBuilder_t * L_119 = ___sb0; NullCheck(L_119); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_119, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); } IL_02f9: { int32_t L_120 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); } IL_02fd: { int32_t L_121 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_122 = ___entry1; NullCheck(L_122); int32_t L_123 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_122, /*hidden argument*/NULL); if ((((int32_t)L_121) < ((int32_t)L_123))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.X509.X501::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X501__cctor_mB30CF419A807D4E4C9F26C1D636650E1CC515A3B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X501__cctor_mB30CF419A807D4E4C9F26C1D636650E1CC515A3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____736D39815215889F11249D9958F6ED12D37B9F57_65_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_countryName_0(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_organizationName_1(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_organizationalUnitName_2(L_7); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____1A84029C80CB5518379F199F53FF08A7B764F8FD_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_commonName_3(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____12D04472A8285260EA12FD3813CDFA9F2D2B548C_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_localityName_4(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_stateOrProvinceName_5(L_16); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_streetAddress_6(L_19); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = L_21; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_133_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_domainComponent_7(L_22); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = L_24; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____56DFA5053B3131883637F53219E7D88CCEF35949_43_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_userid_8(L_25); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = L_27; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_29 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6D49C9D487D7AD3491ECE08732D68A593CC2038D_58_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_email_9(L_28); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_32 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____86F4F563FA2C61798AE6238D789139739428463A_73_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_31, L_32, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_dnQualifier_10(L_31); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_35 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____13A35EF1A549297C70E2AD46045BBD2ECA17852D_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_34, L_35, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_title_11(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_38 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_134_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_37, L_38, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_surname_12(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = L_39; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_41 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____A323DB0813C4D072957BA6FDA79D9776674CD06B_93_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_40, L_41, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_givenName_13(L_40); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = L_42; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_44 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_43, L_44, /*hidden argument*/NULL); ((X501_tE94C087B0902DF20A534C0120C76982167A558F5_StaticFields*)il2cpp_codegen_static_fields_for(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var))->set_initial_14(L_43); 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 Mono.Security.X509.X509Certificate::Parse(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; int32_t V_1 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_4 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_5 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_6 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_7 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_8 = NULL; int32_t V_9 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_11 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_12 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_13 = NULL; Exception_t * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * G_B11_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B11_1 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * G_B10_0 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B10_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B12_0 = NULL; X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * G_B12_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * G_B12_2 = NULL; IL_0000: try { // begin try (depth: 1) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_1, L_0, /*hidden argument*/NULL); __this->set_decoder_0(L_1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = __this->get_decoder_0(); NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)48)))) { goto IL_0026; } } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); String_t* L_4 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->get_encoding_error_21(); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_RuntimeMethod_var); } IL_0026: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = __this->get_decoder_0(); NullCheck(L_6); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)48)))) { goto IL_0046; } } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); String_t* L_9 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->get_encoding_error_21(); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_10 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_RuntimeMethod_var); } IL_0046: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = __this->get_decoder_0(); NullCheck(L_11); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL); V_0 = L_12; V_1 = 0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = __this->get_decoder_0(); NullCheck(L_13); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_13, 0, /*hidden argument*/NULL); int32_t L_15 = V_1; NullCheck(L_14); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; __this->set_version_16(1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = V_2; NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_17, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)160))))) { goto IL_00a4; } } IL_007c: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00a4; } } IL_0085: { int32_t L_21 = __this->get_version_16(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = V_2; NullCheck(L_22); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_22, 0, /*hidden argument*/NULL); NullCheck(L_23); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = 0; uint8_t L_26 = (L_24)->GetAt(static_cast(L_25)); __this->set_version_16(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_26))); int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a4: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = __this->get_decoder_0(); NullCheck(L_28); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_28, 0, /*hidden argument*/NULL); int32_t L_30 = V_1; int32_t L_31 = L_30; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, L_31, /*hidden argument*/NULL); V_3 = L_32; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = V_3; NullCheck(L_33); uint8_t L_34 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_00cf; } } IL_00c4: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); String_t* L_35 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->get_encoding_error_21(); CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_36 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_RuntimeMethod_var); } IL_00cf: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_3; NullCheck(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_37, /*hidden argument*/NULL); __this->set_serialnumber_17(L_38); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get_serialnumber_17(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = __this->get_serialnumber_17(); NullCheck(L_40); Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13(L_39, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))), /*hidden argument*/Array_Reverse_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mC6D04DB36698F31262134DEEF6B9C03026200F13_RuntimeMethod_var); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_42 = V_0; int32_t L_43 = V_1; int32_t L_44 = L_43; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_45 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_42, L_44, (uint8_t)((int32_t)48), /*hidden argument*/NULL); __this->set_issuer_4(L_45); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_46 = __this->get_issuer_4(); IL2CPP_RUNTIME_CLASS_INIT(X501_tE94C087B0902DF20A534C0120C76982167A558F5_il2cpp_TypeInfo_var); String_t* L_47 = X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3(L_46, /*hidden argument*/NULL); __this->set_m_issuername_5(L_47); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_48 = V_0; int32_t L_49 = V_1; int32_t L_50 = L_49; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_51 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_48, L_50, (uint8_t)((int32_t)48), /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_52 = L_51; NullCheck(L_52); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_53 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_52, 0, /*hidden argument*/NULL); V_4 = L_53; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_54 = V_4; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_55 = ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC(L_54, /*hidden argument*/NULL); __this->set_m_from_2(L_55); NullCheck(L_52); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_56 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_52, 1, /*hidden argument*/NULL); V_5 = L_56; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_57 = V_5; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_58 = ASN1Convert_ToDateTime_m178C1F068A5191C7366C5D5863107103C15009AC(L_57, /*hidden argument*/NULL); __this->set_m_until_3(L_58); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_59 = V_0; int32_t L_60 = V_1; int32_t L_61 = L_60; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); NullCheck(L_59); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_62 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_59, L_61, (uint8_t)((int32_t)48), /*hidden argument*/NULL); __this->set_subject_8(L_62); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_63 = __this->get_subject_8(); String_t* L_64 = X501_ToString_mE2221E32FE2C82ABC545B94794A400F4979AE4B3(L_63, /*hidden argument*/NULL); __this->set_m_subject_9(L_64); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_65 = V_0; int32_t L_66 = V_1; int32_t L_67 = L_66; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); NullCheck(L_65); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_68 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_65, L_67, (uint8_t)((int32_t)48), /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_69 = L_68; NullCheck(L_69); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_70 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_69, 0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_6 = L_70; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_71 = V_6; NullCheck(L_71); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_72 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_71, 0, (uint8_t)6, /*hidden argument*/NULL); V_7 = L_72; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_73 = V_7; String_t* L_74 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_73, /*hidden argument*/NULL); __this->set_m_keyalgo_6(L_74); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_75 = V_6; NullCheck(L_75); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_76 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_75, 1, /*hidden argument*/NULL); V_8 = L_76; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_77 = V_6; NullCheck(L_77); int32_t L_78 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_77, /*hidden argument*/NULL); G_B10_0 = __this; G_B10_1 = L_69; if ((((int32_t)L_78) > ((int32_t)1))) { G_B11_0 = __this; G_B11_1 = L_69; goto IL_01bb; } } IL_01b8: { G_B12_0 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(NULL)); G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_01c2; } IL_01bb: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_79 = V_8; NullCheck(L_79); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_79); G_B12_0 = L_80; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_01c2: { NullCheck(G_B12_1); G_B12_1->set_m_keyalgoparams_7(G_B12_0); NullCheck(G_B12_2); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_81 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(G_B12_2, 1, (uint8_t)3, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_82 = L_81; NullCheck(L_82); int32_t L_83 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_82, /*hidden argument*/NULL); V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)); int32_t L_84 = V_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_84); __this->set_m_publickey_10(L_85); NullCheck(L_82); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_82, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = __this->get_m_publickey_10(); int32_t L_88 = V_9; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_86, 1, (RuntimeArray *)(RuntimeArray *)L_87, 0, L_88, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_89 = __this->get_decoder_0(); NullCheck(L_89); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_90 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_89, 2, /*hidden argument*/NULL); NullCheck(L_90); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_90, /*hidden argument*/NULL); V_10 = L_91; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = V_10; NullCheck(L_92); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_92)->max_length)))), (int32_t)1))); __this->set_signature_11(L_93); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = V_10; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = __this->get_signature_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = __this->get_signature_11(); NullCheck(L_96); Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_94, 1, (RuntimeArray *)(RuntimeArray *)L_95, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length)))), /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_97 = __this->get_decoder_0(); NullCheck(L_97); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_98 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_97, 1, /*hidden argument*/NULL); V_6 = L_98; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_99 = V_6; NullCheck(L_99); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_100 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_99, 0, (uint8_t)6, /*hidden argument*/NULL); V_7 = L_100; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_101 = V_7; String_t* L_102 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_101, /*hidden argument*/NULL); __this->set_m_signaturealgo_12(L_102); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_103 = V_6; NullCheck(L_103); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_104 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_103, 1, /*hidden argument*/NULL); V_8 = L_104; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_105 = V_8; if (!L_105) { goto IL_0277; } } IL_0268: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_106 = V_8; NullCheck(L_106); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_106); __this->set_m_signaturealgoparams_13(L_107); goto IL_027e; } IL_0277: { __this->set_m_signaturealgoparams_13((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); } IL_027e: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_108 = V_0; int32_t L_109 = V_1; NullCheck(L_108); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_110 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_108, L_109, (uint8_t)((int32_t)129), /*hidden argument*/NULL); V_11 = L_110; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_111 = V_11; if (!L_111) { goto IL_02a1; } } IL_0290: { int32_t L_112 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_113 = V_11; NullCheck(L_113); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_113, /*hidden argument*/NULL); __this->set_issuerUniqueID_18(L_114); } IL_02a1: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_115 = V_0; int32_t L_116 = V_1; NullCheck(L_115); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_117 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_115, L_116, (uint8_t)((int32_t)130), /*hidden argument*/NULL); V_12 = L_117; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_118 = V_12; if (!L_118) { goto IL_02c4; } } IL_02b3: { int32_t L_119 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_120 = V_12; NullCheck(L_120); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_121 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_120, /*hidden argument*/NULL); __this->set_subjectUniqueID_19(L_121); } IL_02c4: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_122 = V_0; int32_t L_123 = V_1; NullCheck(L_122); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_124 = ASN1_Element_m8870ED374D65CB4D720E0C4FA8F349416FF3E7AC(L_122, L_123, (uint8_t)((int32_t)163), /*hidden argument*/NULL); V_13 = L_124; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_125 = V_13; if (!L_125) { goto IL_02f5; } } IL_02d6: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_126 = V_13; NullCheck(L_126); int32_t L_127 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_126, /*hidden argument*/NULL); if ((!(((uint32_t)L_127) == ((uint32_t)1)))) { goto IL_02f5; } } IL_02e0: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_128 = V_13; NullCheck(L_128); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_129 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_128, 0, /*hidden argument*/NULL); X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * L_130 = (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 *)il2cpp_codegen_object_new(X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1_il2cpp_TypeInfo_var); X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09(L_130, L_129, /*hidden argument*/NULL); __this->set_extensions_20(L_130); goto IL_0301; } IL_02f5: { X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * L_131 = (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 *)il2cpp_codegen_object_new(X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1_il2cpp_TypeInfo_var); X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09(L_131, (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)NULL, /*hidden argument*/NULL); __this->set_extensions_20(L_131); } IL_0301: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_132 = ___data0; NullCheck((RuntimeArray *)(RuntimeArray *)L_132); RuntimeObject * L_133 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_132, /*hidden argument*/NULL); __this->set_m_encodedcert_1(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_133, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); goto IL_0323; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0314; throw e; } CATCH_0314: { // begin catch(System.Exception) V_14 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); String_t* L_134 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->get_encoding_error_21(); Exception_t * L_135 = V_14; CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_136 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_136, L_134, L_135, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_136, X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F_RuntimeMethod_var); } // end catch (depth: 1) IL_0323: { return; } } // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0; if (!L_0) { goto IL_0037; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0; NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_0030; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___data0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0030; } } IL_0014: try { // begin try (depth: 1) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = X509Certificate_PEM_m7222F318BC4E9A4D263E49EC236D7F3626366B55(_stringLiteralF4A57516EE55A1A8F06B82FEAA340CC2841AB009, L_5, /*hidden argument*/NULL); ___data0 = L_6; goto IL_0030; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var); String_t* L_7 = ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->get_encoding_error_21(); Exception_t * L_8 = V_0; CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_9, L_7, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, X509Certificate__ctor_mD20B4220D8F4B61E18DEECA81BFB652BFB55234E_RuntimeMethod_var); } // end catch (depth: 1) IL_0030: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___data0; X509Certificate_Parse_mDBD169C54D9E5522079A271FAD5DA80567519C7F(__this, L_10, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Byte[] Mono.Security.X509.X509Certificate::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___integer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___integer0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (L_2) { goto IL_001e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___integer0; NullCheck(L_3); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), (int32_t)1)); int32_t L_4 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___integer0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1; int32_t L_8 = V_0; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 1, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1; return L_9; } IL_001e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___integer0; return L_10; } } // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_keyalgoparams_7(); if (L_0) { goto IL_0013; } } { CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_1 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var); CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_1, _stringLiteral8D357A0A6981BFB00B37DF4E165A0DBFB637E034, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, X509Certificate_get_DSA_m3427054136A14DF290537F797FE8A40784802FFC_RuntimeMethod_var); } IL_0013: { DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_2 = __this->get__dsa_15(); if (L_2) { goto IL_0127; } } { String_t* L_3 = __this->get_m_keyalgo_6(); bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral3D40DBB928A5C7B5821BA584FE0E47297DFAA72C, /*hidden argument*/NULL); if (!L_4) { goto IL_0127; } } { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 )); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_m_publickey_10(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_1; if (!L_7) { goto IL_0053; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_1; NullCheck(L_8); uint8_t L_9 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_0055; } } IL_0053: { return (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)NULL; } IL_0055: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_1; NullCheck(L_10); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_10, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6(__this, L_11, /*hidden argument*/NULL); (&V_0)->set_Y_3(L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_m_keyalgoparams_7(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_14, L_13, /*hidden argument*/NULL); V_2 = L_14; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = V_2; if (!L_15) { goto IL_008a; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_16 = V_2; NullCheck(L_16); uint8_t L_17 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)48))))) { goto IL_008a; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) >= ((int32_t)3))) { goto IL_008c; } } IL_008a: { return (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)NULL; } IL_008c: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_20 = V_2; NullCheck(L_20); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_20, 0, /*hidden argument*/NULL); NullCheck(L_21); uint8_t L_22 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_00b9; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = V_2; NullCheck(L_23); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_23, 1, /*hidden argument*/NULL); NullCheck(L_24); uint8_t L_25 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)2)))) { goto IL_00b9; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = V_2; NullCheck(L_26); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_27 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_26, 2, /*hidden argument*/NULL); NullCheck(L_27); uint8_t L_28 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_00bb; } } IL_00b9: { return (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)NULL; } IL_00bb: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_29 = V_2; NullCheck(L_29); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_29, 0, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_30, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6(__this, L_31, /*hidden argument*/NULL); (&V_0)->set_P_0(L_32); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_33 = V_2; NullCheck(L_33); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_33, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_34, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6(__this, L_35, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_36); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_2; NullCheck(L_37); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_38 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_37, 2, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_38, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6(__this, L_39, /*hidden argument*/NULL); (&V_0)->set_G_2(L_40); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_41 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41.get_Y_3(); NullCheck(L_42); DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_43 = (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790(L_43, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length))))<<(int32_t)3)), /*hidden argument*/NULL); __this->set__dsa_15(L_43); DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_44 = __this->get__dsa_15(); DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_45 = V_0; NullCheck(L_44); VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_44, L_45); } IL_0127: { DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_46 = __this->get__dsa_15(); return L_46; } } // System.String Mono.Security.X509.X509Certificate::get_IssuerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_IssuerName_m491ECAA921D115670727F97A301A0B063D1F6F93 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_issuername_5(); return L_0; } } // System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_get_KeyAlgorithmParameters_mF1249C706BAE0B41EB13D6135BD586FBEEC5C0C2 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_KeyAlgorithmParameters_mF1249C706BAE0B41EB13D6135BD586FBEEC5C0C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_keyalgoparams_7(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_keyalgoparams_7(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * X509Certificate_get_RSA_m1AA2E60B7C340E9CB1841763A89E4FCFFB8903F2 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_RSA_m1AA2E60B7C340E9CB1841763A89E4FCFFB8903F2_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_1 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_2 = NULL; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_3 = NULL; int32_t V_4 = 0; { RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_0 = __this->get__rsa_14(); if (L_0) { goto IL_00a2; } } { String_t* L_1 = __this->get_m_keyalgo_6(); bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB, /*hidden argument*/NULL); if (!L_2) { goto IL_00a2; } } { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 )); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_publickey_10(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_5 = V_1; NullCheck(L_5); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_5, 0, /*hidden argument*/NULL); V_2 = L_6; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = V_2; if (!L_7) { goto IL_0048; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_8 = V_2; NullCheck(L_8); uint8_t L_9 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_004a; } } IL_0048: { return (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)NULL; } IL_004a: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = V_1; NullCheck(L_10); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_10, 1, /*hidden argument*/NULL); V_3 = L_11; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = V_3; NullCheck(L_12); uint8_t L_13 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_005d; } } { return (RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)NULL; } IL_005d: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = V_2; NullCheck(L_14); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_14, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = X509Certificate_GetUnsignedBigInteger_m50790BFFFE21F0ED229BADB82A9881673FB61EE6(__this, L_15, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_16); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = V_3; NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_17, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_18); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_19 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = L_19.get_Modulus_1(); NullCheck(L_20); V_4 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))<<(int32_t)3)); int32_t L_21 = V_4; RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_22 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_mBE2DCC392E07EBD1E400EF9EF6C25E678236ACC2(L_22, L_21, /*hidden argument*/NULL); __this->set__rsa_14(L_22); RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_23 = __this->get__rsa_14(); RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_24 = V_0; NullCheck(L_23); VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_23, L_24); } IL_00a2: { RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_25 = __this->get__rsa_14(); return L_25; } } // System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_get_RawData_m52564DBCD26E2DD865635681199BAE8B2D91541F (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_RawData_m52564DBCD26E2DD865635681199BAE8B2D91541F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_encodedcert_1(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_encodedcert_1(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.Byte[] Mono.Security.X509.X509Certificate::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_get_SerialNumber_m10773B6CE1C111AA10DC86227A5F911273989329 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_get_SerialNumber_m10773B6CE1C111AA10DC86227A5F911273989329_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_serialnumber_17(); if (L_0) { goto IL_000a; } } { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } IL_000a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_serialnumber_17(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)); } } // System.String Mono.Security.X509.X509Certificate::get_SubjectName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_SubjectName_mFAA56068789E2ED39ACEDDB5A4DC58D1EF4BEF33 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_subject_9(); return L_0; } } // System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate_get_ValidFrom_m64EC8A60E99052C3D30D5BEF928495E25F0E5F5F (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_from_2(); return L_0; } } // System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate_get_ValidUntil_mFDF92822BFA8B58AE0E1F22D3C7659A2FEE18A4F (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_until_3(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * X509Certificate_GetIssuerName_mC83D0754963A3A509992B8562F7BEE692F21F746 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_issuer_4(); return L_0; } } // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * X509Certificate_GetSubjectName_m7C2F7862A7D02709C2DC62A29E5458FFB2E7E284 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_subject_8(); return L_0; } } // System.Void Mono.Security.X509.X509Certificate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_GetObjectData_m9F64BF2BCF7179890398D4CBCDAF7FD2D291B8A8 (X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_GetObjectData_m9F64BF2BCF7179890398D4CBCDAF7FD2D291B8A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_encodedcert_1(); NullCheck(L_0); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteralCE15802A8C5E8E9DB0FFAF10130EF265296E9EA4, (RuntimeObject *)(RuntimeObject *)L_1, /*hidden argument*/NULL); return; } } // System.Byte[] Mono.Security.X509.X509Certificate::PEM(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate_PEM_m7222F318BC4E9A4D263E49EC236D7F3626366B55 (String_t* ___type0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate_PEM_m7222F318BC4E9A4D263E49EC236D7F3626366B55_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data1; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_0, L_1); String_t* L_3 = ___type0; String_t* L_4 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralCDA87E8FAD2300F90D5D664EDD42E9364EDDB3D1, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___type0; String_t* L_6 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral2DA88E03A81D77B573503F53B6D5FF0C6CFAD459, L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = L_2; String_t* L_8 = V_0; NullCheck(L_7); int32_t L_9 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_7, L_8, /*hidden argument*/NULL); String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11)); String_t* L_12 = L_7; String_t* L_13 = V_1; int32_t L_14 = V_2; NullCheck(L_12); int32_t L_15 = String_IndexOf_m9285F4AFCAD971E6AFB6F0212B415989CB3DACA5(L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; int32_t L_16 = V_2; int32_t L_17 = V_3; int32_t L_18 = V_2; NullCheck(L_12); String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_12, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_19, /*hidden argument*/NULL); return L_20; } } // System.Void Mono.Security.X509.X509Certificate::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__cctor_mBE2FD3CE1FBD329810E55F5B1E8ACBE909DA4B0C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate__cctor_mBE2FD3CE1FBD329810E55F5B1E8ACBE909DA4B0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral4EDE3DBE3842E4E897B27DE36AB7E2BA1F056615, /*hidden argument*/NULL); ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var))->set_encoding_error_21(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 Mono.Security.X509.X509CertificateCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_mEF9D9BD6C5A780D8A8F89F4A70F20A77274BEE11 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9(__this, /*hidden argument*/NULL); return; } } // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * X509CertificateCollection_get_Item_m9D86EAB41F196198DE5A0B855200B33F97BEEC82 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_get_Item_m9D86EAB41F196198DE5A0B855200B33F97BEEC82_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Security.X509.X509CertificateCollection::Add(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, X509CertificateCollection_Add_m92443BC84B1A9C07432AB5294089E0A041302341_RuntimeMethod_var); } IL_000e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * L_3 = ___value0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return L_4; } } // Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_GetEnumerator_mF727FC348ED5A98CBFD5DB476A490AE7E67D2B29_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * L_0 = (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F *)il2cpp_codegen_object_new(X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F_il2cpp_TypeInfo_var); X509CertificateEnumerator__ctor_m907435AC45CD48DA1C82DB9C34480DC0BEAEF38F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509CertificateCollection_System_Collections_IEnumerable_GetEnumerator_m3C51D8ED5974C202B6E77713328333B1222B17E7 (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Int32 Mono.Security.X509.X509CertificateCollection::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_GetHashCode_mAB144C2D0900ED692DA5BF421D2596C86462EA8C (X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); 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 Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::.ctor(Mono.Security.X509.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m907435AC45CD48DA1C82DB9C34480DC0BEAEF38F (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * ___mappings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator__ctor_m907435AC45CD48DA1C82DB9C34480DC0BEAEF38F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); X509CertificateCollection_t5BA116B445B1DB65CBCEAECF7EF3CFC1368E3ECA * L_0 = ___mappings0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_0); __this->set_enumerator_0(L_1); return; } } // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA * X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_get_Current_m0B73ED629E9F6E2EAC80B699C9F6B0DFFF566089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0); return ((X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t789CC31F38FD61BE3BA97A86173B7BA94F8871EA_il2cpp_TypeInfo_var)); } } // System.Object Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m1E28B3521979906042C16BB51337ADD7CD43B945 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m1E28B3521979906042C16BB51337ADD7CD43B945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m2F728922369DD616AA819677BB1730477872A0F5 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m2F728922369DD616AA819677BB1730477872A0F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m014A48D073D1DF62A4D8631ED07E8B3BC6EA8834 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m014A48D073D1DF62A4D8631ED07E8B3BC6EA8834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0); return; } } // System.Boolean Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2 (X509CertificateEnumerator_tA97ABD952DA2AEEF45D70B07B2267A0E5B29D92F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_MoveNext_m5862EE69AF1A64DCF32885052BBD7429381BA7D2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0); 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 Mono.Security.X509.X509Extension::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * G_B7_0 = NULL; X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * G_B6_0 = NULL; int32_t G_B8_0 = 0; X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * G_B8_1 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; NullCheck(L_0); uint8_t L_1 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48))))) { goto IL_0019; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_2 = ___asn10; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_0029; } } IL_0019: { String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral69B85846222F763F537AAE189724E50D8A16971F, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B_RuntimeMethod_var); } IL_0029: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ___asn10; NullCheck(L_6); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_7 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)6))) { goto IL_0048; } } { String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral69B85846222F763F537AAE189724E50D8A16971F, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B_RuntimeMethod_var); } IL_0048: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_11 = ___asn10; NullCheck(L_11); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_11, 0, /*hidden argument*/NULL); String_t* L_13 = ASN1Convert_ToOid_m7C568C6223BAB8821F8EB9C26FB47F4121214914(L_12, /*hidden argument*/NULL); __this->set_extnOid_0(L_13); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_14 = ___asn10; NullCheck(L_14); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_14, 1, /*hidden argument*/NULL); NullCheck(L_15); uint8_t L_16 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_15, /*hidden argument*/NULL); G_B6_0 = __this; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { G_B7_0 = __this; goto IL_0081; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ___asn10; NullCheck(L_17); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_18 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_17, 1, /*hidden argument*/NULL); NullCheck(L_18); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = 0; uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); G_B8_0 = ((((int32_t)L_21) == ((int32_t)((int32_t)255)))? 1 : 0); G_B8_1 = G_B6_0; goto IL_0082; } IL_0081: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_0082: { NullCheck(G_B8_1); G_B8_1->set_extnCritical_1((bool)G_B8_0); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_22 = ___asn10; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_23 = ___asn10; NullCheck(L_23); int32_t L_24 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_23, /*hidden argument*/NULL); NullCheck(L_22); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_25 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); __this->set_extnValue_2(L_25); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_26 = __this->get_extnValue_2(); NullCheck(L_26); uint8_t L_27 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)4)))) { goto IL_00f3; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_28 = __this->get_extnValue_2(); NullCheck(L_28); int32_t L_29 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00f3; } } { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_30 = __this->get_extnValue_2(); NullCheck(L_30); int32_t L_31 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00f3; } } IL_00c4: try { // begin try (depth: 1) ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_32 = __this->get_extnValue_2(); NullCheck(L_32); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_32, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_34 = (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)il2cpp_codegen_object_new(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22_il2cpp_TypeInfo_var); ASN1__ctor_m1D03549576234C96B7AE3D6CD9B43D92DB07414E(L_34, L_33, /*hidden argument*/NULL); V_0 = L_34; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_35 = __this->get_extnValue_2(); NullCheck(L_35); ASN1_set_Value_mC75118412779C8694A5F0553062B44BD268FF095(L_35, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, /*hidden argument*/NULL); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_36 = __this->get_extnValue_2(); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_37 = V_0; NullCheck(L_36); ASN1_Add_m04C69FA22E1EA93FD28A7B8C6D4CD6F33FE7CDD7(L_36, L_37, /*hidden argument*/NULL); goto IL_00f3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00f0; throw e; } CATCH_00f0: { // begin catch(System.Object) goto IL_00f3; } // end catch (depth: 1) IL_00f3: { VirtActionInvoker0::Invoke(4 /* System.Void Mono.Security.X509.X509Extension::Decode() */, __this); return; } } // System.Void Mono.Security.X509.X509Extension::Decode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension_Decode_mA81C0ECA1AF1B046E6D42904A1EA2343F61F9EA9 (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Mono.Security.X509.X509Extension::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Extension_Equals_mCE2F109880049F6E4AB58018FDC95BD1B13EE584 (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_Equals_mCE2F109880049F6E4AB58018FDC95BD1B13EE584_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___obj0; V_0 = ((X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B *)IsInstClass((RuntimeObject*)L_1, X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B_il2cpp_TypeInfo_var)); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_2 = V_0; if (L_2) { goto IL_0011; } } { return (bool)0; } IL_0011: { bool L_3 = __this->get_extnCritical_1(); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_4 = V_0; NullCheck(L_4); bool L_5 = L_4->get_extnCritical_1(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0021; } } { return (bool)0; } IL_0021: { String_t* L_6 = __this->get_extnOid_0(); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_extnOid_0(); bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0036; } } { return (bool)0; } IL_0036: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_10 = __this->get_extnValue_2(); NullCheck(L_10); int32_t L_11 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_10, /*hidden argument*/NULL); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_12 = V_0; NullCheck(L_12); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_13 = L_12->get_extnValue_2(); NullCheck(L_13); int32_t L_14 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_13, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_14))) { goto IL_0050; } } { return (bool)0; } IL_0050: { V_1 = 0; goto IL_0074; } IL_0054: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_15 = __this->get_extnValue_2(); int32_t L_16 = V_1; NullCheck(L_15); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_17 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_15, L_16, /*hidden argument*/NULL); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_18 = V_0; NullCheck(L_18); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_19 = L_18->get_extnValue_2(); int32_t L_20 = V_1; NullCheck(L_19); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_21 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_19, L_20, /*hidden argument*/NULL); if ((((RuntimeObject*)(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)L_17) == ((RuntimeObject*)(ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 *)L_21))) { goto IL_0070; } } { return (bool)0; } IL_0070: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0074: { int32_t L_23 = V_1; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_24 = __this->get_extnValue_2(); NullCheck(L_24); int32_t L_25 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0054; } } { return (bool)1; } } // System.Int32 Mono.Security.X509.X509Extension::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509Extension_GetHashCode_mECF1687D317F87C14B1AF30352E041255C064E38 (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_extnOid_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void Mono.Security.X509.X509Extension::WriteLine(System.Text.StringBuilder,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, StringBuilder_t * ___sb0, int32_t ___n1, int32_t ___pos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_extnValue_2(); NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ASN1_get_Value_m79BD55DC2251117641BA20292A90C8704EEB0AF2(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___pos2; V_1 = L_2; V_2 = 0; goto IL_0055; } IL_0012: { int32_t L_3 = V_2; int32_t L_4 = ___n1; if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0045; } } { StringBuilder_t * L_5 = ___sb0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = L_7; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_10 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)((L_6)->GetAddressAt(static_cast(L_8))), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, L_9, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_10, /*hidden argument*/NULL); StringBuilder_t * L_11 = ___sb0; NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); goto IL_0051; } IL_0045: { StringBuilder_t * L_12 = ___sb0; NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteral088FB1A4AB057F4FCF7D487006499060C7FE5773, /*hidden argument*/NULL); } IL_0051: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0055: { int32_t L_14 = V_2; if ((((int32_t)L_14) < ((int32_t)8))) { goto IL_0012; } } { StringBuilder_t * L_15 = ___sb0; NullCheck(L_15); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteral099600A10A944114AAC406D136B625FB416DD779, /*hidden argument*/NULL); int32_t L_16 = ___pos2; V_1 = L_16; V_3 = 0; goto IL_009a; } IL_006b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = L_18; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_17); int32_t L_20 = L_19; uint8_t L_21 = (L_17)->GetAt(static_cast(L_20)); V_4 = L_21; uint8_t L_22 = V_4; if ((((int32_t)L_22) >= ((int32_t)((int32_t)32)))) { goto IL_0088; } } { StringBuilder_t * L_23 = ___sb0; NullCheck(L_23); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL); goto IL_0096; } IL_0088: { StringBuilder_t * L_24 = ___sb0; uint8_t L_25 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); Il2CppChar L_26 = Convert_ToChar_m2FF337FDDCAD52939473E0D7ED3FBFD49A4C2E18(L_25, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_24, L_26, /*hidden argument*/NULL); } IL_0096: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009a: { int32_t L_28 = V_3; int32_t L_29 = ___n1; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_006b; } } { StringBuilder_t * L_30 = ___sb0; String_t* L_31 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_30); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, L_31, /*hidden argument*/NULL); return; } } // System.String Mono.Security.X509.X509Extension::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Extension_ToString_mC968AAD96357747636F4B7AE2903FFB5B32BA84A (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Extension_ToString_mC968AAD96357747636F4B7AE2903FFB5B32BA84A_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = __this->get_extnValue_2(); NullCheck(L_1); int32_t L_2 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_1, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_2>>(int32_t)3)); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_3 = __this->get_extnValue_2(); NullCheck(L_3); int32_t L_4 = ASN1_get_Length_m26CEA287586CB72CF05106666242A4799B5D6564(L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5<<(int32_t)3)))); V_3 = 0; V_4 = 0; goto IL_003e; } IL_002b: { StringBuilder_t * L_6 = V_0; int32_t L_7 = V_3; X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C(__this, L_6, 8, L_7, /*hidden argument*/NULL); int32_t L_8 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)); int32_t L_9 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_4; int32_t L_11 = V_1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_002b; } } { StringBuilder_t * L_12 = V_0; int32_t L_13 = V_2; int32_t L_14 = V_3; X509Extension_WriteLine_mC6277CA21812934D276BD2167CF5305E725BA18C(__this, L_12, L_13, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); return L_16; } } #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 Mono.Security.X509.X509ExtensionCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_mB49E48E58401BD43ABCA052244630AE2E1C981BB (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.X509.X509ExtensionCollection::.ctor(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09 (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___asn10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * V_1 = NULL; { X509ExtensionCollection__ctor_mB49E48E58401BD43ABCA052244630AE2E1C981BB(__this, /*hidden argument*/NULL); __this->set_readOnly_1((bool)1); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___asn10; if (L_0) { goto IL_0011; } } { return; } IL_0011: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_1 = ___asn10; NullCheck(L_1); uint8_t L_2 = ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)48)))) { goto IL_0026; } } { Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_3, _stringLiteral7B152A24BBC8DB09B568453879784A9FBD2A9FFC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, X509ExtensionCollection__ctor_m0441BFBD0D73B5878D71B56DB9A2B67D73E39A09_RuntimeMethod_var); } IL_0026: { V_0 = 0; goto IL_0048; } IL_002a: { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_4 = ___asn10; int32_t L_5 = V_0; NullCheck(L_4); ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_6 = ASN1_get_Item_mA5D422D053BA40C1EE8B498967C8A9DF3710ACB4(L_4, L_5, /*hidden argument*/NULL); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_7 = (X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B *)il2cpp_codegen_object_new(X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B_il2cpp_TypeInfo_var); X509Extension__ctor_m16A891E45F0B21502442C2BCCE4C791CB0EC9C9B(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); X509Extension_t4572384D5BE5E3AC344EA559448684FA7FCFA17B * L_9 = V_1; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0048: { int32_t L_11 = V_0; ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_12 = ___asn10; NullCheck(L_12); int32_t L_13 = ASN1_get_Count_m3916A9BC31F056411A79791AA074F8229552E117(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_002a; } } { return; } } // System.Collections.IEnumerator Mono.Security.X509.X509ExtensionCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m754A9A879FDC18994514DD1DC77E7F80F3F3EE12 (X509ExtensionCollection_t1549201ECC24D41DBF9212B6C80201D6EC5C7DA1 * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); 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 Mono.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SmallXmlParser__ctor_m9FD7D5896F766B4F9ED74478616F09462523ABF2(__this, /*hidden argument*/NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var); Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_0, /*hidden argument*/NULL); __this->set_stack_14(L_0); return; } } // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_root_12((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_14(); NullCheck(L_0); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0); String_t* L_1 = ___xml0; StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_2 = (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)il2cpp_codegen_object_new(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var); StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17(L_2, L_1, /*hidden argument*/NULL); SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F(__this, L_2, __this, /*hidden argument*/NULL); return; } } // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method) { { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_root_12(); return L_0; } } // System.Void Mono.Xml.SecurityParser::OnStartParsing(Mono.Xml.SmallXmlParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartParsing_m03FDAA43B41A5EDB912B041D8A29AB28E54742B9 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * ___parser0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnProcessingInstruction_m9CD27F25D6F3F2AA6D63AB8DCCEA166C13EEAE5E (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnIgnorableWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnIgnorableWhitespace_m7E506D050C5506FBF460E405E1C9D6DAA41FC683 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___s0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Xml.SecurityParser::OnStartElement(System.String,Mono.Xml.SmallXmlParser_IAttrList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnStartElement_m043969D5E7935474E350EDFB77C55A6B26CDDCC6 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___name0, RuntimeObject* ___attrs1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnStartElement_m043969D5E7935474E350EDFB77C55A6B26CDDCC6_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ___name0; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_1 = (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)il2cpp_codegen_object_new(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_2 = __this->get_root_12(); if (L_2) { goto IL_001f; } } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_3 = V_0; __this->set_root_12(L_3); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_4 = V_0; __this->set_current_13(L_4); goto IL_0035; } IL_001f: { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_5 = __this->get_stack_14(); NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_5); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_7 = V_0; NullCheck(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_6, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))); SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_6, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); } IL_0035: { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_8 = __this->get_stack_14(); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_9 = V_0; NullCheck(L_8); VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9); SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_10 = V_0; __this->set_current_13(L_10); RuntimeObject* L_11 = ___attrs1; NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 Mono.Xml.SmallXmlParser/IAttrList::get_Length() */, IAttrList_t0CE18247AA5E55E45C85E9CF5844810BE11C435E_il2cpp_TypeInfo_var, L_11); V_1 = L_12; V_2 = 0; goto IL_0075; } IL_0053: { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_13 = __this->get_current_13(); RuntimeObject* L_14 = ___attrs1; int32_t L_15 = V_2; NullCheck(L_14); String_t* L_16 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(1 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetName(System.Int32) */, IAttrList_t0CE18247AA5E55E45C85E9CF5844810BE11C435E_il2cpp_TypeInfo_var, L_14, L_15); RuntimeObject* L_17 = ___attrs1; int32_t L_18 = V_2; NullCheck(L_17); String_t* L_19 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(2 /* System.String Mono.Xml.SmallXmlParser/IAttrList::GetValue(System.Int32) */, IAttrList_t0CE18247AA5E55E45C85E9CF5844810BE11C435E_il2cpp_TypeInfo_var, L_17, L_18); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_20 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_19, /*hidden argument*/NULL); NullCheck(L_13); SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B(L_13, L_16, L_20, /*hidden argument*/NULL); int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0075: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0053; } } { return; } } // System.Void Mono.Xml.SecurityParser::OnEndElement(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndElement_mD7258BCF8FB5C80042CBD036FC65A27628F87AE5 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnEndElement_mD7258BCF8FB5C80042CBD036FC65A27628F87AE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_stack_14(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0); __this->set_current_13(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_1, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Xml.SecurityParser::OnChars(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnChars_m40E1236580D7790B03DF4B822CD94522CA6004E8 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityParser_OnChars_m40E1236580D7790B03DF4B822CD94522CA6004E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_current_13(); String_t* L_1 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var); String_t* L_2 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_1, /*hidden argument*/NULL); NullCheck(L_0); SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SecurityParser::OnEndParsing(Mono.Xml.SmallXmlParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_OnEndParsing_mB0187295A5CA4AC1DC7D787FF407C61BDB3558AB (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * ___parser0, const RuntimeMethod* method) { { 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 Mono.Xml.SmallXmlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m9FD7D5896F766B4F9ED74478616F09462523ABF2 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser__ctor_m9FD7D5896F766B4F9ED74478616F09462523ABF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var); Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_0, /*hidden argument*/NULL); __this->set_elementNames_2(L_0); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = (Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 *)il2cpp_codegen_object_new(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643_il2cpp_TypeInfo_var); Stack__ctor_m98F99FFBF373762F139506711349267D5354FE08(L_1, /*hidden argument*/NULL); __this->set_xmlSpaces_3(L_1); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_2, ((int32_t)200), /*hidden argument*/NULL); __this->set_buffer_5(L_2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); __this->set_nameBuffer_6(L_3); AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_4 = (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 *)il2cpp_codegen_object_new(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63_il2cpp_TypeInfo_var); AttrListImpl__ctor_m5B7885CD6830138F25DC2D46F14B1A18DD1564BA(L_4, /*hidden argument*/NULL); __this->set_attributes_8(L_4); __this->set_line_9(1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Exception Mono.Xml.SmallXmlParser::Error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = __this->get_line_9(); int32_t L_2 = __this->get_column_10(); SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140 * L_3 = (SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140 *)il2cpp_codegen_object_new(SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140_il2cpp_TypeInfo_var); SmallXmlParserException__ctor_m6AB9D00DB18C0DD5D3A9B19B50BE555685206A22(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception Mono.Xml.SmallXmlParser::UnexpectedEndError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_elementNames_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_3 = __this->get_elementNames_2(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_0; NullCheck(L_3); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(15 /* System.Void System.Collections.Stack::CopyTo(System.Array,System.Int32) */, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = V_0; String_t* L_6 = String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4(_stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, L_5, /*hidden argument*/NULL); String_t* L_7 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralADAE9EA1AFF2F3E79B954D2B2C814C316FF5C9E8, L_6, /*hidden argument*/NULL); Exception_t * L_8 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean Mono.Xml.SmallXmlParser::IsNameChar(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, Il2CppChar ___c0, bool ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___c0; if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)46))))) { goto IL_0011; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) == ((int32_t)((int32_t)45)))) { goto IL_001d; } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) == ((int32_t)((int32_t)46)))) { goto IL_001d; } } { goto IL_0022; } IL_0011: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) == ((int32_t)((int32_t)58)))) { goto IL_001b; } } { Il2CppChar L_4 = ___c0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)95))))) { goto IL_0022; } } IL_001b: { return (bool)1; } IL_001d: { bool L_5 = ___start1; return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_0022: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)256)))) { goto IL_0056; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) == ((int32_t)((int32_t)1369)))) { goto IL_0042; } } { Il2CppChar L_8 = ___c0; if ((((int32_t)L_8) == ((int32_t)((int32_t)1765)))) { goto IL_0042; } } { Il2CppChar L_9 = ___c0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1766))))) { goto IL_0044; } } IL_0042: { return (bool)1; } IL_0044: { Il2CppChar L_10 = ___c0; if ((((int32_t)((int32_t)699)) > ((int32_t)L_10))) { goto IL_0056; } } { Il2CppChar L_11 = ___c0; if ((((int32_t)L_11) > ((int32_t)((int32_t)705)))) { goto IL_0056; } } { return (bool)1; } IL_0056: { Il2CppChar L_12 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); int32_t L_13 = Char_GetUnicodeCategory_m07C2D4BEA7C630EF8D87B2244689C5C315EC4914(L_12, /*hidden argument*/NULL); V_0 = L_13; int32_t L_14 = V_0; switch (L_14) { case 0: { goto IL_008d; } case 1: { goto IL_008d; } case 2: { goto IL_008d; } case 3: { goto IL_008f; } case 4: { goto IL_008d; } case 5: { goto IL_008f; } case 6: { goto IL_008f; } case 7: { goto IL_008f; } case 8: { goto IL_008f; } case 9: { goto IL_008d; } } } { goto IL_0094; } IL_008d: { return (bool)1; } IL_008f: { bool L_15 = ___start1; return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } IL_0094: { return (bool)0; } } // System.Boolean Mono.Xml.SmallXmlParser::IsWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmallXmlParser_IsWhitespace_m0CA6B1172C3960658B54E9B12445B027C9B9DEDA (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, int32_t ___c0, const RuntimeMethod* method) { { int32_t L_0 = ___c0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)9)))) > ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_1 = ___c0; if ((((int32_t)L_1) == ((int32_t)((int32_t)13)))) { goto IL_0011; } } { int32_t L_2 = ___c0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)32))))) { goto IL_0013; } } IL_0011: { return (bool)1; } IL_0013: { return (bool)0; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { { SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleWhitespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleWhitespaces_m926190958F967748FC0D7FF027DC59B498FA0717 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { { goto IL_0015; } IL_0002: { StringBuilder_t * L_0 = __this->get_buffer_5(); int32_t L_1 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_0, (((int32_t)((uint16_t)L_1))), /*hidden argument*/NULL); } IL_0015: { int32_t L_2 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); bool L_3 = SmallXmlParser_IsWhitespace_m0CA6B1172C3960658B54E9B12445B027C9B9DEDA(__this, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0002; } } { int32_t L_4 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_003d; } } { int32_t L_5 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_003d; } } { __this->set_isWhitespace_7((bool)0); } IL_003d: { return; } } // System.Void Mono.Xml.SmallXmlParser::SkipWhitespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, bool ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IL_0000: { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) > ((uint32_t)1)))) { goto IL_0018; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)13)))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)32))))) { goto IL_0027; } } IL_0018: { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); bool L_4 = ___expected0; if (!L_4) { goto IL_0000; } } { ___expected0 = (bool)0; goto IL_0000; } IL_0027: { bool L_5 = ___expected0; if (!L_5) { goto IL_0036; } } { Exception_t * L_6 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteralB177DC4D2B45989003EE5219FFD457FF098B1A59, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725_RuntimeMethod_var); } IL_0036: { return; } } // System.Int32 Mono.Xml.SmallXmlParser::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { { TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_0); return L_1; } } // System.Int32 Mono.Xml.SmallXmlParser::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_0); int32_t L_2 = L_1; G_B1_0 = L_2; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { G_B2_0 = L_2; goto IL_0017; } } { __this->set_resetColumn_11((bool)1); G_B2_0 = G_B1_0; } IL_0017: { bool L_3 = __this->get_resetColumn_11(); G_B3_0 = G_B2_0; if (!L_3) { G_B4_0 = G_B2_0; goto IL_003c; } } { int32_t L_4 = __this->get_line_9(); __this->set_line_9(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_resetColumn_11((bool)0); __this->set_column_10(1); return G_B3_0; } IL_003c: { int32_t L_5 = __this->get_column_10(); __this->set_column_10(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return G_B4_0; } } // System.Void Mono.Xml.SmallXmlParser::Expect(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, int32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0012; } } { Exception_t * L_2 = SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4_RuntimeMethod_var); } IL_0012: { int32_t L_3 = V_0; int32_t L_4 = ___c0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0035; } } { int32_t L_5 = ___c0; Il2CppChar L_6 = ((Il2CppChar)(((int32_t)((uint16_t)L_5)))); RuntimeObject * L_7 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_6); int32_t L_8 = V_0; Il2CppChar L_9 = ((Il2CppChar)(((int32_t)((uint16_t)L_8)))); RuntimeObject * L_10 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE02882ED793EF70B580A07DB2EE2F6768DACBB59, L_7, L_10, /*hidden argument*/NULL); Exception_t * L_12 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4_RuntimeMethod_var); } IL_0035: { return; } } // System.String Mono.Xml.SmallXmlParser::ReadUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, Il2CppChar ___until0, bool ___handleReferences1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; IL_0000: { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0010; } } { Exception_t * L_1 = SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23_RuntimeMethod_var); } IL_0010: { int32_t L_2 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); V_0 = (((int32_t)((uint16_t)L_2))); Il2CppChar L_3 = V_0; Il2CppChar L_4 = ___until0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_003b; } } { bool L_5 = ___handleReferences1; if (!L_5) { goto IL_002c; } } { Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)38))))) { goto IL_002c; } } { SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB(__this, /*hidden argument*/NULL); goto IL_0000; } IL_002c: { StringBuilder_t * L_7 = __this->get_buffer_5(); Il2CppChar L_8 = V_0; NullCheck(L_7); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, L_8, /*hidden argument*/NULL); goto IL_0000; } IL_003b: { StringBuilder_t * L_9 = __this->get_buffer_5(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); StringBuilder_t * L_11 = __this->get_buffer_5(); NullCheck(L_11); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_11, 0, /*hidden argument*/NULL); return L_10; } } // System.String Mono.Xml.SmallXmlParser::ReadName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; { V_0 = 0; int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_1 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); bool L_2 = SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A(__this, (((int32_t)((uint16_t)L_1))), (bool)1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } IL_001b: { Exception_t * L_3 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteralE10BCDCA7388797D857EE3BBFF6B157B71FBAE8B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35_RuntimeMethod_var); } IL_0027: { int32_t L_4 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_1 = L_4; goto IL_0080; } IL_0030: { int32_t L_5 = V_1; V_2 = (((int32_t)((uint16_t)L_5))); Il2CppChar L_6 = V_2; bool L_7 = SmallXmlParser_IsNameChar_m778080869517BCC9BA829CA2A3D56690825FBD7A(__this, L_6, (bool)0, /*hidden argument*/NULL); if (!L_7) { goto IL_0084; } } { int32_t L_8 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = __this->get_nameBuffer_6(); NullCheck(L_9); if ((!(((uint32_t)L_8) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))))) { goto IL_0065; } } { int32_t L_10 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))); V_3 = L_11; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = __this->get_nameBuffer_6(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = V_3; int32_t L_14 = V_0; Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = V_3; __this->set_nameBuffer_6(L_15); } IL_0065: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_nameBuffer_6(); int32_t L_17 = V_0; int32_t L_18 = L_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); Il2CppChar L_19 = V_2; NullCheck(L_16); (L_16)->SetAt(static_cast(L_18), (Il2CppChar)L_19); SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_20 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_1 = L_20; } IL_0080: { int32_t L_21 = V_1; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_0030; } } IL_0084: { int32_t L_22 = V_0; if (L_22) { goto IL_0093; } } { Exception_t * L_23 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteral9BE00FBFD10F293F9AA2C07F65A715EDF3951951, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35_RuntimeMethod_var); } IL_0093: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = __this->get_nameBuffer_6(); int32_t L_25 = V_0; String_t* L_26 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_24, 0, L_25, /*hidden argument*/NULL); return L_26; } } // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser_IContentHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_0 = ___input0; __this->set_reader_1(L_0); RuntimeObject* L_1 = ___handler1; __this->set_handler_0(L_1); RuntimeObject* L_2 = ___handler1; NullCheck(L_2); InterfaceActionInvoker1< SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * >::Invoke(0 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_2, __this); goto IL_001d; } IL_0017: { SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D(__this, /*hidden argument*/NULL); } IL_001d: { int32_t L_3 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0017; } } { SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE(__this, /*hidden argument*/NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_4 = __this->get_elementNames_2(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0056; } } { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_6 = __this->get_elementNames_2(); NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_6); String_t* L_8 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral1BCBC0A0DE77A0151ED322627AE69CD4E58671D4, L_7, /*hidden argument*/NULL); Exception_t * L_9 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, SmallXmlParser_Parse_mBFFAA2DDD223DEE2A8E22E33C9CF986F06B84D5F_RuntimeMethod_var); } IL_0056: { RuntimeObject* L_10 = ___handler1; NullCheck(L_10); InterfaceActionInvoker1< SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * >::Invoke(1 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndParsing(Mono.Xml.SmallXmlParser) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_10, __this); SmallXmlParser_Cleanup_mAFE98527E4C2AC8C3F9BB75C74FEF2207EE5ADAC(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Cleanup_mAFE98527E4C2AC8C3F9BB75C74FEF2207EE5ADAC (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { { __this->set_line_9(1); __this->set_column_10(0); __this->set_handler_0((RuntimeObject*)NULL); __this->set_reader_1((TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A *)NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_0 = __this->get_elementNames_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_1 = __this->get_xmlSpaces_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_1); AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_2 = __this->get_attributes_8(); NullCheck(L_2); AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0(L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = __this->get_buffer_5(); NullCheck(L_3); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_3, 0, /*hidden argument*/NULL); __this->set_xmlSpace_4((String_t*)NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); bool L_1 = SmallXmlParser_IsWhitespace_m0CA6B1172C3960658B54E9B12445B027C9B9DEDA(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } { StringBuilder_t * L_2 = __this->get_buffer_5(); NullCheck(L_2); int32_t L_3 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { __this->set_isWhitespace_7((bool)1); } IL_0022: { SmallXmlParser_HandleWhitespaces_m926190958F967748FC0D7FF027DC59B498FA0717(__this, /*hidden argument*/NULL); } IL_0028: { int32_t L_4 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)60))))) { goto IL_0285; } } { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_5 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)33)))) { goto IL_005d; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)47)))) { goto IL_0145; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)63)))) { goto IL_00dd; } } { goto IL_01ee; } IL_005d: { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_9 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)91))))) { goto IL_00a2; } } { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); String_t* L_10 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD, /*hidden argument*/NULL); if (!L_11) { goto IL_0093; } } { Exception_t * L_12 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteral7BFDD5F0A2F25B380D4F5589749852BB8DCFA8F7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var); } IL_0093: { SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)91), /*hidden argument*/NULL); SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61(__this, /*hidden argument*/NULL); return; } IL_00a2: { int32_t L_13 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_00b3; } } { SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5(__this, /*hidden argument*/NULL); return; } IL_00b3: { String_t* L_14 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); bool L_15 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_14, _stringLiteralA885F336E380EA1BD8337D686E8FE237C26ADF04, /*hidden argument*/NULL); if (!L_15) { goto IL_00d1; } } { Exception_t * L_16 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteralF73752A258538C53B0A587C0B9960B4200E6B2C0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var); } IL_00d1: { Exception_t * L_17 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteralF641C9F6B1300840CE67CFB8D3768EC2CB1B37E9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var); } IL_00dd: { SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE(__this, /*hidden argument*/NULL); SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); String_t* L_18 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); V_0 = L_18; SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF(__this, /*hidden argument*/NULL); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_19; int32_t L_20 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)63)))) { goto IL_012f; } } IL_0107: { String_t* L_21 = V_2; String_t* L_22 = SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23(__this, ((int32_t)63), (bool)0, /*hidden argument*/NULL); String_t* L_23 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_21, L_22, /*hidden argument*/NULL); V_2 = L_23; int32_t L_24 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)((int32_t)62)))) { goto IL_012f; } } { String_t* L_25 = V_2; String_t* L_26 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_25, _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, /*hidden argument*/NULL); V_2 = L_26; goto IL_0107; } IL_012f: { RuntimeObject* L_27 = __this->get_handler_0(); String_t* L_28 = V_0; String_t* L_29 = V_2; NullCheck(L_27); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(4 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnProcessingInstruction(System.String,System.String) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_27, L_28, L_29); SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_0145: { SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE(__this, /*hidden argument*/NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_30 = __this->get_elementNames_2(); NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_30); if (L_31) { goto IL_015f; } } { Exception_t * L_32 = SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var); } IL_015f: { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); String_t* L_33 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); V_0 = L_33; SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF(__this, /*hidden argument*/NULL); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_34 = __this->get_elementNames_2(); NullCheck(L_34); RuntimeObject * L_35 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_34); V_3 = ((String_t*)CastclassSealed((RuntimeObject*)L_35, String_t_il2cpp_TypeInfo_var)); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_36 = __this->get_xmlSpaces_3(); NullCheck(L_36); VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_36); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_37 = __this->get_xmlSpaces_3(); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_37); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_01b6; } } { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_39 = __this->get_xmlSpaces_3(); NullCheck(L_39); RuntimeObject * L_40 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Stack::Peek() */, L_39); __this->set_xmlSpace_4(((String_t*)CastclassSealed((RuntimeObject*)L_40, String_t_il2cpp_TypeInfo_var))); goto IL_01bd; } IL_01b6: { __this->set_xmlSpace_4((String_t*)NULL); } IL_01bd: { String_t* L_41 = V_0; String_t* L_42 = V_3; bool L_43 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_01d9; } } { String_t* L_44 = V_3; String_t* L_45 = V_0; String_t* L_46 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral8E7EADD6FA794AF74598EA20E410C436AD81EC8C, L_44, L_45, /*hidden argument*/NULL); Exception_t * L_47 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, SmallXmlParser_ReadContent_m9B531EF2F84F1292710BF1B5EC798EFE2982905D_RuntimeMethod_var); } IL_01d9: { RuntimeObject* L_48 = __this->get_handler_0(); String_t* L_49 = V_0; NullCheck(L_48); InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_48, L_49); SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_01ee: { SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE(__this, /*hidden argument*/NULL); String_t* L_50 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); V_0 = L_50; goto IL_0209; } IL_01fd: { AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_51 = __this->get_attributes_8(); SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99(__this, L_51, /*hidden argument*/NULL); } IL_0209: { int32_t L_52 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)((int32_t)62)))) { goto IL_021d; } } { int32_t L_53 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)47))))) { goto IL_01fd; } } IL_021d: { RuntimeObject* L_54 = __this->get_handler_0(); String_t* L_55 = V_0; AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_56 = __this->get_attributes_8(); NullCheck(L_54); InterfaceActionInvoker2< String_t*, RuntimeObject* >::Invoke(2 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnStartElement(System.String,Mono.Xml.SmallXmlParser/IAttrList) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_54, L_55, L_56); AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_57 = __this->get_attributes_8(); NullCheck(L_57); AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0(L_57, /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF(__this, /*hidden argument*/NULL); int32_t L_58 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)47))))) { goto IL_025f; } } { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); RuntimeObject* L_59 = __this->get_handler_0(); String_t* L_60 = V_0; NullCheck(L_59); InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnEndElement(System.String) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_59, L_60); goto IL_027c; } IL_025f: { Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_61 = __this->get_elementNames_2(); String_t* L_62 = V_0; NullCheck(L_61); VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_61, L_62); Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * L_63 = __this->get_xmlSpaces_3(); String_t* L_64 = __this->get_xmlSpace_4(); NullCheck(L_63); VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_63, L_64); } IL_027c: { SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)62), /*hidden argument*/NULL); return; } IL_0285: { SmallXmlParser_ReadCharacters_m83D7A2FE91C9ACCDF136000D746D34942CBC60E4(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::HandleBufferedContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_HandleBufferedContent_m92389C6DA5658F8C205E7FC508D0E49055312BCE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = __this->get_buffer_5(); NullCheck(L_0); int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return; } IL_000e: { bool L_2 = __this->get_isWhitespace_7(); if (!L_2) { goto IL_002e; } } { RuntimeObject* L_3 = __this->get_handler_0(); StringBuilder_t * L_4 = __this->get_buffer_5(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); NullCheck(L_3); InterfaceActionInvoker1< String_t* >::Invoke(6 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnIgnorableWhitespace(System.String) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_3, L_5); goto IL_0044; } IL_002e: { RuntimeObject* L_6 = __this->get_handler_0(); StringBuilder_t * L_7 = __this->get_buffer_5(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_6); InterfaceActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml.SmallXmlParser/IContentHandler::OnChars(System.String) */, IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E_il2cpp_TypeInfo_var, L_6, L_8); } IL_0044: { StringBuilder_t * L_9 = __this->get_buffer_5(); NullCheck(L_9); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_9, 0, /*hidden argument*/NULL); __this->set_isWhitespace_7((bool)0); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCharacters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCharacters_m83D7A2FE91C9ACCDF136000D746D34942CBC60E4 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set_isWhitespace_7((bool)0); } IL_0007: { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_001e; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)38)))) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)60)))) { goto IL_001f; } } { goto IL_002f; } IL_001e: { return; } IL_001f: { return; } IL_0020: { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB(__this, /*hidden argument*/NULL); goto IL_0007; } IL_002f: { StringBuilder_t * L_4 = __this->get_buffer_5(); int32_t L_5 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_4, (((int32_t)((uint16_t)L_5))), /*hidden argument*/NULL); goto IL_0007; } } // System.Void Mono.Xml.SmallXmlParser::ReadReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35))))) { goto IL_0019; } } { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); SmallXmlParser_ReadCharacterReference_mB7083689048E75E9205DEC8454434EDAD57CAE5E(__this, /*hidden argument*/NULL); return; } IL_0019: { String_t* L_1 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); V_0 = L_1; SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_2 = V_0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral65F59EC6B1ECD6170D5044474043CCA9560A8071, /*hidden argument*/NULL); if (L_3) { goto IL_006b; } } { String_t* L_4 = V_0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral11FF44718A597D1A371E7DA9C818486F238E49E2, /*hidden argument*/NULL); if (L_5) { goto IL_007a; } } { String_t* L_6 = V_0; bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral616998B237EE9C3DBBF79DB6CA02275975880AE0, /*hidden argument*/NULL); if (L_7) { goto IL_0089; } } { String_t* L_8 = V_0; bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281, /*hidden argument*/NULL); if (L_9) { goto IL_0098; } } { String_t* L_10 = V_0; bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteral7DDF988C838812A4318332F2967BBE1035B2DB75, /*hidden argument*/NULL); if (L_11) { goto IL_00a7; } } { goto IL_00b6; } IL_006b: { StringBuilder_t * L_12 = __this->get_buffer_5(); NullCheck(L_12); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_12, ((int32_t)38), /*hidden argument*/NULL); return; } IL_007a: { StringBuilder_t * L_13 = __this->get_buffer_5(); NullCheck(L_13); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_13, ((int32_t)34), /*hidden argument*/NULL); return; } IL_0089: { StringBuilder_t * L_14 = __this->get_buffer_5(); NullCheck(L_14); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_14, ((int32_t)39), /*hidden argument*/NULL); return; } IL_0098: { StringBuilder_t * L_15 = __this->get_buffer_5(); NullCheck(L_15); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, ((int32_t)60), /*hidden argument*/NULL); return; } IL_00a7: { StringBuilder_t * L_16 = __this->get_buffer_5(); NullCheck(L_16); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_16, ((int32_t)62), /*hidden argument*/NULL); return; } IL_00b6: { Exception_t * L_17 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteral25DC02E8DE20819997226DD2B2E8AFC4C42839E6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, SmallXmlParser_ReadReference_m630C8CDBEE46892DB8A490D7101E587AC788C3DB_RuntimeMethod_var); } } // System.Int32 Mono.Xml.SmallXmlParser::ReadCharacterReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlParser_ReadCharacterReference_mB7083689048E75E9205DEC8454434EDAD57CAE5E (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)120))))) { goto IL_007c; } } { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_1 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_1 = L_1; goto IL_0076; } IL_001c: { int32_t L_2 = V_1; if ((((int32_t)((int32_t)48)) > ((int32_t)L_2))) { goto IL_0034; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) > ((int32_t)((int32_t)57)))) { goto IL_0034; } } { int32_t L_4 = V_0; int32_t L_5 = V_1; V_0 = ((int32_t)((int32_t)L_4<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_5)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); goto IL_0068; } IL_0034: { int32_t L_6 = V_1; if ((((int32_t)((int32_t)65)) > ((int32_t)L_6))) { goto IL_004f; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)((int32_t)70)))) { goto IL_004f; } } { int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_9)), (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); goto IL_0068; } IL_004f: { int32_t L_10 = V_1; if ((((int32_t)((int32_t)97)) > ((int32_t)L_10))) { goto IL_00ad; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)102)))) { goto IL_00ad; } } { int32_t L_12 = V_0; int32_t L_13 = V_1; V_0 = ((int32_t)((int32_t)L_12<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_13)), (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))&(int32_t)((int32_t)31))))); } IL_0068: { SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_14 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_1 = L_14; } IL_0076: { int32_t L_15 = V_1; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_001c; } } { goto IL_00ad; } IL_007c: { int32_t L_16 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_2 = L_16; goto IL_00a9; } IL_0085: { int32_t L_17 = V_2; if ((((int32_t)((int32_t)48)) > ((int32_t)L_17))) { goto IL_00ad; } } { int32_t L_18 = V_2; if ((((int32_t)L_18) > ((int32_t)((int32_t)57)))) { goto IL_00ad; } } { int32_t L_19 = V_0; int32_t L_20 = V_2; V_0 = ((int32_t)((int32_t)L_19<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_20)), (int32_t)((int32_t)48)))&(int32_t)((int32_t)31))))); SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); int32_t L_21 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); V_2 = L_21; } IL_00a9: { int32_t L_22 = V_2; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0085; } } IL_00ad: { int32_t L_23 = V_0; return L_23; } } // System.Void Mono.Xml.SmallXmlParser::ReadAttribute(Mono.Xml.SmallXmlParser_AttrListImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { SmallXmlParser_SkipWhitespaces_mA351F024FC4B043329B3B6581791093015958725(__this, (bool)1, /*hidden argument*/NULL); int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)47)))) { goto IL_001b; } } { int32_t L_1 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)62))))) { goto IL_001c; } } IL_001b: { return; } IL_001c: { String_t* L_2 = SmallXmlParser_ReadName_mAD70917F33A3E157537E69B8925BF41A996EAF35(__this, /*hidden argument*/NULL); V_0 = L_2; SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF(__this, /*hidden argument*/NULL); SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)61), /*hidden argument*/NULL); SmallXmlParser_SkipWhitespaces_mA51F0B32758624356F610B726242A1FAB1D417BF(__this, /*hidden argument*/NULL); int32_t L_3 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0054; } } { int32_t L_5 = V_2; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)39))))) { goto IL_0060; } } { String_t* L_6 = SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23(__this, ((int32_t)39), (bool)1, /*hidden argument*/NULL); V_1 = L_6; goto IL_006c; } IL_0054: { String_t* L_7 = SmallXmlParser_ReadUntil_m279D06CB9963FEEF22356F085F2745A70DD78F23(__this, ((int32_t)34), (bool)1, /*hidden argument*/NULL); V_1 = L_7; goto IL_006c; } IL_0060: { Exception_t * L_8 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteral393EA32677EA1D0FD0F3B6A6D4381D6995D08CD2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, SmallXmlParser_ReadAttribute_mFE6E3CA7C9EE7432F9D31358EB164463E0EAAD99_RuntimeMethod_var); } IL_006c: { String_t* L_9 = V_0; bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral9B8B0B106C9CA702F9BC34AA3D7B01AE7CD314FA, /*hidden argument*/NULL); if (!L_10) { goto IL_0080; } } { String_t* L_11 = V_1; __this->set_xmlSpace_4(L_11); } IL_0080: { AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * L_12 = ___a0; String_t* L_13 = V_0; String_t* L_14 = V_1; NullCheck(L_12); AttrListImpl_Add_mC2841C466B5711319B528BB1082B77CB842B4E2D(L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.SmallXmlParser::ReadCDATASection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; } IL_0002: { int32_t L_0 = SmallXmlParser_Peek_mF28E751D25F058D2B9ACA04130207A2E3FD58398(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { Exception_t * L_1 = SmallXmlParser_UnexpectedEndError_mEA2509A8E147FC380F9726D2A98E1B0A44553329(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SmallXmlParser_ReadCDATASection_mC256BDCC2986CE516F699828792B9E67B3282B61_RuntimeMethod_var); } IL_0012: { int32_t L_2 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); V_1 = (((int32_t)((uint16_t)L_2))); Il2CppChar L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)93))))) { goto IL_0025; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_0002; } IL_0025: { Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)62))))) { goto IL_0049; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0049; } } { int32_t L_7 = V_0; V_2 = L_7; goto IL_0044; } IL_0032: { StringBuilder_t * L_8 = __this->get_buffer_5(); NullCheck(L_8); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_8, ((int32_t)93), /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0044: { int32_t L_10 = V_2; if ((((int32_t)L_10) > ((int32_t)2))) { goto IL_0032; } } { return; } IL_0049: { V_3 = 0; goto IL_005f; } IL_004d: { StringBuilder_t * L_11 = __this->get_buffer_5(); NullCheck(L_11); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, ((int32_t)93), /*hidden argument*/NULL); int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_005f: { int32_t L_13 = V_3; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_004d; } } { V_0 = 0; StringBuilder_t * L_15 = __this->get_buffer_5(); Il2CppChar L_16 = V_1; NullCheck(L_15); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, L_16, /*hidden argument*/NULL); goto IL_0002; } } // System.Void Mono.Xml.SmallXmlParser::ReadComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5 (SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)45), /*hidden argument*/NULL); SmallXmlParser_Expect_mC5DC5EE6A784CEEA52A243A5004A738C0400A8E4(__this, ((int32_t)45), /*hidden argument*/NULL); } IL_0010: { int32_t L_0 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)45))))) { goto IL_0010; } } { int32_t L_1 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)45))))) { goto IL_0010; } } { int32_t L_2 = SmallXmlParser_Read_mB2AF24487DF5A28326878C39C3DF124740A90712(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)62)))) { goto IL_003a; } } { Exception_t * L_3 = SmallXmlParser_Error_m7F834D2CF36E873DC1EDF664BB16A7CA0B9CBAF2(__this, _stringLiteral26C46356B0908F3C4B9A9A8719EFF0AB5B4CE2F3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SmallXmlParser_ReadComment_m9C33081E484F35D15575E4813430356332A1DCC5_RuntimeMethod_var); } IL_003a: { 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 Mono.Xml.SmallXmlParser_AttrListImpl::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttrListImpl_get_Length_mD72C559AE80A421818D495A852192B9FB7D0452C (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_get_Length_mD72C559AE80A421818D495A852192B9FB7D0452C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_0, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); return L_1; } } // System.String Mono.Xml.SmallXmlParser_AttrListImpl::GetName(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetName_m49E0984541255F6E145F6F68E01944D0E39E42FF (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetName_m49E0984541255F6E145F6F68E01944D0E39E42FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); return L_2; } } // System.String Mono.Xml.SmallXmlParser_AttrListImpl::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_m64E693D70F358F8491AEC75E0CB1C4B0B479EC17 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetValue_m64E693D70F358F8491AEC75E0CB1C4B0B479EC17_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrValues_1(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); return L_2; } } // System.String Mono.Xml.SmallXmlParser_AttrListImpl::GetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttrListImpl_GetValue_mE92027FDDFB4586443E3A0A9DF865D89496D4F71 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_GetValue_mE92027FDDFB4586443E3A0A9DF865D89496D4F71_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0029; } IL_0004: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); int32_t L_1 = V_0; NullCheck(L_0); String_t* L_2 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); String_t* L_3 = ___name0; bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0025; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_5 = __this->get_attrValues_1(); int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); return L_7; } IL_0025: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0029: { int32_t L_9 = V_0; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = __this->get_attrNames_0(); NullCheck(L_10); int32_t L_11 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_10, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0004; } } { return (String_t*)NULL; } } // System.String[] Mono.Xml.SmallXmlParser_AttrListImpl::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* AttrListImpl_get_Names_mFDBCE4524F597758602D5453AA1F8AFF7FBD0CC9 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_get_Names_mFDBCE4524F597758602D5453AA1F8AFF7FBD0CC9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_0, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var); return L_1; } } // System.String[] Mono.Xml.SmallXmlParser_AttrListImpl::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* AttrListImpl_get_Values_m99636E3FAF3306508F47185B0957B58AFAA3AA42 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_get_Values_m99636E3FAF3306508F47185B0957B58AFAA3AA42_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrValues_1(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_0, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var); return L_1; } } // System.Void Mono.Xml.SmallXmlParser_AttrListImpl::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0 (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_Clear_m9C1CF67FAC2C726DC0CF7E4663751C7D89D922A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); NullCheck(L_0); List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_0, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get_attrValues_1(); NullCheck(L_1); List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_1, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var); return; } } // System.Void Mono.Xml.SmallXmlParser_AttrListImpl::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl_Add_mC2841C466B5711319B528BB1082B77CB842B4E2D (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl_Add_mC2841C466B5711319B528BB1082B77CB842B4E2D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_attrNames_0(); String_t* L_1 = ___name0; NullCheck(L_0); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_0, L_1, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = __this->get_attrValues_1(); String_t* L_3 = ___value1; NullCheck(L_2); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_2, L_3, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); return; } } // System.Void Mono.Xml.SmallXmlParser_AttrListImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrListImpl__ctor_m5B7885CD6830138F25DC2D46F14B1A18DD1564BA (AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttrListImpl__ctor_m5B7885CD6830138F25DC2D46F14B1A18DD1564BA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_0, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var); __this->set_attrNames_0(L_0); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_1, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var); __this->set_attrValues_1(L_1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 Mono.Xml.SmallXmlParserException::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParserException__ctor_m6AB9D00DB18C0DD5D3A9B19B50BE555685206A22 (SmallXmlParserException_t96963A305B0E2C72C5EDC72952F1D079DE102140 * __this, String_t* ___msg0, int32_t ___line1, int32_t ___column2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SmallXmlParserException__ctor_m6AB9D00DB18C0DD5D3A9B19B50BE555685206A22_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___msg0; int32_t L_1 = ___line1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___column2; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteralC1740F2BD94B35E7774E0856DF28E0C0C5598D29, L_0, L_3, L_6, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___line1; __this->set_line_17(L_8); int32_t L_9 = ___column2; __this->set_column_18(L_9); 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 SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mCDBB594267CC224AB2A69540BBA598151F0642C7 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SR_Format_mCDBB594267CC224AB2A69540BBA598151F0642C7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m2DD0EA1F52576669B34B03CDB3D441631E1CA76C (String_t* ___resourceFormat0, RuntimeObject * ___p11, RuntimeObject * ___p22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SR_Format_m2DD0EA1F52576669B34B03CDB3D441631E1CA76C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_1 = ___resourceFormat0; RuntimeObject * L_2 = ___p11; RuntimeObject * L_3 = ___p22; String_t* L_4 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_Action_t591D2A86165F896B4B800BB5C25CE18672A55579 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult System.Action::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_BeginInvoke_mB0B63C94438772265C579D72183636528B4313FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void System.Action::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_EndInvoke_mBF98F3517165F5FE5633E66420ABC298674EB3D5 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0 (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; int32_t L_1 = ___bindingAttr1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_2 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args3; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ___culture4; RuntimeObject * L_5 = Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F(L_0, L_1, L_2, L_3, L_4, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL); return L_5; } } // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B9_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B8_0 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_RuntimeMethod_var); } IL_000e: { int32_t L_2 = ___bindingAttr1; if (((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)))) { goto IL_0020; } } { int32_t L_3 = ___bindingAttr1; ___bindingAttr1 = ((int32_t)((int32_t)L_3|(int32_t)((int32_t)532))); } IL_0020: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___activationAttributes5; if (!L_4) { goto IL_0039; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___activationAttributes5; NullCheck(L_5); if (!(((RuntimeArray*)L_5)->max_length)) { goto IL_0039; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral36FE11D26FD1EB22CC4669E7FDA6B2B00F560C4B, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_7 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_RuntimeMethod_var); } IL_0039: { Type_t * L_8 = ___type0; NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(112 /* System.Type System.Type::get_UnderlyingSystemType() */, L_8); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_9, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); bool L_11 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_10, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL); G_B8_0 = L_10; if (!L_11) { G_B9_0 = L_10; goto IL_0062; } } { String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_13, L_12, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F_RuntimeMethod_var); } IL_0062: { V_0 = 1; int32_t L_14 = ___bindingAttr1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_15 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = ___args3; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = ___culture4; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = ___activationAttributes5; NullCheck(G_B9_0); RuntimeObject * L_19 = RuntimeType_CreateInstanceImpl_mF3FFEA4CD8A8405D9524F8BFB34F3CE830A53AD0(G_B9_0, L_14, L_15, L_16, L_17, L_18, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_19; } } // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17 (Type_t * ___type0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___args1; RuntimeObject * L_2 = Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F(L_0, ((int32_t)532), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_1, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RuntimeObject * L_1 = Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3(L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B4_0 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B3_0 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3_RuntimeMethod_var); } IL_000e: { Type_t * L_2 = ___type0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(112 /* System.Type System.Type::get_UnderlyingSystemType() */, L_2); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL); G_B3_0 = L_4; if (!L_5) { G_B4_0 = L_4; goto IL_0037; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Activator_CreateInstance_m7776DE4D344614DDBCECD20C93421CC7183C88D3_RuntimeMethod_var); } IL_0037: { V_0 = 1; bool L_8 = ___nonPublic1; NullCheck(G_B4_0); RuntimeObject * L_9 = RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064(G_B4_0, (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), (bool)0, (bool)1, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_9; } } #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 System.AggregateException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mD4BA712D1E805F774D050A60BD64F3A8EE4CA7A5 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_mD4BA712D1E805F774D050A60BD64F3A8EE4CA7A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0F0AA93E8B44954B331BE9CA0358DEC4BBDA83A8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_1 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)0); ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_2 = (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670(L_2, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670_RuntimeMethod_var); __this->set_m_innerExceptions_17(L_2); return; } } // System.Void System.AggregateException::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m1740971CC345A49D8FCB7DDE6C905FB0F3353C28 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, RuntimeObject* ___innerExceptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_m1740971CC345A49D8FCB7DDE6C905FB0F3353C28_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0F0AA93E8B44954B331BE9CA0358DEC4BBDA83A8, /*hidden argument*/NULL); RuntimeObject* L_1 = ___innerExceptions0; AggregateException__ctor_mEB0710D0C50475FCE00B187AA5FA8098DC656E44(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___innerExceptions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0F0AA93E8B44954B331BE9CA0358DEC4BBDA83A8, /*hidden argument*/NULL); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_1 = ___innerExceptions0; AggregateException__ctor_mA35C4ECD50CDFC6464D30D6D0F0AE77E6A9D83A0(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mEB0710D0C50475FCE00B187AA5FA8098DC656E44 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_mEB0710D0C50475FCE00B187AA5FA8098DC656E44_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B4_0 = NULL; String_t* G_B4_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B4_2 = NULL; RuntimeObject* G_B1_0 = NULL; String_t* G_B1_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B1_2 = NULL; String_t* G_B3_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B3_1 = NULL; String_t* G_B2_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B2_1 = NULL; { String_t* L_0 = ___message0; RuntimeObject* L_1 = ___innerExceptions1; RuntimeObject* L_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA_il2cpp_TypeInfo_var)); G_B1_0 = L_2; G_B1_1 = L_0; G_B1_2 = __this; if (L_2) { G_B4_0 = L_2; G_B4_1 = L_0; G_B4_2 = __this; goto IL_0018; } } { RuntimeObject* L_3 = ___innerExceptions1; G_B2_0 = G_B1_1; G_B2_1 = G_B1_2; if (!L_3) { G_B3_0 = G_B1_1; G_B3_1 = G_B1_2; goto IL_0017; } } { RuntimeObject* L_4 = ___innerExceptions1; List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_5 = (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *)il2cpp_codegen_object_new(List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_il2cpp_TypeInfo_var); List_1__ctor_m1DFEC304B805408BFF9021E6E069A75071C41577(L_5, L_4, /*hidden argument*/List_1__ctor_m1DFEC304B805408BFF9021E6E069A75071C41577_RuntimeMethod_var); G_B4_0 = ((RuntimeObject*)(L_5)); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0018; } IL_0017: { G_B4_0 = ((RuntimeObject*)(NULL)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0018: { NullCheck(G_B4_2); AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4(G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.String,System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mA35C4ECD50CDFC6464D30D6D0F0AE77E6A9D83A0 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___innerExceptions1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_1 = ___innerExceptions1; AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4(__this, L_0, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* V_0 = NULL; int32_t V_1 = 0; String_t* G_B2_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B2_1 = NULL; String_t* G_B1_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B1_1 = NULL; String_t* G_B3_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B3_1 = NULL; Exception_t * G_B4_0 = NULL; String_t* G_B4_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B4_2 = NULL; { String_t* L_0 = ___message0; RuntimeObject* L_1 = ___innerExceptions1; G_B1_0 = L_0; G_B1_1 = __this; if (!L_1) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_000e; } } { RuntimeObject* L_2 = ___innerExceptions1; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t369F219933FB866C23070CD9749538883440F044_il2cpp_TypeInfo_var, L_2); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; if ((((int32_t)L_3) > ((int32_t)0))) { G_B3_0 = G_B1_0; G_B3_1 = G_B1_1; goto IL_0011; } } IL_000e: { G_B4_0 = ((Exception_t *)(NULL)); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0018; } IL_0011: { RuntimeObject* L_4 = ___innerExceptions1; NullCheck(L_4); Exception_t * L_5 = InterfaceFuncInvoker1< Exception_t *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA_il2cpp_TypeInfo_var, L_4, 0); G_B4_0 = L_5; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0018: { NullCheck(G_B4_2); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL); RuntimeObject* L_6 = ___innerExceptions1; if (L_6) { goto IL_002b; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_7 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_7, _stringLiteral79D85DFB1C4F87CAFE5C3E2CA8630EB305CEBFDA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4_RuntimeMethod_var); } IL_002b: { RuntimeObject* L_8 = ___innerExceptions1; NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t369F219933FB866C23070CD9749538883440F044_il2cpp_TypeInfo_var, L_8); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_10 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)L_9); V_0 = L_10; V_1 = 0; goto IL_005e; } IL_003b: { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_11 = V_0; int32_t L_12 = V_1; RuntimeObject* L_13 = ___innerExceptions1; int32_t L_14 = V_1; NullCheck(L_13); Exception_t * L_15 = InterfaceFuncInvoker1< Exception_t *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA_il2cpp_TypeInfo_var, L_13, L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(L_12), (Exception_t *)L_15); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; Exception_t * L_19 = (L_16)->GetAt(static_cast(L_18)); if (L_19) { goto IL_005a; } } { String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8841249D4C3CDE2567393EA141F076E740101A64, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4_RuntimeMethod_var); } IL_005a: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_005e: { int32_t L_23 = V_1; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_24 = V_0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))))) { goto IL_003b; } } { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_25 = V_0; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_26 = (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670(L_26, (RuntimeObject*)(RuntimeObject*)L_25, /*hidden argument*/ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670_RuntimeMethod_var); __this->set_m_innerExceptions_17(L_26); return; } } // System.Void System.AggregateException::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m863A7C10A5AC7652F73FD1DD2441F9FF5544311E (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, RuntimeObject* ___innerExceptionInfos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_m863A7C10A5AC7652F73FD1DD2441F9FF5544311E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0F0AA93E8B44954B331BE9CA0358DEC4BBDA83A8, /*hidden argument*/NULL); RuntimeObject* L_1 = ___innerExceptionInfos0; AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptionInfos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_m49EF2FE10BC147085D49932EDE07AD581C461818_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B4_0 = NULL; String_t* G_B4_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B4_2 = NULL; RuntimeObject* G_B1_0 = NULL; String_t* G_B1_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B1_2 = NULL; String_t* G_B3_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B3_1 = NULL; String_t* G_B2_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B2_1 = NULL; { String_t* L_0 = ___message0; RuntimeObject* L_1 = ___innerExceptionInfos1; RuntimeObject* L_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F_il2cpp_TypeInfo_var)); G_B1_0 = L_2; G_B1_1 = L_0; G_B1_2 = __this; if (L_2) { G_B4_0 = L_2; G_B4_1 = L_0; G_B4_2 = __this; goto IL_0018; } } { RuntimeObject* L_3 = ___innerExceptionInfos1; G_B2_0 = G_B1_1; G_B2_1 = G_B1_2; if (!L_3) { G_B3_0 = G_B1_1; G_B3_1 = G_B1_2; goto IL_0017; } } { RuntimeObject* L_4 = ___innerExceptionInfos1; List_1_tCD04260AE1254C438132446F1E6892AB86D18743 * L_5 = (List_1_tCD04260AE1254C438132446F1E6892AB86D18743 *)il2cpp_codegen_object_new(List_1_tCD04260AE1254C438132446F1E6892AB86D18743_il2cpp_TypeInfo_var); List_1__ctor_m599E284E3C4D0D6BC71FCC04EEF110C663406224(L_5, L_4, /*hidden argument*/List_1__ctor_m599E284E3C4D0D6BC71FCC04EEF110C663406224_RuntimeMethod_var); G_B4_0 = ((RuntimeObject*)(L_5)); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0018; } IL_0017: { G_B4_0 = ((RuntimeObject*)(NULL)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0018: { NullCheck(G_B4_2); AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040(G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL); return; } } // System.Void System.AggregateException::.ctor(System.String,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, String_t* ___message0, RuntimeObject* ___innerExceptionInfos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* V_0 = NULL; int32_t V_1 = 0; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * V_2 = NULL; String_t* G_B3_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B3_1 = NULL; String_t* G_B1_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B1_1 = NULL; String_t* G_B2_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B2_1 = NULL; String_t* G_B4_0 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B4_1 = NULL; Exception_t * G_B5_0 = NULL; String_t* G_B5_1 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * G_B5_2 = NULL; { String_t* L_0 = ___message0; RuntimeObject* L_1 = ___innerExceptionInfos1; G_B1_0 = L_0; G_B1_1 = __this; if (!L_1) { G_B3_0 = L_0; G_B3_1 = __this; goto IL_0017; } } { RuntimeObject* L_2 = ___innerExceptionInfos1; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tD447A78605F94CBCA03A6FAE0396C06A35329789_il2cpp_TypeInfo_var, L_2); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; if ((((int32_t)L_3) <= ((int32_t)0))) { G_B3_0 = G_B1_0; G_B3_1 = G_B1_1; goto IL_0017; } } { RuntimeObject* L_4 = ___innerExceptionInfos1; NullCheck(L_4); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_5 = InterfaceFuncInvoker1< ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F_il2cpp_TypeInfo_var, L_4, 0); G_B3_0 = G_B2_0; G_B3_1 = G_B2_1; if (L_5) { G_B4_0 = G_B2_0; G_B4_1 = G_B2_1; goto IL_001a; } } IL_0017: { G_B5_0 = ((Exception_t *)(NULL)); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0026; } IL_001a: { RuntimeObject* L_6 = ___innerExceptionInfos1; NullCheck(L_6); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_7 = InterfaceFuncInvoker1< ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F_il2cpp_TypeInfo_var, L_6, 0); NullCheck(L_7); Exception_t * L_8 = ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline(L_7, /*hidden argument*/NULL); G_B5_0 = L_8; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0026: { NullCheck(G_B5_2); IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); RuntimeObject* L_9 = ___innerExceptionInfos1; if (L_9) { goto IL_0039; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_10 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_10, _stringLiteral0844679F4040A4211BAA73593E4824F055561A9D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040_RuntimeMethod_var); } IL_0039: { RuntimeObject* L_11 = ___innerExceptionInfos1; NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tD447A78605F94CBCA03A6FAE0396C06A35329789_il2cpp_TypeInfo_var, L_11); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_13 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)L_12); V_0 = L_13; V_1 = 0; goto IL_0076; } IL_0049: { RuntimeObject* L_14 = ___innerExceptionInfos1; int32_t L_15 = V_1; NullCheck(L_14); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_16 = InterfaceFuncInvoker1< ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1D32293C65F49E1B7D7E3344057FED3589CD8F1F_il2cpp_TypeInfo_var, L_14, L_15); V_2 = L_16; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_17 = V_2; if (!L_17) { goto IL_005d; } } { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_18 = V_0; int32_t L_19 = V_1; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_20 = V_2; NullCheck(L_20); Exception_t * L_21 = ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline(L_20, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_19), (Exception_t *)L_21); } IL_005d: { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_22 = V_0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; Exception_t * L_25 = (L_22)->GetAt(static_cast(L_24)); if (L_25) { goto IL_0072; } } { String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8841249D4C3CDE2567393EA141F076E740101A64, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, AggregateException__ctor_mA78372B38621E83F133785934CCA1A9BB45A9040_RuntimeMethod_var); } IL_0072: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0076: { int32_t L_29 = V_1; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_30 = V_0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))))) { goto IL_0049; } } { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_31 = V_0; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_32 = (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670(L_32, (RuntimeObject*)(RuntimeObject*)L_31, /*hidden argument*/ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670_RuntimeMethod_var); __this->set_m_innerExceptions_17(L_32); return; } } // System.Void System.AggregateException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* V_0 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; if (L_2) { goto IL_0016; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59_RuntimeMethod_var); } IL_0016: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_4, _stringLiteralDED869EF491FCACB00F4A7F3129E19FBF775198F, L_6, /*hidden argument*/NULL); V_0 = ((ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)IsInst((RuntimeObject*)L_7, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var)); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_8 = V_0; if (L_8) { goto IL_0044; } } { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral5C9A97955BFC51EEBBD22773B2E41E121FB12054, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_10 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, AggregateException__ctor_mB5494082EA3D88AA1F6552CF5894E9FDFF812A59_RuntimeMethod_var); } IL_0044: { ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_11 = V_0; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_12 = (ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 *)il2cpp_codegen_object_new(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8_il2cpp_TypeInfo_var); ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670(L_12, (RuntimeObject*)(RuntimeObject*)L_11, /*hidden argument*/ReadOnlyCollection_1__ctor_mB9A088773123898D26251D041368C0E6FB692670_RuntimeMethod_var); __this->set_m_innerExceptions_17(L_12); return; } } // System.Void System.AggregateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException_GetObjectData_mE8EEEDDC03DC396A630B39C345EE93D47D4C7D49 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException_GetObjectData_mE8EEEDDC03DC396A630B39C345EE93D47D4C7D49_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* V_0 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AggregateException_GetObjectData_mE8EEEDDC03DC396A630B39C345EE93D47D4C7D49_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_2, L_3, /*hidden argument*/NULL); ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_4 = __this->get_m_innerExceptions_17(); NullCheck(L_4); int32_t L_5 = ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41(L_4, /*hidden argument*/ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41_RuntimeMethod_var); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_6 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)L_5); V_0 = L_6; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_7 = __this->get_m_innerExceptions_17(); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_8 = V_0; NullCheck(L_7); ReadOnlyCollection_1_CopyTo_m91DC1D7BF73E649EE2CFB6BA1BC936284D918C01(L_7, L_8, 0, /*hidden argument*/ReadOnlyCollection_1_CopyTo_m91DC1D7BF73E649EE2CFB6BA1BC936284D918C01_RuntimeMethod_var); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___info0; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_10 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_9); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_9, _stringLiteralDED869EF491FCACB00F4A7F3129E19FBF775198F, (RuntimeObject *)(RuntimeObject *)L_10, L_12, /*hidden argument*/NULL); return; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::get_InnerExceptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_0 = __this->get_m_innerExceptions_17(); return L_0; } } // System.AggregateException System.AggregateException::Flatten() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * AggregateException_Flatten_mDA4D8AD18CD6E4E13B69A3CDC8F341D825AFE05C (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException_Flatten_mDA4D8AD18CD6E4E13B69A3CDC8F341D825AFE05C_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * V_0 = NULL; List_1_t20A8118F137937C08C81821D3462043030E1A597 * V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; Exception_t * V_5 = NULL; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * V_6 = NULL; { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_0 = (List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A *)il2cpp_codegen_object_new(List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A_il2cpp_TypeInfo_var); List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1(L_0, /*hidden argument*/List_1__ctor_m3CA9F30DC986E649F8E82AD69F5085D355D91AC1_RuntimeMethod_var); V_0 = L_0; List_1_t20A8118F137937C08C81821D3462043030E1A597 * L_1 = (List_1_t20A8118F137937C08C81821D3462043030E1A597 *)il2cpp_codegen_object_new(List_1_t20A8118F137937C08C81821D3462043030E1A597_il2cpp_TypeInfo_var); List_1__ctor_m50C4D0E0ACA8B2A3097BAFB0C73EAC7FB0D8DFD3(L_1, /*hidden argument*/List_1__ctor_m50C4D0E0ACA8B2A3097BAFB0C73EAC7FB0D8DFD3_RuntimeMethod_var); V_1 = L_1; List_1_t20A8118F137937C08C81821D3462043030E1A597 * L_2 = V_1; NullCheck(L_2); List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449(L_2, __this, /*hidden argument*/List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449_RuntimeMethod_var); V_2 = 0; goto IL_006a; } IL_0017: { List_1_t20A8118F137937C08C81821D3462043030E1A597 * L_3 = V_1; int32_t L_4 = V_2; int32_t L_5 = L_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_6 = List_1_get_Item_m472ACECB3C087B001D859E7FEA999C3E37F3CDD5_inline(L_3, L_5, /*hidden argument*/List_1_get_Item_m472ACECB3C087B001D859E7FEA999C3E37F3CDD5_RuntimeMethod_var); NullCheck(L_6); ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_7 = AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline(L_6, /*hidden argument*/NULL); V_3 = (RuntimeObject*)L_7; V_4 = 0; goto IL_0060; } IL_002d: { RuntimeObject* L_8 = V_3; int32_t L_9 = V_4; NullCheck(L_8); Exception_t * L_10 = InterfaceFuncInvoker1< Exception_t *, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t79A79A556E69BA20A09771D2D61B0440B6F4EFBA_il2cpp_TypeInfo_var, L_8, L_9); V_5 = L_10; Exception_t * L_11 = V_5; if (!L_11) { goto IL_005a; } } { Exception_t * L_12 = V_5; V_6 = ((AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)IsInstClass((RuntimeObject*)L_12, AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var)); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_13 = V_6; if (!L_13) { goto IL_0052; } } { List_1_t20A8118F137937C08C81821D3462043030E1A597 * L_14 = V_1; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_15 = V_6; NullCheck(L_14); List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449(L_14, L_15, /*hidden argument*/List_1_Add_mD80C2D50024919C5BD8CAB33C0C226532B707449_RuntimeMethod_var); goto IL_005a; } IL_0052: { List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_16 = V_0; Exception_t * L_17 = V_5; NullCheck(L_16); List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC(L_16, L_17, /*hidden argument*/List_1_Add_mC1DAEB8B35E60391E3F8D536FA6B91F9B331DABC_RuntimeMethod_var); } IL_005a: { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0060: { int32_t L_19 = V_4; RuntimeObject* L_20 = V_3; NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t369F219933FB866C23070CD9749538883440F044_il2cpp_TypeInfo_var, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_002d; } } IL_006a: { List_1_t20A8118F137937C08C81821D3462043030E1A597 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = List_1_get_Count_m0BE132E4507E26AD7ACA5D0589C71A6F8F4D924E_inline(L_22, /*hidden argument*/List_1_get_Count_m0BE132E4507E26AD7ACA5D0589C71A6F8F4D924E_RuntimeMethod_var); int32_t L_24 = V_2; if ((((int32_t)L_23) > ((int32_t)L_24))) { goto IL_0017; } } { String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, __this); List_1_t864E43C85FFFD16A2A0685F30AC877138E106F2A * L_26 = V_0; AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_27 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m3CBEB65087C05AB23CEE39CF67D35CFE1D657CB4(L_27, L_25, L_26, /*hidden argument*/NULL); return L_27; } } // System.String System.AggregateException::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AggregateException_ToString_m44BC17B24274C52DD53286526922CC3DF4AC9A00 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AggregateException_ToString_m44BC17B24274C52DD53286526922CC3DF4AC9A00_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0063; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA432C78D14FC7A1B3BDE79A64E5D1C1BEF3C1BC7, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4; String_t* L_7 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6; int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_8; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_13 = __this->get_m_innerExceptions_17(); int32_t L_14 = V_1; NullCheck(L_13); Exception_t * L_15 = ReadOnlyCollection_1_get_Item_mFD009BA0F3153526E49D9E99C0C9CF88D9F9EA2C(L_13, L_14, /*hidden argument*/ReadOnlyCollection_1_get_Item_mFD009BA0F3153526E49D9E99C0C9CF88D9F9EA2C_RuntimeMethod_var); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(3), (RuntimeObject *)L_16); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralA106AEA5D57A8C79C633AC36B1863D2F42911472); (L_17)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteralA106AEA5D57A8C79C633AC36B1863D2F42911472); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17; String_t* L_19 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(5), (RuntimeObject *)L_19); String_t* L_20 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_1, L_2, L_18, /*hidden argument*/NULL); V_0 = L_20; int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0063: { int32_t L_22 = V_1; ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_23 = __this->get_m_innerExceptions_17(); NullCheck(L_23); int32_t L_24 = ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41(L_23, /*hidden argument*/ReadOnlyCollection_1_get_Count_mB2DF762E7070C9FA49BA2CEB86F0AE5A93261B41_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_000b; } } { String_t* L_25 = V_0; return L_25; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m3C616624BDA30C23FE07926B443BBEE3FA943F19_inline (ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50_inline (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_KeySizeValue_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_flags_4(); return (int32_t)(L_0); } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method) { { SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_root_12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tag_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924_inline (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_children_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__keyvalue_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_Content_mAD65C0306BDFABB73FEF0B2B08A1914C96D72D75_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ___value0, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = ___value0; __this->set_content_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ContentInfo_get_ContentType_m660D837A0EFD1F27FB0FB7F276650342BBF85301_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_contentType_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * ContentInfo_get_Content_mDBDCE99B7A93FDE3255A57C8CDEF898F10D1964E_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get_content_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PKCS12_get_MaximumPasswordLength_m94D3ABDBAF7743ECF0B1E6E3F898F0ADF4F8FB43mscorlib1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var); int32_t L_0 = ((PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_StaticFields*)il2cpp_codegen_static_fields_for(PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4_il2cpp_TypeInfo_var))->get_password_max_length_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SafeBag_get_BagOID_m10CE98D5F05A606099256AE7B3787676B72DEDD3_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__bagOID_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * SafeBag_get_ASN1_m9633E084D179C0E12EAC84250EA2AB00789108DE_inline (SafeBag_t174C33B33B435C2F8F7B3D3B3217CE626A905945 * __this, const RuntimeMethod* method) { { ASN1_tEEE010B7337B1A5D7B3F25DF65BE462E6704FC22 * L_0 = __this->get__asn1_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncryptedPrivateKeyInfo_get_Algorithm_m626A4AD3CB19EE2BFD91177BDC3B5E0D03979B28_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__algorithm_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EncryptedPrivateKeyInfo_get_IterationCount_m95FE87D3494C63317BE65BFB8087CB26D6A5E7F7_inline (EncryptedPrivateKeyInfo_t1007E453F673A5DDB678FE5D5A6CEBD623D3B66A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_IterationCount_m8AF5551BDB39961E7E72F820595D89B5F7046098_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_4(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeriveBytes_set_HashName_m9C9646F633FE96551CCEAE6FF7AFF2459767E10F_inline (DeriveBytes_tFCF9AE1DEEE8A9709DADE9BA48878BFB6B4E6889 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__hashName_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * EncryptedData_get_EncryptionAlgorithm_m4EA38C272BD5A97C59BE164C526B25516B1293EE_inline (EncryptedData_t6674145E92F0186FFF3F517A4BB773B508513B82 * __this, const RuntimeMethod* method) { { ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * L_0 = __this->get__encryptionAlgorithm_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ContentInfo_set_ContentType_m30FB04C8C8EC8A06A726DE11F2AEAB220614BCCE_inline (ContentInfo_t9A8DFCD9F2B4DAE958FB1338A4E1009ABE360986 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_contentType_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PKCS12_get_IterationCount_m77EFB31C974762EAD4B80DFF2E19F1DB69ECFFCF_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__iterations_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PKCS12_set_IterationCount_mD6B4656F967CAF31A7E9F209641A803A6334C5E9_inline (PKCS12_t2E17C346CAF69DA6AE988AFC55AF9A71320552E4 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__iterations_7(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * ExceptionDispatchInfo_get_SourceException_m212F50A437B8B18AFECE39F2A9F7231787F45F28_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_m_Exception_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * AggregateException_get_InnerExceptions_mB81D2B3BD56A3E938B83B0AF766474ED66057040_inline (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * L_0 = __this->get_m_innerExceptions_17(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __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_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3); return L_4; } }